DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on RA_CUSTOMER_TRX

Line 24: trx_number ra_customer_trx.trx_number%type,

20: rec_currency_code ar_cash_receipts.currency_code%type,
21: inv_currency_code ar_cash_receipts.currency_code%type,
22: cross_currency BOOLEAN,
23: rid_reason VARCHAR2(2000),
24: trx_number ra_customer_trx.trx_number%type,
25: customer_trx_id ra_customer_trx.customer_trx_id%type /* bug 9909157 */
26: );
27:
28: TYPE amt_app_type IS RECORD

Line 25: customer_trx_id ra_customer_trx.customer_trx_id%type /* bug 9909157 */

21: inv_currency_code ar_cash_receipts.currency_code%type,
22: cross_currency BOOLEAN,
23: rid_reason VARCHAR2(2000),
24: trx_number ra_customer_trx.trx_number%type,
25: customer_trx_id ra_customer_trx.customer_trx_id%type /* bug 9909157 */
26: );
27:
28: TYPE amt_app_type IS RECORD
29: (