DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on RA_CUST_TRX_TYPES

Line 14: ra_cust_trx_types.accounting_affect_flag%type,

10: ra_customer_trx.previous_customer_trx_id%type,
11: p_complete_flag IN
12: ra_customer_trx.complete_flag%type,
13: p_trx_open_receivables_flag IN
14: ra_cust_trx_types.accounting_affect_flag%type,
15: p_prev_open_receivables_flag IN
16: ra_cust_trx_types.accounting_affect_flag%type,
17: p_creation_sign IN
18: ra_cust_trx_types.creation_sign%type,

Line 16: ra_cust_trx_types.accounting_affect_flag%type,

12: ra_customer_trx.complete_flag%type,
13: p_trx_open_receivables_flag IN
14: ra_cust_trx_types.accounting_affect_flag%type,
15: p_prev_open_receivables_flag IN
16: ra_cust_trx_types.accounting_affect_flag%type,
17: p_creation_sign IN
18: ra_cust_trx_types.creation_sign%type,
19: p_allow_overapplication_flag IN
20: ra_cust_trx_types.allow_overapplication_flag%type,

Line 18: ra_cust_trx_types.creation_sign%type,

14: ra_cust_trx_types.accounting_affect_flag%type,
15: p_prev_open_receivables_flag IN
16: ra_cust_trx_types.accounting_affect_flag%type,
17: p_creation_sign IN
18: ra_cust_trx_types.creation_sign%type,
19: p_allow_overapplication_flag IN
20: ra_cust_trx_types.allow_overapplication_flag%type,
21: p_natural_application_flag IN
22: ra_cust_trx_types.natural_application_only_flag%type,

Line 20: ra_cust_trx_types.allow_overapplication_flag%type,

16: ra_cust_trx_types.accounting_affect_flag%type,
17: p_creation_sign IN
18: ra_cust_trx_types.creation_sign%type,
19: p_allow_overapplication_flag IN
20: ra_cust_trx_types.allow_overapplication_flag%type,
21: p_natural_application_flag IN
22: ra_cust_trx_types.natural_application_only_flag%type,
23: p_cash_receipt_id IN
24: ar_cash_receipts.cash_receipt_id%type DEFAULT NULL,

Line 22: ra_cust_trx_types.natural_application_only_flag%type,

18: ra_cust_trx_types.creation_sign%type,
19: p_allow_overapplication_flag IN
20: ra_cust_trx_types.allow_overapplication_flag%type,
21: p_natural_application_flag IN
22: ra_cust_trx_types.natural_application_only_flag%type,
23: p_cash_receipt_id IN
24: ar_cash_receipts.cash_receipt_id%type DEFAULT NULL,
25: p_error_mode IN VARCHAR2
26: );