DBA Data[Home] [Help]

APPS.ARP_DELETE_DIST_COVER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 8: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,

4: PROCEDURE delete_dist_cover(
5: p_form_name IN varchar2,
6: p_form_version IN number,
7: p_cust_trx_line_gl_dist_id IN
8: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
9: p_customer_trx_id IN
10: ra_cust_trx_line_gl_dist.customer_trx_id%type,
11: p_customer_trx_line_id IN
12: ra_cust_trx_line_gl_dist.customer_trx_line_id %type,

Line 10: ra_cust_trx_line_gl_dist.customer_trx_id%type,

6: p_form_version IN number,
7: p_cust_trx_line_gl_dist_id IN
8: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
9: p_customer_trx_id IN
10: ra_cust_trx_line_gl_dist.customer_trx_id%type,
11: p_customer_trx_line_id IN
12: ra_cust_trx_line_gl_dist.customer_trx_line_id %type,
13: p_cust_trx_line_salesrep_id IN
14: ra_cust_trx_line_gl_dist.cust_trx_line_salesrep_id%type,

Line 12: ra_cust_trx_line_gl_dist.customer_trx_line_id %type,

8: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
9: p_customer_trx_id IN
10: ra_cust_trx_line_gl_dist.customer_trx_id%type,
11: p_customer_trx_line_id IN
12: ra_cust_trx_line_gl_dist.customer_trx_line_id %type,
13: p_cust_trx_line_salesrep_id IN
14: ra_cust_trx_line_gl_dist.cust_trx_line_salesrep_id%type,
15: p_account_class IN
16: ra_cust_trx_line_gl_dist.account_class%type,

Line 14: ra_cust_trx_line_gl_dist.cust_trx_line_salesrep_id%type,

10: ra_cust_trx_line_gl_dist.customer_trx_id%type,
11: p_customer_trx_line_id IN
12: ra_cust_trx_line_gl_dist.customer_trx_line_id %type,
13: p_cust_trx_line_salesrep_id IN
14: ra_cust_trx_line_gl_dist.cust_trx_line_salesrep_id%type,
15: p_account_class IN
16: ra_cust_trx_line_gl_dist.account_class%type,
17: p_percent IN
18: ra_cust_trx_line_gl_dist.percent%type,

Line 16: ra_cust_trx_line_gl_dist.account_class%type,

12: ra_cust_trx_line_gl_dist.customer_trx_line_id %type,
13: p_cust_trx_line_salesrep_id IN
14: ra_cust_trx_line_gl_dist.cust_trx_line_salesrep_id%type,
15: p_account_class IN
16: ra_cust_trx_line_gl_dist.account_class%type,
17: p_percent IN
18: ra_cust_trx_line_gl_dist.percent%type,
19: p_amount IN
20: ra_cust_trx_line_gl_dist.amount%type,

Line 18: ra_cust_trx_line_gl_dist.percent%type,

14: ra_cust_trx_line_gl_dist.cust_trx_line_salesrep_id%type,
15: p_account_class IN
16: ra_cust_trx_line_gl_dist.account_class%type,
17: p_percent IN
18: ra_cust_trx_line_gl_dist.percent%type,
19: p_amount IN
20: ra_cust_trx_line_gl_dist.amount%type,
21: p_gl_date IN
22: ra_cust_trx_line_gl_dist.gl_date%type,

Line 20: ra_cust_trx_line_gl_dist.amount%type,

16: ra_cust_trx_line_gl_dist.account_class%type,
17: p_percent IN
18: ra_cust_trx_line_gl_dist.percent%type,
19: p_amount IN
20: ra_cust_trx_line_gl_dist.amount%type,
21: p_gl_date IN
22: ra_cust_trx_line_gl_dist.gl_date%type,
23: p_original_gl_date IN
24: ra_cust_trx_line_gl_dist.original_gl_date%type,

Line 22: ra_cust_trx_line_gl_dist.gl_date%type,

18: ra_cust_trx_line_gl_dist.percent%type,
19: p_amount IN
20: ra_cust_trx_line_gl_dist.amount%type,
21: p_gl_date IN
22: ra_cust_trx_line_gl_dist.gl_date%type,
23: p_original_gl_date IN
24: ra_cust_trx_line_gl_dist.original_gl_date%type,
25: p_gl_posted_date IN
26: ra_cust_trx_line_gl_dist.gl_posted_date%type,

Line 24: ra_cust_trx_line_gl_dist.original_gl_date%type,

20: ra_cust_trx_line_gl_dist.amount%type,
21: p_gl_date IN
22: ra_cust_trx_line_gl_dist.gl_date%type,
23: p_original_gl_date IN
24: ra_cust_trx_line_gl_dist.original_gl_date%type,
25: p_gl_posted_date IN
26: ra_cust_trx_line_gl_dist.gl_posted_date%type,
27: p_code_combination_id IN
28: ra_cust_trx_line_gl_dist.code_combination_id%type,

Line 26: ra_cust_trx_line_gl_dist.gl_posted_date%type,

22: ra_cust_trx_line_gl_dist.gl_date%type,
23: p_original_gl_date IN
24: ra_cust_trx_line_gl_dist.original_gl_date%type,
25: p_gl_posted_date IN
26: ra_cust_trx_line_gl_dist.gl_posted_date%type,
27: p_code_combination_id IN
28: ra_cust_trx_line_gl_dist.code_combination_id%type,
29: p_concatenated_segments IN
30: ra_cust_trx_line_gl_dist.concatenated_segments%type,

Line 28: ra_cust_trx_line_gl_dist.code_combination_id%type,

24: ra_cust_trx_line_gl_dist.original_gl_date%type,
25: p_gl_posted_date IN
26: ra_cust_trx_line_gl_dist.gl_posted_date%type,
27: p_code_combination_id IN
28: ra_cust_trx_line_gl_dist.code_combination_id%type,
29: p_concatenated_segments IN
30: ra_cust_trx_line_gl_dist.concatenated_segments%type,
31: p_collected_tax_ccid IN
32: ra_cust_trx_line_gl_dist.collected_tax_ccid%type,

Line 30: ra_cust_trx_line_gl_dist.concatenated_segments%type,

26: ra_cust_trx_line_gl_dist.gl_posted_date%type,
27: p_code_combination_id IN
28: ra_cust_trx_line_gl_dist.code_combination_id%type,
29: p_concatenated_segments IN
30: ra_cust_trx_line_gl_dist.concatenated_segments%type,
31: p_collected_tax_ccid IN
32: ra_cust_trx_line_gl_dist.collected_tax_ccid%type,
33: p_collected_tax_concat_seg IN
34: ra_cust_trx_line_gl_dist.collected_tax_concat_seg%type,

Line 32: ra_cust_trx_line_gl_dist.collected_tax_ccid%type,

28: ra_cust_trx_line_gl_dist.code_combination_id%type,
29: p_concatenated_segments IN
30: ra_cust_trx_line_gl_dist.concatenated_segments%type,
31: p_collected_tax_ccid IN
32: ra_cust_trx_line_gl_dist.collected_tax_ccid%type,
33: p_collected_tax_concat_seg IN
34: ra_cust_trx_line_gl_dist.collected_tax_concat_seg%type,
35: p_comments IN
36: ra_cust_trx_line_gl_dist.comments%type,

Line 34: ra_cust_trx_line_gl_dist.collected_tax_concat_seg%type,

30: ra_cust_trx_line_gl_dist.concatenated_segments%type,
31: p_collected_tax_ccid IN
32: ra_cust_trx_line_gl_dist.collected_tax_ccid%type,
33: p_collected_tax_concat_seg IN
34: ra_cust_trx_line_gl_dist.collected_tax_concat_seg%type,
35: p_comments IN
36: ra_cust_trx_line_gl_dist.comments%type,
37: p_account_set_flag IN
38: ra_cust_trx_line_gl_dist.account_set_flag%type,

Line 36: ra_cust_trx_line_gl_dist.comments%type,

32: ra_cust_trx_line_gl_dist.collected_tax_ccid%type,
33: p_collected_tax_concat_seg IN
34: ra_cust_trx_line_gl_dist.collected_tax_concat_seg%type,
35: p_comments IN
36: ra_cust_trx_line_gl_dist.comments%type,
37: p_account_set_flag IN
38: ra_cust_trx_line_gl_dist.account_set_flag%type,
39: p_latest_rec_flag IN
40: ra_cust_trx_line_gl_dist.latest_rec_flag%type,

Line 38: ra_cust_trx_line_gl_dist.account_set_flag%type,

34: ra_cust_trx_line_gl_dist.collected_tax_concat_seg%type,
35: p_comments IN
36: ra_cust_trx_line_gl_dist.comments%type,
37: p_account_set_flag IN
38: ra_cust_trx_line_gl_dist.account_set_flag%type,
39: p_latest_rec_flag IN
40: ra_cust_trx_line_gl_dist.latest_rec_flag%type,
41: p_ussgl_transaction_code IN
42: ra_cust_trx_line_gl_dist.ussgl_transaction_code%type,

Line 40: ra_cust_trx_line_gl_dist.latest_rec_flag%type,

36: ra_cust_trx_line_gl_dist.comments%type,
37: p_account_set_flag IN
38: ra_cust_trx_line_gl_dist.account_set_flag%type,
39: p_latest_rec_flag IN
40: ra_cust_trx_line_gl_dist.latest_rec_flag%type,
41: p_ussgl_transaction_code IN
42: ra_cust_trx_line_gl_dist.ussgl_transaction_code%type,
43: p_ussgl_trx_code_context IN
44: ra_cust_trx_line_gl_dist.ussgl_transaction_code_context%type,

Line 42: ra_cust_trx_line_gl_dist.ussgl_transaction_code%type,

38: ra_cust_trx_line_gl_dist.account_set_flag%type,
39: p_latest_rec_flag IN
40: ra_cust_trx_line_gl_dist.latest_rec_flag%type,
41: p_ussgl_transaction_code IN
42: ra_cust_trx_line_gl_dist.ussgl_transaction_code%type,
43: p_ussgl_trx_code_context IN
44: ra_cust_trx_line_gl_dist.ussgl_transaction_code_context%type,
45: p_attribute_category IN
46: ra_cust_trx_line_gl_dist.attribute_category%type,

Line 44: ra_cust_trx_line_gl_dist.ussgl_transaction_code_context%type,

40: ra_cust_trx_line_gl_dist.latest_rec_flag%type,
41: p_ussgl_transaction_code IN
42: ra_cust_trx_line_gl_dist.ussgl_transaction_code%type,
43: p_ussgl_trx_code_context IN
44: ra_cust_trx_line_gl_dist.ussgl_transaction_code_context%type,
45: p_attribute_category IN
46: ra_cust_trx_line_gl_dist.attribute_category%type,
47: p_attribute1 IN
48: ra_cust_trx_line_gl_dist.attribute1%type,

Line 46: ra_cust_trx_line_gl_dist.attribute_category%type,

42: ra_cust_trx_line_gl_dist.ussgl_transaction_code%type,
43: p_ussgl_trx_code_context IN
44: ra_cust_trx_line_gl_dist.ussgl_transaction_code_context%type,
45: p_attribute_category IN
46: ra_cust_trx_line_gl_dist.attribute_category%type,
47: p_attribute1 IN
48: ra_cust_trx_line_gl_dist.attribute1%type,
49: p_attribute2 IN
50: ra_cust_trx_line_gl_dist.attribute2%type,

Line 48: ra_cust_trx_line_gl_dist.attribute1%type,

44: ra_cust_trx_line_gl_dist.ussgl_transaction_code_context%type,
45: p_attribute_category IN
46: ra_cust_trx_line_gl_dist.attribute_category%type,
47: p_attribute1 IN
48: ra_cust_trx_line_gl_dist.attribute1%type,
49: p_attribute2 IN
50: ra_cust_trx_line_gl_dist.attribute2%type,
51: p_attribute3 IN
52: ra_cust_trx_line_gl_dist.attribute3%type,

Line 50: ra_cust_trx_line_gl_dist.attribute2%type,

46: ra_cust_trx_line_gl_dist.attribute_category%type,
47: p_attribute1 IN
48: ra_cust_trx_line_gl_dist.attribute1%type,
49: p_attribute2 IN
50: ra_cust_trx_line_gl_dist.attribute2%type,
51: p_attribute3 IN
52: ra_cust_trx_line_gl_dist.attribute3%type,
53: p_attribute4 IN
54: ra_cust_trx_line_gl_dist.attribute4%type,

Line 52: ra_cust_trx_line_gl_dist.attribute3%type,

48: ra_cust_trx_line_gl_dist.attribute1%type,
49: p_attribute2 IN
50: ra_cust_trx_line_gl_dist.attribute2%type,
51: p_attribute3 IN
52: ra_cust_trx_line_gl_dist.attribute3%type,
53: p_attribute4 IN
54: ra_cust_trx_line_gl_dist.attribute4%type,
55: p_attribute5 IN
56: ra_cust_trx_line_gl_dist.attribute5%type,

Line 54: ra_cust_trx_line_gl_dist.attribute4%type,

50: ra_cust_trx_line_gl_dist.attribute2%type,
51: p_attribute3 IN
52: ra_cust_trx_line_gl_dist.attribute3%type,
53: p_attribute4 IN
54: ra_cust_trx_line_gl_dist.attribute4%type,
55: p_attribute5 IN
56: ra_cust_trx_line_gl_dist.attribute5%type,
57: p_attribute6 IN
58: ra_cust_trx_line_gl_dist.attribute6%type,

Line 56: ra_cust_trx_line_gl_dist.attribute5%type,

52: ra_cust_trx_line_gl_dist.attribute3%type,
53: p_attribute4 IN
54: ra_cust_trx_line_gl_dist.attribute4%type,
55: p_attribute5 IN
56: ra_cust_trx_line_gl_dist.attribute5%type,
57: p_attribute6 IN
58: ra_cust_trx_line_gl_dist.attribute6%type,
59: p_attribute7 IN
60: ra_cust_trx_line_gl_dist.attribute7%type,

Line 58: ra_cust_trx_line_gl_dist.attribute6%type,

54: ra_cust_trx_line_gl_dist.attribute4%type,
55: p_attribute5 IN
56: ra_cust_trx_line_gl_dist.attribute5%type,
57: p_attribute6 IN
58: ra_cust_trx_line_gl_dist.attribute6%type,
59: p_attribute7 IN
60: ra_cust_trx_line_gl_dist.attribute7%type,
61: p_attribute8 IN
62: ra_cust_trx_line_gl_dist.attribute8%type,

Line 60: ra_cust_trx_line_gl_dist.attribute7%type,

56: ra_cust_trx_line_gl_dist.attribute5%type,
57: p_attribute6 IN
58: ra_cust_trx_line_gl_dist.attribute6%type,
59: p_attribute7 IN
60: ra_cust_trx_line_gl_dist.attribute7%type,
61: p_attribute8 IN
62: ra_cust_trx_line_gl_dist.attribute8%type,
63: p_attribute9 IN
64: ra_cust_trx_line_gl_dist.attribute9%type,

Line 62: ra_cust_trx_line_gl_dist.attribute8%type,

58: ra_cust_trx_line_gl_dist.attribute6%type,
59: p_attribute7 IN
60: ra_cust_trx_line_gl_dist.attribute7%type,
61: p_attribute8 IN
62: ra_cust_trx_line_gl_dist.attribute8%type,
63: p_attribute9 IN
64: ra_cust_trx_line_gl_dist.attribute9%type,
65: p_attribute10 IN
66: ra_cust_trx_line_gl_dist.attribute10%type,

Line 64: ra_cust_trx_line_gl_dist.attribute9%type,

60: ra_cust_trx_line_gl_dist.attribute7%type,
61: p_attribute8 IN
62: ra_cust_trx_line_gl_dist.attribute8%type,
63: p_attribute9 IN
64: ra_cust_trx_line_gl_dist.attribute9%type,
65: p_attribute10 IN
66: ra_cust_trx_line_gl_dist.attribute10%type,
67: p_attribute11 IN
68: ra_cust_trx_line_gl_dist.attribute11%type,

Line 66: ra_cust_trx_line_gl_dist.attribute10%type,

62: ra_cust_trx_line_gl_dist.attribute8%type,
63: p_attribute9 IN
64: ra_cust_trx_line_gl_dist.attribute9%type,
65: p_attribute10 IN
66: ra_cust_trx_line_gl_dist.attribute10%type,
67: p_attribute11 IN
68: ra_cust_trx_line_gl_dist.attribute11%type,
69: p_attribute12 IN
70: ra_cust_trx_line_gl_dist.attribute12%type,

Line 68: ra_cust_trx_line_gl_dist.attribute11%type,

64: ra_cust_trx_line_gl_dist.attribute9%type,
65: p_attribute10 IN
66: ra_cust_trx_line_gl_dist.attribute10%type,
67: p_attribute11 IN
68: ra_cust_trx_line_gl_dist.attribute11%type,
69: p_attribute12 IN
70: ra_cust_trx_line_gl_dist.attribute12%type,
71: p_attribute13 IN
72: ra_cust_trx_line_gl_dist.attribute13%type,

Line 70: ra_cust_trx_line_gl_dist.attribute12%type,

66: ra_cust_trx_line_gl_dist.attribute10%type,
67: p_attribute11 IN
68: ra_cust_trx_line_gl_dist.attribute11%type,
69: p_attribute12 IN
70: ra_cust_trx_line_gl_dist.attribute12%type,
71: p_attribute13 IN
72: ra_cust_trx_line_gl_dist.attribute13%type,
73: p_attribute14 IN
74: ra_cust_trx_line_gl_dist.attribute14%type,

Line 72: ra_cust_trx_line_gl_dist.attribute13%type,

68: ra_cust_trx_line_gl_dist.attribute11%type,
69: p_attribute12 IN
70: ra_cust_trx_line_gl_dist.attribute12%type,
71: p_attribute13 IN
72: ra_cust_trx_line_gl_dist.attribute13%type,
73: p_attribute14 IN
74: ra_cust_trx_line_gl_dist.attribute14%type,
75: p_attribute15 IN
76: ra_cust_trx_line_gl_dist.attribute15%type,

Line 74: ra_cust_trx_line_gl_dist.attribute14%type,

70: ra_cust_trx_line_gl_dist.attribute12%type,
71: p_attribute13 IN
72: ra_cust_trx_line_gl_dist.attribute13%type,
73: p_attribute14 IN
74: ra_cust_trx_line_gl_dist.attribute14%type,
75: p_attribute15 IN
76: ra_cust_trx_line_gl_dist.attribute15%type,
77: p_posting_control_id IN
78: ra_cust_trx_line_gl_dist.posting_control_id%type );

Line 76: ra_cust_trx_line_gl_dist.attribute15%type,

72: ra_cust_trx_line_gl_dist.attribute13%type,
73: p_attribute14 IN
74: ra_cust_trx_line_gl_dist.attribute14%type,
75: p_attribute15 IN
76: ra_cust_trx_line_gl_dist.attribute15%type,
77: p_posting_control_id IN
78: ra_cust_trx_line_gl_dist.posting_control_id%type );
79:
80: END ARP_DELETE_DIST_COVER;

Line 78: ra_cust_trx_line_gl_dist.posting_control_id%type );

74: ra_cust_trx_line_gl_dist.attribute14%type,
75: p_attribute15 IN
76: ra_cust_trx_line_gl_dist.attribute15%type,
77: p_posting_control_id IN
78: ra_cust_trx_line_gl_dist.posting_control_id%type );
79:
80: END ARP_DELETE_DIST_COVER;