DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_PKG dependencies on RA_CUSTOMER_TRX_LINES

Line 1225: IN ra_customer_trx_lines.customer_trx_line_id%type)

1221: | |
1222: +===========================================================================*/
1223:
1224: PROCEDURE lock_f_ctl_id( p_customer_trx_line_id
1225: IN ra_customer_trx_lines.customer_trx_line_id%type)
1226: IS
1227:
1228: CURSOR lock_c IS
1229: SELECT adjustment_id

Line 2579: IN ra_customer_trx_lines.customer_trx_line_id%type)

2575: | |
2576: +===========================================================================*/
2577:
2578: procedure delete_f_ctl_id( p_customer_trx_line_id
2579: IN ra_customer_trx_lines.customer_trx_line_id%type)
2580: IS
2581:
2582: l_adj_key_value_list gl_ca_utility_pkg.r_key_value_arr;
2583:

Line 2885: ra_customer_trx_lines.customer_trx_line_id%type,

2881: +===========================================================================*/
2882:
2883: PROCEDURE update_f_ctl_id( p_adj_rec IN ar_adjustments%rowtype,
2884: p_customer_trx_line_id IN
2885: ra_customer_trx_lines.customer_trx_line_id%type,
2886: p_exchange_rate IN
2887: ar_payment_schedules.exchange_rate%type)
2888: IS
2889: