DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on RA_CUST_TRX_TYPES

Line 455: ra_cust_trx_types.accounting_affect_flag%type,

451: PROCEDURE transaction_balances(
452: p_customer_trx_id IN
453: ra_customer_trx.customer_trx_id%type,
454: p_open_receivables_flag IN
455: ra_cust_trx_types.accounting_affect_flag%type,
456: p_exchange_rate IN
457: ra_customer_trx.exchange_rate%type,
458: p_mode IN VARCHAR2,
459: p_currency_mode IN VARCHAR2,

Line 662: ra_cust_trx_types.accounting_affect_flag%type,

658:
659: PROCEDURE get_summary_trx_balances( p_customer_trx_id IN
660: ra_customer_trx.customer_trx_id%type,
661: p_open_receivables_flag IN
662: ra_cust_trx_types.accounting_affect_flag%type,
663: p_line_original OUT NOCOPY NUMBER,
664: p_line_remaining OUT NOCOPY NUMBER,
665: p_tax_original OUT NOCOPY NUMBER,
666: p_tax_remaining OUT NOCOPY NUMBER,