DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_PKG dependencies on AP_INVOICES_ALL

Line 24: invoice_id AP_INVOICES_ALL.invoice_id%TYPE,

20: TYPE instruction_lines_list_type IS TABLE OF instruction_lines_rec_type
21: INDEX by BINARY_INTEGER;
22:
23: TYPE invoice_rec_type IS RECORD (
24: invoice_id AP_INVOICES_ALL.invoice_id%TYPE,
25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,
26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,

Line 25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,

21: INDEX by BINARY_INTEGER;
22:
23: TYPE invoice_rec_type IS RECORD (
24: invoice_id AP_INVOICES_ALL.invoice_id%TYPE,
25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,
26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,

Line 26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,

22:
23: TYPE invoice_rec_type IS RECORD (
24: invoice_id AP_INVOICES_ALL.invoice_id%TYPE,
25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,
26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,

Line 27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,

23: TYPE invoice_rec_type IS RECORD (
24: invoice_id AP_INVOICES_ALL.invoice_id%TYPE,
25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,
26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,

Line 28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,

24: invoice_id AP_INVOICES_ALL.invoice_id%TYPE,
25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,
26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,

Line 29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,

25: vendor_id AP_INVOICES_ALL.vendor_id%TYPE,
26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,

Line 30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,

26: invoice_num AP_INVOICES_ALL.invoice_num%TYPE,
27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,

Line 31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,

27: set_of_books_id AP_INVOICES_ALL.set_of_books_id%TYPE,
28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,

Line 32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,

28: invoice_currency_code AP_INVOICES_ALL.invoice_currency_code%TYPE,
29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,

Line 33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,

29: payment_currency_code AP_INVOICES_ALL.payment_currency_code%TYPE,
30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,

Line 34: source AP_INVOICES_ALL.source%TYPE,

30: payment_cross_rate AP_INVOICES_ALL.payment_cross_rate%TYPE,
31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,

Line 35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,

31: invoice_amount AP_INVOICES_ALL.invoice_amount%TYPE,
32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,

Line 36: description AP_INVOICES_ALL.description%TYPE,

32: vendor_site_id AP_INVOICES_ALL.vendor_site_id%TYPE,
33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701

Line 37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,

33: invoice_date AP_INVOICES_ALL.invoice_date%TYPE,
34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,

Line 38: terms_id AP_INVOICES_ALL.terms_id%TYPE,

34: source AP_INVOICES_ALL.source%TYPE,
35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,

Line 39: terms_date AP_INVOICES_ALL.terms_date%TYPE,

35: invoice_type_lookup_code AP_INVOICES_ALL.invoice_type_lookup_code%TYPE,
36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,

Line 40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701

36: description AP_INVOICES_ALL.description%TYPE,
37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,

Line 41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,

37: amount_applicable_to_discount AP_INVOICES_ALL.amount_applicable_to_discount%TYPE,
38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,

Line 42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,

38: terms_id AP_INVOICES_ALL.terms_id%TYPE,
39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,

Line 43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,

39: terms_date AP_INVOICES_ALL.terms_date%TYPE,
40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,

Line 44: creation_date AP_INVOICES_ALL.creation_date%TYPE,

40: payment_method_code AP_INVOICES_ALL.payment_method_code%TYPE, --4552701
41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,

Line 45: created_by AP_INVOICES_ALL.created_by%TYPE,

41: pay_group_lookup_code AP_INVOICES_ALL.pay_group_lookup_code%TYPE,
42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,

Line 46: base_amount AP_INVOICES_ALL.base_amount%TYPE,

42: accts_pay_code_combination_id AP_INVOICES_ALL.accts_pay_code_combination_id%TYPE,
43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,

Line 47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,

43: payment_status_flag AP_INVOICES_ALL.payment_status_flag%TYPE,
44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,

Line 48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,

44: creation_date AP_INVOICES_ALL.creation_date%TYPE,
45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,

Line 49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,

45: created_by AP_INVOICES_ALL.created_by%TYPE,
46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,

Line 50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,

46: base_amount AP_INVOICES_ALL.base_amount%TYPE,
47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,

Line 51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,

47: exclusive_payment_flag AP_INVOICES_ALL.exclusive_payment_flag%TYPE,
48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,

Line 52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,

48: goods_received_date AP_INVOICES_ALL.goods_received_date%TYPE,
49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,

Line 53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,

49: invoice_received_date AP_INVOICES_ALL.invoice_received_date%TYPE,
50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,

Line 54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,

50: exchange_rate AP_INVOICES_ALL.exchange_rate%TYPE,
51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,

Line 55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,

51: exchange_rate_type AP_INVOICES_ALL.exchange_rate_type%TYPE,
52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,

Line 56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,

52: exchange_date AP_INVOICES_ALL.exchange_date%TYPE,
53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,

Line 57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,

53: attribute1 AP_INVOICES_ALL.attribute1%TYPE,
54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,

Line 58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,

54: attribute2 AP_INVOICES_ALL.attribute2%TYPE,
55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,

Line 59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,

55: attribute3 AP_INVOICES_ALL.attribute3%TYPE,
56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,

Line 60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,

56: attribute4 AP_INVOICES_ALL.attribute4%TYPE,
57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,

Line 61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,

57: attribute5 AP_INVOICES_ALL.attribute5%TYPE,
58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,

Line 62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,

58: attribute6 AP_INVOICES_ALL.attribute6%TYPE,
59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,

Line 63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,

59: attribute7 AP_INVOICES_ALL.attribute7%TYPE,
60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,

Line 64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,

60: attribute8 AP_INVOICES_ALL.attribute8%TYPE,
61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,

Line 65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,

61: attribute9 AP_INVOICES_ALL.attribute9%TYPE,
62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744

Line 66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,

62: attribute10 AP_INVOICES_ALL.attribute10%TYPE,
63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,

Line 67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,

63: attribute11 AP_INVOICES_ALL.attribute11%TYPE,
64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,

Line 68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,

64: attribute12 AP_INVOICES_ALL.attribute12%TYPE,
65: attribute13 AP_INVOICES_ALL.attribute13%TYPE,
66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,

Line 70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,

66: attribute14 AP_INVOICES_ALL.attribute14%TYPE,
67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,

Line 71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,

67: attribute15 AP_INVOICES_ALL.attribute15%TYPE,
68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,

Line 72: project_id AP_INVOICES_ALL.project_id%TYPE,

68: attribute_category AP_INVOICES_ALL.attribute_category%TYPE,
69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,

Line 73: task_id AP_INVOICES_ALL.task_id%TYPE,

69: -- Removed references to USSGL for bug 4277744
70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,

Line 74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,

70: -- ussgl_transaction_code AP_INVOICES_ALL.ussgl_transaction_code%TYPE,
71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,

Line 75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,

71: -- ussgl_trx_code_context AP_INVOICES_ALL.ussgl_trx_code_context%TYPE,
72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,

Line 76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,

72: project_id AP_INVOICES_ALL.project_id%TYPE,
73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107

Line 77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,

73: task_id AP_INVOICES_ALL.task_id%TYPE,
74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,

Line 78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,

74: expenditure_type AP_INVOICES_ALL.expenditure_type%TYPE,
75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,

Line 79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,

75: expenditure_item_date AP_INVOICES_ALL.expenditure_item_date%TYPE,
76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,

Line 80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107

76: expenditure_organization_id AP_INVOICES_ALL.expenditure_organization_id%TYPE,
77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,

Line 81: org_id AP_INVOICES_ALL.org_id%TYPE,

77: pa_default_dist_ccid AP_INVOICES_ALL.pa_default_dist_ccid%TYPE,
78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,

Line 82: award_id AP_INVOICES_ALL.award_id%TYPE,

78: awt_flag AP_INVOICES_ALL.awt_flag%TYPE,
79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,

Line 83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,

79: awt_group_id AP_INVOICES_ALL.awt_group_id%TYPE,
80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,

Line 84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,

80: pay_awt_group_id AP_INVOICES_ALL.pay_awt_group_id%TYPE,--bug6817107
81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,

Line 85: requester_id AP_INVOICES_ALL.requester_id%TYPE,

81: org_id AP_INVOICES_ALL.org_id%TYPE,
82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,

Line 86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,

82: award_id AP_INVOICES_ALL.award_id%TYPE,
83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,

Line 87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,

83: approval_ready_flag AP_INVOICES_ALL.approval_ready_flag%TYPE,
84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,

Line 88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,

84: wfapproval_status AP_INVOICES_ALL.wfapproval_status%TYPE,
85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,

Line 89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,

85: requester_id AP_INVOICES_ALL.requester_id%TYPE,
86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,

Line 90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,

86: global_attribute_category AP_INVOICES_ALL.global_attribute_category%TYPE,
87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,

Line 91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,

87: global_attribute1 AP_INVOICES_ALL.global_attribute1%TYPE,
88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,

Line 92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,

88: global_attribute2 AP_INVOICES_ALL.global_attribute2%TYPE,
89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,

Line 93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,

89: global_attribute3 AP_INVOICES_ALL.global_attribute3%TYPE,
90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,

Line 94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,

90: global_attribute4 AP_INVOICES_ALL.global_attribute4%TYPE,
91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,

Line 95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,

91: global_attribute5 AP_INVOICES_ALL.global_attribute5%TYPE,
92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,

Line 96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,

92: global_attribute6 AP_INVOICES_ALL.global_attribute6%TYPE,
93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,

Line 97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,

93: global_attribute7 AP_INVOICES_ALL.global_attribute7%TYPE,
94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,

Line 98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,

94: global_attribute8 AP_INVOICES_ALL.global_attribute8%TYPE,
95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,

Line 99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,

95: global_attribute9 AP_INVOICES_ALL.global_attribute9%TYPE,
96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,

Line 100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,

96: global_attribute10 AP_INVOICES_ALL.global_attribute10%TYPE,
97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,

Line 101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,

97: global_attribute11 AP_INVOICES_ALL.global_attribute11%TYPE,
98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,
105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,

Line 102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,

98: global_attribute12 AP_INVOICES_ALL.global_attribute12%TYPE,
99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,
105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,
106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,

Line 103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,

99: global_attribute13 AP_INVOICES_ALL.global_attribute13%TYPE,
100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,
105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,
106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,
107: instruction_id NUMBER(15),

Line 104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,

100: global_attribute14 AP_INVOICES_ALL.global_attribute14%TYPE,
101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,
105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,
106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,
107: instruction_id NUMBER(15),
108: instr_status_flag VARCHAR2(1),

Line 105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,

101: global_attribute15 AP_INVOICES_ALL.global_attribute15%TYPE,
102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,
105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,
106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,
107: instruction_id NUMBER(15),
108: instr_status_flag VARCHAR2(1),
109: batch_id NUMBER(15),

Line 106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,

102: global_attribute16 AP_INVOICES_ALL.global_attribute16%TYPE,
103: global_attribute17 AP_INVOICES_ALL.global_attribute17%TYPE,
104: global_attribute18 AP_INVOICES_ALL.global_attribute18%TYPE,
105: global_attribute19 AP_INVOICES_ALL.global_attribute19%TYPE,
106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,
107: instruction_id NUMBER(15),
108: instr_status_flag VARCHAR2(1),
109: batch_id NUMBER(15),
110: doc_sequence_id AP_INVOICES_ALL.doc_sequence_id%TYPE,

Line 110: doc_sequence_id AP_INVOICES_ALL.doc_sequence_id%TYPE,

106: global_attribute20 AP_INVOICES_ALL.global_attribute20%TYPE,
107: instruction_id NUMBER(15),
108: instr_status_flag VARCHAR2(1),
109: batch_id NUMBER(15),
110: doc_sequence_id AP_INVOICES_ALL.doc_sequence_id%TYPE,
111: doc_sequence_value AP_INVOICES_ALL.doc_sequence_value%TYPE,
112: doc_category_code AP_INVOICES_ALL.doc_category_code%TYPE,
113: APPLICATION_ID number(15),
114: BANK_CHARGE_BEARER varchar2(30),

Line 111: doc_sequence_value AP_INVOICES_ALL.doc_sequence_value%TYPE,

107: instruction_id NUMBER(15),
108: instr_status_flag VARCHAR2(1),
109: batch_id NUMBER(15),
110: doc_sequence_id AP_INVOICES_ALL.doc_sequence_id%TYPE,
111: doc_sequence_value AP_INVOICES_ALL.doc_sequence_value%TYPE,
112: doc_category_code AP_INVOICES_ALL.doc_category_code%TYPE,
113: APPLICATION_ID number(15),
114: BANK_CHARGE_BEARER varchar2(30),
115: DELIVERY_CHANNEL_CODE varchar2(30),

Line 112: doc_category_code AP_INVOICES_ALL.doc_category_code%TYPE,

108: instr_status_flag VARCHAR2(1),
109: batch_id NUMBER(15),
110: doc_sequence_id AP_INVOICES_ALL.doc_sequence_id%TYPE,
111: doc_sequence_value AP_INVOICES_ALL.doc_sequence_value%TYPE,
112: doc_category_code AP_INVOICES_ALL.doc_category_code%TYPE,
113: APPLICATION_ID number(15),
114: BANK_CHARGE_BEARER varchar2(30),
115: DELIVERY_CHANNEL_CODE varchar2(30),
116: DISC_IS_INV_LESS_TAX_FLAG varchar2(1),