R12 IBYBUILD Build Payments And Maximum Payment Details Length In Payment Process Profile PPP
(Doc ID 1265652.1)
Last updated on APRIL 19, 2019
Applies to:
Oracle Payments - Version 12.0.1 to 12.1.3 [Release 12.0 to 12.1]Information in this document applies to any platform.
Symptoms
According to the setup of the Payment Profile the payment_details should be lower than 96 characters in length. But the payments which are created have a length of more than 96 characters.
It checks if the size > 96 chars in length but it compares always an empty string concatenated with current Document Number.
Statement
IF (LENGTH(l_paymentRec.payment_details || l_calc_doc_detail)
> l_pmt_details_len) THEN
The field l_paymentRec.payment_details is always NULL. Also when in software is signalled that this document should be grouped in an existing payment.
(so when new_payment_flag = FALSE)
This is not correct? for this reason a new payment will not be created when payment_details > 96.
Expecting that after payment_details length > 96 a new payment should be created. Field l_paymentRec.payment_details is
always NULL while running.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |