DBA Data[Home] [Help]

APPS.ARP_CMA_PKG dependencies on RA_CUSTOMER_TRX

Line 11: IN ra_customer_trx_lines.customer_trx_line_id%type);

7: IN ar_credit_memo_amounts.credit_memo_amount_id%type);
8:
9:
10: PROCEDURE lock_f_ctl_id( p_customer_trx_line_id
11: IN ra_customer_trx_lines.customer_trx_line_id%type);
12:
13: PROCEDURE lock_fetch_p( p_cma_rec IN OUT NOCOPY ar_credit_memo_amounts%rowtype,
14: p_credit_memo_amount_id IN
15: ar_credit_memo_amounts.credit_memo_amount_id%type);

Line 30: IN ra_customer_trx_lines.customer_trx_line_id%type);

26: IN ar_credit_memo_amounts.credit_memo_amount_id%type);
27:
28:
29: procedure delete_f_ctl_id( p_customer_trx_line_id
30: IN ra_customer_trx_lines.customer_trx_line_id%type);
31:
32: PROCEDURE delete_f_ct_id( p_customer_trx_id
33: IN ra_customer_trx.customer_trx_id%type);
34:

Line 33: IN ra_customer_trx.customer_trx_id%type);

29: procedure delete_f_ctl_id( p_customer_trx_line_id
30: IN ra_customer_trx_lines.customer_trx_line_id%type);
31:
32: PROCEDURE delete_f_ct_id( p_customer_trx_id
33: IN ra_customer_trx.customer_trx_id%type);
34:
35: PROCEDURE update_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,
36: p_credit_memo_amount_id IN
37: ar_credit_memo_amounts.credit_memo_amount_id%type);

Line 41: ra_customer_trx_lines.customer_trx_line_id%type);

37: ar_credit_memo_amounts.credit_memo_amount_id%type);
38:
39: PROCEDURE update_f_ctl_id( p_cma_rec IN ar_credit_memo_amounts%rowtype,
40: p_customer_trx_line_id IN
41: ra_customer_trx_lines.customer_trx_line_id%type);
42:
43: PROCEDURE insert_p(
44: p_cma_rec IN ar_credit_memo_amounts%rowtype,
45: p_credit_memo_amount_id