DBA Data[Home] [Help]

APPS.ARP_CMA_PKG dependencies on AR_CREDIT_MEMO_AMOUNTS

Line 4: PROCEDURE set_to_dummy( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype);

1: PACKAGE ARP_CMA_PKG AUTHID CURRENT_USER AS
2: /* $Header: ARTICMAS.pls 115.5 2003/04/11 21:12:25 mraymond ship $ */
3:
4: PROCEDURE set_to_dummy( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype);
5:
6: PROCEDURE lock_p( p_credit_memo_amount_id
7: IN ar_credit_memo_amounts.credit_memo_amount_id%type);
8:

Line 7: IN ar_credit_memo_amounts.credit_memo_amount_id%type);

3:
4: PROCEDURE set_to_dummy( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype);
5:
6: PROCEDURE lock_p( p_credit_memo_amount_id
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);

Line 13: PROCEDURE lock_fetch_p( p_cma_rec IN OUT NOCOPY ar_credit_memo_amounts%rowtype,

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);
16:
17: PROCEDURE lock_compare_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,

Line 15: ar_credit_memo_amounts.credit_memo_amount_id%type);

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);
16:
17: PROCEDURE lock_compare_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,
18: p_credit_memo_amount_id IN
19: ar_credit_memo_amounts.credit_memo_amount_id%type);

Line 17: PROCEDURE lock_compare_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,

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);
16:
17: PROCEDURE lock_compare_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,
18: p_credit_memo_amount_id IN
19: ar_credit_memo_amounts.credit_memo_amount_id%type);
20:
21: PROCEDURE fetch_p( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype,

Line 19: ar_credit_memo_amounts.credit_memo_amount_id%type);

15: ar_credit_memo_amounts.credit_memo_amount_id%type);
16:
17: PROCEDURE lock_compare_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,
18: p_credit_memo_amount_id IN
19: ar_credit_memo_amounts.credit_memo_amount_id%type);
20:
21: PROCEDURE fetch_p( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype,
22: p_credit_memo_amount_id IN
23: ar_credit_memo_amounts.credit_memo_amount_id%type);

Line 21: PROCEDURE fetch_p( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype,

17: PROCEDURE lock_compare_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,
18: p_credit_memo_amount_id IN
19: ar_credit_memo_amounts.credit_memo_amount_id%type);
20:
21: PROCEDURE fetch_p( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype,
22: p_credit_memo_amount_id IN
23: ar_credit_memo_amounts.credit_memo_amount_id%type);
24:
25: procedure delete_p( p_credit_memo_amount_id

Line 23: ar_credit_memo_amounts.credit_memo_amount_id%type);

19: ar_credit_memo_amounts.credit_memo_amount_id%type);
20:
21: PROCEDURE fetch_p( p_cma_rec OUT NOCOPY ar_credit_memo_amounts%rowtype,
22: p_credit_memo_amount_id IN
23: ar_credit_memo_amounts.credit_memo_amount_id%type);
24:
25: procedure delete_p( p_credit_memo_amount_id
26: IN ar_credit_memo_amounts.credit_memo_amount_id%type);
27:

Line 26: IN ar_credit_memo_amounts.credit_memo_amount_id%type);

22: p_credit_memo_amount_id IN
23: ar_credit_memo_amounts.credit_memo_amount_id%type);
24:
25: procedure delete_p( p_credit_memo_amount_id
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);

Line 35: PROCEDURE update_p( p_cma_rec IN ar_credit_memo_amounts%rowtype,

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);
38:
39: PROCEDURE update_f_ctl_id( p_cma_rec IN ar_credit_memo_amounts%rowtype,

Line 37: ar_credit_memo_amounts.credit_memo_amount_id%type);

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);
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);

Line 39: PROCEDURE update_f_ctl_id( p_cma_rec IN ar_credit_memo_amounts%rowtype,

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);
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(

Line 44: 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
46: OUT NOCOPY ar_credit_memo_amounts.credit_memo_amount_id%type
47: );
48:

Line 46: OUT NOCOPY ar_credit_memo_amounts.credit_memo_amount_id%type

42:
43: PROCEDURE insert_p(
44: p_cma_rec IN ar_credit_memo_amounts%rowtype,
45: p_credit_memo_amount_id
46: OUT NOCOPY ar_credit_memo_amounts.credit_memo_amount_id%type
47: );
48:
49: END ARP_CMA_PKG;