DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on RA_CUST_TRX_TYPES

Line 69: ra_cust_trx_types.accounting_affect_flag%type,

65:
66: PROCEDURE transaction_balances(p_customer_trx_id IN
67: ra_customer_trx.customer_trx_id%type,
68: p_open_receivables_flag IN
69: ra_cust_trx_types.accounting_affect_flag%type,
70: p_exchange_rate IN
71: ra_customer_trx.exchange_rate%type,
72: p_mode IN VARCHAR2,
73: p_currency_mode IN VARCHAR2,

Line 146: ra_cust_trx_types.accounting_affect_flag%type,

142:
143: PROCEDURE get_summary_trx_balances( p_customer_trx_id IN
144: ra_customer_trx.customer_trx_id%type,
145: p_open_receivables_flag IN
146: ra_cust_trx_types.accounting_affect_flag%type,
147: p_line_original OUT NOCOPY NUMBER,
148: p_line_remaining OUT NOCOPY NUMBER,
149: p_tax_original OUT NOCOPY NUMBER,
150: p_tax_remaining OUT NOCOPY NUMBER,