DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_PKG dependencies on RA_CUSTOMER_TRX_LINES

Line 22: IN ra_customer_trx_lines.customer_trx_line_id%type);

18: PROCEDURE lock_f_ps_id( p_payment_schedule_id
19: IN ar_payment_schedules.payment_schedule_id%type );
20:
21: PROCEDURE lock_f_ctl_id( p_customer_trx_line_id
22: IN ra_customer_trx_lines.customer_trx_line_id%type);
23:
24: PROCEDURE lock_fetch_p( p_adj_rec IN OUT NOCOPY ar_adjustments%rowtype,
25: p_adjustment_id IN
26: ar_adjustments.adjustment_id%type);

Line 110: IN ra_customer_trx_lines.customer_trx_line_id%type);

106: procedure delete_f_ps_id( p_payment_schedule_id
107: IN ar_payment_schedules.payment_schedule_id%type);
108:
109: procedure delete_f_ctl_id( p_customer_trx_line_id
110: IN ra_customer_trx_lines.customer_trx_line_id%type);
111:
112: PROCEDURE update_p( p_adj_rec IN ar_adjustments%rowtype,
113: p_adjustment_id IN ar_adjustments.adjustment_id%type,
114: p_exchange_rate IN ar_payment_schedules.exchange_rate%type

Line 133: ra_customer_trx_lines.customer_trx_line_id%type,

129: ar_payment_schedules.exchange_rate%type);
130:
131: PROCEDURE update_f_ctl_id( p_adj_rec IN ar_adjustments%rowtype,
132: p_customer_trx_line_id IN
133: ra_customer_trx_lines.customer_trx_line_id%type,
134: p_exchange_rate IN
135: ar_payment_schedules.exchange_rate%type);
136:
137: