DBA Data[Home] [Help]

APPS.ARP_PROCESS_BATCH dependencies on RA_BATCHES

Line 12: p_batch_rec IN ra_batches%rowtype,

8:
9: PROCEDURE insert_batch(
10: p_form_name IN varchar2,
11: p_form_version IN number,
12: p_batch_rec IN ra_batches%rowtype,
13: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
14: p_name IN OUT NOCOPY ra_batches.name%type);
15:
16: PROCEDURE update_batch(

Line 13: p_batch_id OUT NOCOPY ra_batches.batch_id%type,

9: PROCEDURE insert_batch(
10: p_form_name IN varchar2,
11: p_form_version IN number,
12: p_batch_rec IN ra_batches%rowtype,
13: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
14: p_name IN OUT NOCOPY ra_batches.name%type);
15:
16: PROCEDURE update_batch(
17: p_form_name IN varchar2,

Line 14: p_name IN OUT NOCOPY ra_batches.name%type);

10: p_form_name IN varchar2,
11: p_form_version IN number,
12: p_batch_rec IN ra_batches%rowtype,
13: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
14: p_name IN OUT NOCOPY ra_batches.name%type);
15:
16: PROCEDURE update_batch(
17: p_form_name IN varchar2,
18: p_form_version IN number,

Line 19: p_batch_id IN ra_batches.batch_id%type,

15:
16: PROCEDURE update_batch(
17: p_form_name IN varchar2,
18: p_form_version IN number,
19: p_batch_id IN ra_batches.batch_id%type,
20: p_batch_rec IN ra_batches%rowtype);
21:
22:
23: PROCEDURE delete_batch(p_form_name IN varchar2,

Line 20: p_batch_rec IN ra_batches%rowtype);

16: PROCEDURE update_batch(
17: p_form_name IN varchar2,
18: p_form_version IN number,
19: p_batch_id IN ra_batches.batch_id%type,
20: p_batch_rec IN ra_batches%rowtype);
21:
22:
23: PROCEDURE delete_batch(p_form_name IN varchar2,
24: p_form_version IN number,

Line 25: p_batch_id IN ra_batches.batch_id%type,

21:
22:
23: PROCEDURE delete_batch(p_form_name IN varchar2,
24: p_form_version IN number,
25: p_batch_id IN ra_batches.batch_id%type,
26: p_batch_rec IN ra_batches%rowtype);
27:
28: PROCEDURE insert_batch_cover(
29: p_form_name IN varchar2,

Line 26: p_batch_rec IN ra_batches%rowtype);

22:
23: PROCEDURE delete_batch(p_form_name IN varchar2,
24: p_form_version IN number,
25: p_batch_id IN ra_batches.batch_id%type,
26: p_batch_rec IN ra_batches%rowtype);
27:
28: PROCEDURE insert_batch_cover(
29: p_form_name IN varchar2,
30: p_form_version IN number,

Line 31: p_batch_source_id IN ra_batches.batch_source_id%type,

27:
28: PROCEDURE insert_batch_cover(
29: p_form_name IN varchar2,
30: p_form_version IN number,
31: p_batch_source_id IN ra_batches.batch_source_id%type,
32: p_batch_date IN ra_batches.batch_date%type,
33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,

Line 32: p_batch_date IN ra_batches.batch_date%type,

28: PROCEDURE insert_batch_cover(
29: p_form_name IN varchar2,
30: p_form_version IN number,
31: p_batch_source_id IN ra_batches.batch_source_id%type,
32: p_batch_date IN ra_batches.batch_date%type,
33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,

Line 33: p_gl_date IN ra_batches.gl_date%type,

29: p_form_name IN varchar2,
30: p_form_version IN number,
31: p_batch_source_id IN ra_batches.batch_source_id%type,
32: p_batch_date IN ra_batches.batch_date%type,
33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,

Line 34: p_status IN ra_batches.status%type,

30: p_form_version IN number,
31: p_batch_source_id IN ra_batches.batch_source_id%type,
32: p_batch_date IN ra_batches.batch_date%type,
33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,

Line 35: p_type IN ra_batches.type%type,

31: p_batch_source_id IN ra_batches.batch_source_id%type,
32: p_batch_date IN ra_batches.batch_date%type,
33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,

Line 36: p_currency_code IN ra_batches.currency_code%type,

32: p_batch_date IN ra_batches.batch_date%type,
33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,

Line 37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,

33: p_gl_date IN ra_batches.gl_date%type,
34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,

Line 38: p_exchange_date IN ra_batches.exchange_date%type,

34: p_status IN ra_batches.status%type,
35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,

Line 39: p_exchange_rate IN ra_batches.exchange_rate%type,

35: p_type IN ra_batches.type%type,
36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,

Line 40: p_control_count IN ra_batches.control_count%type,

36: p_currency_code IN ra_batches.currency_code%type,
37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,

Line 41: p_control_amount IN ra_batches.control_amount%type,

37: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,

Line 42: p_comments IN ra_batches.comments%type,

38: p_exchange_date IN ra_batches.exchange_date%type,
39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,

Line 43: p_set_of_books_id IN ra_batches.set_of_books_id%type,

39: p_exchange_rate IN ra_batches.exchange_rate%type,
40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,

Line 44: p_purged_children_flag IN ra_batches.purged_children_flag%type,

40: p_control_count IN ra_batches.control_count%type,
41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,

Line 45: p_attribute_category IN ra_batches.attribute_category%type,

41: p_control_amount IN ra_batches.control_amount%type,
42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,

Line 46: p_attribute1 IN ra_batches.attribute1%type,

42: p_comments IN ra_batches.comments%type,
43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,

Line 47: p_attribute2 IN ra_batches.attribute2%type,

43: p_set_of_books_id IN ra_batches.set_of_books_id%type,
44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,

Line 48: p_attribute3 IN ra_batches.attribute3%type,

44: p_purged_children_flag IN ra_batches.purged_children_flag%type,
45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,

Line 49: p_attribute4 IN ra_batches.attribute4%type,

45: p_attribute_category IN ra_batches.attribute_category%type,
46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,

Line 50: p_attribute5 IN ra_batches.attribute5%type,

46: p_attribute1 IN ra_batches.attribute1%type,
47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,

Line 51: p_attribute6 IN ra_batches.attribute6%type,

47: p_attribute2 IN ra_batches.attribute2%type,
48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,

Line 52: p_attribute7 IN ra_batches.attribute7%type,

48: p_attribute3 IN ra_batches.attribute3%type,
49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,

Line 53: p_attribute8 IN ra_batches.attribute8%type,

49: p_attribute4 IN ra_batches.attribute4%type,
50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,

Line 54: p_attribute9 IN ra_batches.attribute9%type,

50: p_attribute5 IN ra_batches.attribute5%type,
51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,

Line 55: p_attribute10 IN ra_batches.attribute10%type,

51: p_attribute6 IN ra_batches.attribute6%type,
52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,

Line 56: p_attribute11 IN ra_batches.attribute11%type,

52: p_attribute7 IN ra_batches.attribute7%type,
53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,

Line 57: p_attribute12 IN ra_batches.attribute12%type,

53: p_attribute8 IN ra_batches.attribute8%type,
54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,
61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,

Line 58: p_attribute13 IN ra_batches.attribute13%type,

54: p_attribute9 IN ra_batches.attribute9%type,
55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,
61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
62: p_name IN OUT NOCOPY ra_batches.name%type);

Line 59: p_attribute14 IN ra_batches.attribute14%type,

55: p_attribute10 IN ra_batches.attribute10%type,
56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,
61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
62: p_name IN OUT NOCOPY ra_batches.name%type);
63:

Line 60: p_attribute15 IN ra_batches.attribute15%type,

56: p_attribute11 IN ra_batches.attribute11%type,
57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,
61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
62: p_name IN OUT NOCOPY ra_batches.name%type);
63:
64: PROCEDURE update_batch_cover(

Line 61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,

57: p_attribute12 IN ra_batches.attribute12%type,
58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,
61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
62: p_name IN OUT NOCOPY ra_batches.name%type);
63:
64: PROCEDURE update_batch_cover(
65: p_form_name IN varchar2,

Line 62: p_name IN OUT NOCOPY ra_batches.name%type);

58: p_attribute13 IN ra_batches.attribute13%type,
59: p_attribute14 IN ra_batches.attribute14%type,
60: p_attribute15 IN ra_batches.attribute15%type,
61: p_batch_id OUT NOCOPY ra_batches.batch_id%type,
62: p_name IN OUT NOCOPY ra_batches.name%type);
63:
64: PROCEDURE update_batch_cover(
65: p_form_name IN varchar2,
66: p_form_version IN number,

Line 67: p_batch_id IN ra_batches.batch_id%type,

63:
64: PROCEDURE update_batch_cover(
65: p_form_name IN varchar2,
66: p_form_version IN number,
67: p_batch_id IN ra_batches.batch_id%type,
68: p_name IN ra_batches.name%type,
69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,

Line 68: p_name IN ra_batches.name%type,

64: PROCEDURE update_batch_cover(
65: p_form_name IN varchar2,
66: p_form_version IN number,
67: p_batch_id IN ra_batches.batch_id%type,
68: p_name IN ra_batches.name%type,
69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,

Line 69: p_batch_source_id IN ra_batches.batch_source_id%type,

65: p_form_name IN varchar2,
66: p_form_version IN number,
67: p_batch_id IN ra_batches.batch_id%type,
68: p_name IN ra_batches.name%type,
69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,

Line 70: p_batch_date IN ra_batches.batch_date%type,

66: p_form_version IN number,
67: p_batch_id IN ra_batches.batch_id%type,
68: p_name IN ra_batches.name%type,
69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,

Line 71: p_gl_date IN ra_batches.gl_date%type,

67: p_batch_id IN ra_batches.batch_id%type,
68: p_name IN ra_batches.name%type,
69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,

Line 72: p_status IN ra_batches.status%type,

68: p_name IN ra_batches.name%type,
69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,

Line 73: p_type IN ra_batches.type%type,

69: p_batch_source_id IN ra_batches.batch_source_id%type,
70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,

Line 74: p_currency_code IN ra_batches.currency_code%type,

70: p_batch_date IN ra_batches.batch_date%type,
71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,

Line 75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,

71: p_gl_date IN ra_batches.gl_date%type,
72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,

Line 76: p_exchange_date IN ra_batches.exchange_date%type,

72: p_status IN ra_batches.status%type,
73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,

Line 77: p_exchange_rate IN ra_batches.exchange_rate%type,

73: p_type IN ra_batches.type%type,
74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,

Line 78: p_control_count IN ra_batches.control_count%type,

74: p_currency_code IN ra_batches.currency_code%type,
75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,

Line 79: p_control_amount IN ra_batches.control_amount%type,

75: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,

Line 80: p_comments IN ra_batches.comments%type,

76: p_exchange_date IN ra_batches.exchange_date%type,
77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,

Line 81: p_set_of_books_id IN ra_batches.set_of_books_id%type,

77: p_exchange_rate IN ra_batches.exchange_rate%type,
78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,

Line 82: p_purged_children_flag IN ra_batches.purged_children_flag%type,

78: p_control_count IN ra_batches.control_count%type,
79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,

Line 83: p_attribute_category IN ra_batches.attribute_category%type,

79: p_control_amount IN ra_batches.control_amount%type,
80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,

Line 84: p_attribute1 IN ra_batches.attribute1%type,

80: p_comments IN ra_batches.comments%type,
81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,

Line 85: p_attribute2 IN ra_batches.attribute2%type,

81: p_set_of_books_id IN ra_batches.set_of_books_id%type,
82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,

Line 86: p_attribute3 IN ra_batches.attribute3%type,

82: p_purged_children_flag IN ra_batches.purged_children_flag%type,
83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,

Line 87: p_attribute4 IN ra_batches.attribute4%type,

83: p_attribute_category IN ra_batches.attribute_category%type,
84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,

Line 88: p_attribute5 IN ra_batches.attribute5%type,

84: p_attribute1 IN ra_batches.attribute1%type,
85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,

Line 89: p_attribute6 IN ra_batches.attribute6%type,

85: p_attribute2 IN ra_batches.attribute2%type,
86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,

Line 90: p_attribute7 IN ra_batches.attribute7%type,

86: p_attribute3 IN ra_batches.attribute3%type,
87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,

Line 91: p_attribute8 IN ra_batches.attribute8%type,

87: p_attribute4 IN ra_batches.attribute4%type,
88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,

Line 92: p_attribute9 IN ra_batches.attribute9%type,

88: p_attribute5 IN ra_batches.attribute5%type,
89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,

Line 93: p_attribute10 IN ra_batches.attribute10%type,

89: p_attribute6 IN ra_batches.attribute6%type,
90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,
97: p_attribute14 IN ra_batches.attribute14%type,

Line 94: p_attribute11 IN ra_batches.attribute11%type,

90: p_attribute7 IN ra_batches.attribute7%type,
91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,
97: p_attribute14 IN ra_batches.attribute14%type,
98: p_attribute15 IN ra_batches.attribute15%type);

Line 95: p_attribute12 IN ra_batches.attribute12%type,

91: p_attribute8 IN ra_batches.attribute8%type,
92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,
97: p_attribute14 IN ra_batches.attribute14%type,
98: p_attribute15 IN ra_batches.attribute15%type);
99:

Line 96: p_attribute13 IN ra_batches.attribute13%type,

92: p_attribute9 IN ra_batches.attribute9%type,
93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,
97: p_attribute14 IN ra_batches.attribute14%type,
98: p_attribute15 IN ra_batches.attribute15%type);
99:
100:

Line 97: p_attribute14 IN ra_batches.attribute14%type,

93: p_attribute10 IN ra_batches.attribute10%type,
94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,
97: p_attribute14 IN ra_batches.attribute14%type,
98: p_attribute15 IN ra_batches.attribute15%type);
99:
100:
101: PROCEDURE delete_batch_cover(

Line 98: p_attribute15 IN ra_batches.attribute15%type);

94: p_attribute11 IN ra_batches.attribute11%type,
95: p_attribute12 IN ra_batches.attribute12%type,
96: p_attribute13 IN ra_batches.attribute13%type,
97: p_attribute14 IN ra_batches.attribute14%type,
98: p_attribute15 IN ra_batches.attribute15%type);
99:
100:
101: PROCEDURE delete_batch_cover(
102: p_form_name IN varchar2,

Line 104: p_batch_id IN ra_batches.batch_id%type);

100:
101: PROCEDURE delete_batch_cover(
102: p_form_name IN varchar2,
103: p_form_version IN number,
104: p_batch_id IN ra_batches.batch_id%type);
105:
106:
107: END ARP_PROCESS_BATCH;