DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 12: (distribution_id po_req_distributions_all.distribution_id%TYPE

8: -- --------- ------ ------------------------------------------
9: -- phegde 05/01/01 Created Package
10:
11: TYPE Req_dist_Rec_type IS RECORD
12: (distribution_id po_req_distributions_all.distribution_id%TYPE
13: ,last_update_date po_req_distributions_all.last_update_date%TYPE
14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE

Line 13: ,last_update_date po_req_distributions_all.last_update_date%TYPE

9: -- phegde 05/01/01 Created Package
10:
11: TYPE Req_dist_Rec_type IS RECORD
12: (distribution_id po_req_distributions_all.distribution_id%TYPE
13: ,last_update_date po_req_distributions_all.last_update_date%TYPE
14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE

Line 14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE

10:
11: TYPE Req_dist_Rec_type IS RECORD
12: (distribution_id po_req_distributions_all.distribution_id%TYPE
13: ,last_update_date po_req_distributions_all.last_update_date%TYPE
14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE

Line 15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE

11: TYPE Req_dist_Rec_type IS RECORD
12: (distribution_id po_req_distributions_all.distribution_id%TYPE
13: ,last_update_date po_req_distributions_all.last_update_date%TYPE
14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE

Line 16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE

12: (distribution_id po_req_distributions_all.distribution_id%TYPE
13: ,last_update_date po_req_distributions_all.last_update_date%TYPE
14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE

Line 17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE

13: ,last_update_date po_req_distributions_all.last_update_date%TYPE
14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE

Line 18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE

14: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE

Line 19: ,last_update_login po_req_distributions_all.last_update_login%TYPE

15: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE

Line 20: ,creation_date po_req_distributions_all.creation_date%TYPE

16: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE

Line 21: ,created_by po_req_distributions_all.created_by%TYPE

17: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE

Line 22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE

18: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE

Line 23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE

19: ,last_update_login po_req_distributions_all.last_update_login%TYPE
20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE

Line 24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE

20: ,creation_date po_req_distributions_all.creation_date%TYPE
21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE

Line 25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE

21: ,created_by po_req_distributions_all.created_by%TYPE
22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE

Line 26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE

22: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE

Line 27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE

23: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE

Line 28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE

24: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE

Line 29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE

25: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE

Line 30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE

26: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE

Line 31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE

27: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE

Line 32: ,attribute_category po_req_distributions_all.attribute_category%TYPE

28: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE

Line 33: ,attribute1 po_req_distributions_all.attribute1%TYPE

29: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE

Line 34: ,attribute2 po_req_distributions_all.attribute2%TYPE

30: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE

Line 35: ,attribute3 po_req_distributions_all.attribute3%TYPE

31: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE

Line 36: ,attribute4 po_req_distributions_all.attribute4%TYPE

32: ,attribute_category po_req_distributions_all.attribute_category%TYPE
33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE

Line 37: ,attribute5 po_req_distributions_all.attribute5%TYPE

33: ,attribute1 po_req_distributions_all.attribute1%TYPE
34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE

Line 38: ,attribute6 po_req_distributions_all.attribute6%TYPE

34: ,attribute2 po_req_distributions_all.attribute2%TYPE
35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE

Line 39: ,attribute7 po_req_distributions_all.attribute7%TYPE

35: ,attribute3 po_req_distributions_all.attribute3%TYPE
36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE

Line 40: ,attribute8 po_req_distributions_all.attribute8%TYPE

36: ,attribute4 po_req_distributions_all.attribute4%TYPE
37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE

Line 41: ,attribute9 po_req_distributions_all.attribute9%TYPE

37: ,attribute5 po_req_distributions_all.attribute5%TYPE
38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE

Line 42: ,attribute10 po_req_distributions_all.attribute10%TYPE

38: ,attribute6 po_req_distributions_all.attribute6%TYPE
39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE

Line 43: ,attribute11 po_req_distributions_all.attribute11%TYPE

39: ,attribute7 po_req_distributions_all.attribute7%TYPE
40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE

Line 44: ,attribute12 po_req_distributions_all.attribute12%TYPE

40: ,attribute8 po_req_distributions_all.attribute8%TYPE
41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE

Line 45: ,attribute13 po_req_distributions_all.attribute13%TYPE

41: ,attribute9 po_req_distributions_all.attribute9%TYPE
42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE

Line 46: ,attribute14 po_req_distributions_all.attribute14%TYPE

42: ,attribute10 po_req_distributions_all.attribute10%TYPE
43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE

Line 47: ,attribute15 po_req_distributions_all.attribute15%TYPE

43: ,attribute11 po_req_distributions_all.attribute11%TYPE
44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE

Line 48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE

44: ,attribute12 po_req_distributions_all.attribute12%TYPE
45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE

Line 49: ,government_context po_req_distributions_all.government_context%TYPE

45: ,attribute13 po_req_distributions_all.attribute13%TYPE
46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE

Line 50: ,project_id po_req_distributions_all.project_id%TYPE

46: ,attribute14 po_req_distributions_all.attribute14%TYPE
47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE

Line 51: ,task_id po_req_distributions_all.task_id%TYPE

47: ,attribute15 po_req_distributions_all.attribute15%TYPE
48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE

Line 52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE

48: ,ussgl_transaction_code po_req_distributions_all.ussgl_transaction_code%TYPE
49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE

Line 53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE

49: ,government_context po_req_distributions_all.government_context%TYPE
50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE

Line 54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE

50: ,project_id po_req_distributions_all.project_id%TYPE
51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE

Line 55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE

51: ,task_id po_req_distributions_all.task_id%TYPE
52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE

Line 56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE

52: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE

Line 57: ,distribution_num po_req_distributions_all.distribution_num%TYPE

53: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE

Line 58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE

54: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE

Line 59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE

55: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE

Line 60: ,org_id po_req_distributions_all.org_id%TYPE

56: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE

Line 61: ,allocation_type po_req_distributions_all.allocation_type%TYPE

57: ,distribution_num po_req_distributions_all.distribution_num%TYPE
58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE

Line 62: ,allocation_value po_req_distributions_all.allocation_value%TYPE

58: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE

Line 63: ,award_id po_req_distributions_all.award_id%TYPE

59: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE

Line 64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE

60: ,org_id po_req_distributions_all.org_id%TYPE
61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE

Line 65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE

61: ,allocation_type po_req_distributions_all.allocation_type%TYPE
62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE

Line 66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE

62: ,allocation_value po_req_distributions_all.allocation_value%TYPE
63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
70: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE

Line 67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE

63: ,award_id po_req_distributions_all.award_id%TYPE
64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
70: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
71: );

Line 68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE

64: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
70: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
71: );
72:

Line 69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE

65: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
70: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
71: );
72:
73: -- Operations

Line 70: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE

66: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
67: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
68: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
69: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
70: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
71: );
72:
73: -- Operations
74: --G_OPR_INSERT CONSTANT VARCHAR2(30) := 'INSERT';