DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on RA_CUSTOMER_TRX

Line 22: ra_customer_trx.customer_trx_id%type )

18:
19: FUNCTION boolean_to_varchar2(p_boolean IN boolean) RETURN varchar2;
20:
21: FUNCTION detect_freight_only_rules_case( p_customer_trx_id IN
22: ra_customer_trx.customer_trx_id%type )
23: RETURN BOOLEAN;
24:
25: /*===========================================================================+
26: | PROCEDURE |

Line 67: ra_customer_trx.customer_trx_id%type,

63: | |
64: +===========================================================================*/
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,

Line 71: ra_customer_trx.exchange_rate%type,

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,
74: p_line_original OUT NOCOPY NUMBER,
75: p_line_remaining OUT NOCOPY NUMBER,

Line 144: ra_customer_trx.customer_trx_id%type,

140: p_base_atotal_adjustments OUT NOCOPY NUMBER
141: );
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,