DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICES_INTERFACE

Line 48: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,

44: lg_incometaxr_controller fnd_plsql_cache.cache_1tom_controller_type;
45: lg_incometaxr_storage fnd_plsql_cache.generic_cache_values_type;
46:
47: TYPE r_invoice_info_rec IS RECORD (
48: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,
49: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,
50: invoice_type_lookup_code
51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,

Line 49: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,

45: lg_incometaxr_storage fnd_plsql_cache.generic_cache_values_type;
46:
47: TYPE r_invoice_info_rec IS RECORD (
48: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,
49: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,
50: invoice_type_lookup_code
51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,

Line 51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,

47: TYPE r_invoice_info_rec IS RECORD (
48: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,
49: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,
50: invoice_type_lookup_code
51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,

Line 52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,

48: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,
49: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,
50: invoice_type_lookup_code
51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,

Line 53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,

49: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,
50: invoice_type_lookup_code
51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,

Line 54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,

50: invoice_type_lookup_code
51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,

Line 55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,

51: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,

Line 56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,

52: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,

Line 57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,

53: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,

Line 58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,

54: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,

Line 59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,

55: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,

Line 60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,

56: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,

Line 61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,

57: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,

Line 62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,

58: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,

Line 63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,

59: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,

Line 64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,

60: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,

Line 65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,

61: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,

Line 66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,

62: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866

Line 67: description AP_INVOICES_INTERFACE.description%TYPE,

63: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866

Line 68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,

64: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount

Line 69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,

65: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,

Line 70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866

66: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,

Line 71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866

67: description AP_INVOICES_INTERFACE.description%TYPE,
68: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,

Line 73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,

69: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,

Line 74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,

70: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,

Line 75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,

71: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,

Line 76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,

72: amount_applicable_to_discount
73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,

Line 77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,

73: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,

Line 78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,

74: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,

Line 79: status AP_INVOICES_INTERFACE.status%TYPE,

75: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,

Line 80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,

76: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,

Line 81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,

77: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,

Line 82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,

78: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,

Line 83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,

79: status AP_INVOICES_INTERFACE.status%TYPE,
80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,

Line 84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,

80: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,

Line 85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,

81: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,

Line 86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,

82: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,

Line 87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,

83: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,

Line 88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,

84: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,

Line 89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,

85: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,

Line 90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,

86: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,

Line 91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,

87: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,

Line 92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,

88: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category

Line 93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,

89: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,

Line 94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,

90: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,

Line 95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,

91: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
92: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,

Line 97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,

93: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,

Line 98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,

94: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,

Line 99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,

95: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,

Line 100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,

96: global_attribute_category
97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,

Line 101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,

97: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,

Line 102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,

98: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,

Line 103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,

99: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,

Line 104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,

100: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,

Line 105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,

101: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,

Line 106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,

102: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,

Line 107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,

103: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,

Line 108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,

104: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,

Line 109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,

105: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,

Line 110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,

106: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,

Line 111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,

107: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,

Line 112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,

108: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,

Line 113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,

109: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,

Line 114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,

110: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,

Line 115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,

111: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,

Line 116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,

112: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,

Line 117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,

113: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,

Line 118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,

114: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,

Line 119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,

115: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,

Line 120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,

116: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code

Line 121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,

117: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,

Line 122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,

118: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,

Line 123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,

119: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
120: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,

Line 125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,

121: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,

Line 126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,

122: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
130: accts_pay_code_combination_id

Line 127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,

123: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
130: accts_pay_code_combination_id
131: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,

Line 128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,

124: payment_method_code
125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
130: accts_pay_code_combination_id
131: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,
132: -- bug 6509776 - added field

Line 129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,

125: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
126: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
130: accts_pay_code_combination_id
131: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,
132: -- bug 6509776 - added field
133: accts_pay_code_concatenated

Line 131: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,

127: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
128: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
129: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
130: accts_pay_code_combination_id
131: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,
132: -- bug 6509776 - added field
133: accts_pay_code_concatenated
134: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,
135:

Line 134: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,

130: accts_pay_code_combination_id
131: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,
132: -- bug 6509776 - added field
133: accts_pay_code_concatenated
134: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,
135:
136: --Removed for bug 4277744
137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,

Line 137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,

133: accts_pay_code_concatenated
134: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,
135:
136: --Removed for bug 4277744
137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,

Line 138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,

134: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,
135:
136: --Removed for bug 4277744
137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,

Line 139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,

135:
136: --Removed for bug 4277744
137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag

Line 140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,

136: --Removed for bug 4277744
137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,

Line 141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,

137: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,

Line 142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,

138: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
139: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,

Line 144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,

140: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,

Line 145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,

141: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,

Line 146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,

142: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,

Line 147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,

143: invoice_includes_prepay_flag
144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,

Line 148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,

144: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,

Line 149: source AP_INVOICES_INTERFACE.source%TYPE,

145: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,

Line 150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,

146: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag

Line 151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,

147: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,

Line 152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,

148: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,

Line 153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,

149: source AP_INVOICES_INTERFACE.source%TYPE,
150: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,

Line 155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,

151: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,

Line 156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,

152: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,

Line 157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,

153: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
161: supplier_tax_invoice_number

Line 158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,

154: calc_tax_during_import_flag
155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
161: supplier_tax_invoice_number
162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,

Line 159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,

155: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
161: supplier_tax_invoice_number
162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
163: supplier_tax_invoice_date

Line 160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,

156: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
157: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
161: supplier_tax_invoice_number
162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
163: supplier_tax_invoice_date
164: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,

Line 162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,

158: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
159: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
161: supplier_tax_invoice_number
162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
163: supplier_tax_invoice_date
164: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
165: supplier_tax_exchange_rate
166: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,

Line 164: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,

160: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
161: supplier_tax_invoice_number
162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
163: supplier_tax_invoice_date
164: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
165: supplier_tax_exchange_rate
166: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,
167: tax_invoice_recording_date
168: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,

Line 166: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,

162: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
163: supplier_tax_invoice_date
164: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
165: supplier_tax_exchange_rate
166: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,
167: tax_invoice_recording_date
168: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
169: tax_invoice_internal_seq
170: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,

Line 168: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,

164: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
165: supplier_tax_exchange_rate
166: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,
167: tax_invoice_recording_date
168: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
169: tax_invoice_internal_seq
170: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,
171: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,
172: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,

Line 170: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,

166: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,
167: tax_invoice_recording_date
168: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
169: tax_invoice_internal_seq
170: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,
171: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,
172: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,
173: tax_only_rcv_matched_flag VARCHAR2(1),
174: tax_only_flag VARCHAR2(1),

Line 171: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,

167: tax_invoice_recording_date
168: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
169: tax_invoice_internal_seq
170: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,
171: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,
172: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,
173: tax_only_rcv_matched_flag VARCHAR2(1),
174: tax_only_flag VARCHAR2(1),
175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,

Line 175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,

171: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,
172: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,
173: tax_only_rcv_matched_flag VARCHAR2(1),
174: tax_only_flag VARCHAR2(1),
175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,

Line 176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,

172: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,
173: tax_only_rcv_matched_flag VARCHAR2(1),
174: tax_only_flag VARCHAR2(1),
175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,

Line 177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,

173: tax_only_rcv_matched_flag VARCHAR2(1),
174: tax_only_flag VARCHAR2(1),
175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,

Line 178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,

174: tax_only_flag VARCHAR2(1),
175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,

Line 179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,

175: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,

Line 180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,

176: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,

Line 181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,

177: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,

Line 182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,

178: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,

Line 183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,

179: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,

Line 184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,

180: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,

Line 185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,

181: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,

Line 186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,

182: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,

Line 187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,

183: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,

Line 188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,

184: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,

Line 189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,

185: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,

Line 190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,

186: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,

Line 191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,

187: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,

Line 192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,

188: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,

Line 193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,

189: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,

Line 194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,

190: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER

Line 195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,

191: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,

Line 196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,

192: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,

Line 197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,

193: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
194: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,

Line 199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,

195: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,

Line 200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,

196: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,

Line 201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,

197: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,

Line 202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,

198: UNIQUE_REMITTANCE_IDENTIFIER
199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,
206: --Bug 7357218 Quick Pay and Dispute Resolution Project

Line 203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,

199: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,
206: --Bug 7357218 Quick Pay and Dispute Resolution Project
207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,

Line 204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,

200: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,
206: --Bug 7357218 Quick Pay and Dispute Resolution Project
207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,
208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,

Line 205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,

201: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
202: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,
206: --Bug 7357218 Quick Pay and Dispute Resolution Project
207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,
208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
209: --Third party payments

Line 207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,

203: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,
206: --Bug 7357218 Quick Pay and Dispute Resolution Project
207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,
208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
209: --Third party payments
210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,

Line 208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,

204: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
205: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,
206: --Bug 7357218 Quick Pay and Dispute Resolution Project
207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,
208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
209: --Third party payments
210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,

Line 210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,

206: --Bug 7357218 Quick Pay and Dispute Resolution Project
207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,
208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
209: --Third party payments
210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,

Line 211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,

207: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,
208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
209: --Third party payments
210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
215: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE

Line 212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,

208: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
209: --Third party payments
210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
215: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
216: );

Line 213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,

209: --Third party payments
210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
215: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
216: );
217:

Line 214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,

210: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
215: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
216: );
217:
218: -- Retropricing

Line 215: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE

211: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
212: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
213: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
214: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
215: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
216: );
217:
218: -- Retropricing
219: TYPE t_invoice_table is TABLE of r_invoice_info_rec