DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICES_INTERFACE

Line 51: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,

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

Line 52: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,

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

Line 54: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,

50: TYPE r_invoice_info_rec IS RECORD (
51: invoice_id AP_INVOICES_INTERFACE.invoice_id%TYPE,
52: invoice_num AP_INVOICES_INTERFACE.invoice_num%TYPE,
53: invoice_type_lookup_code
54: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
55: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
56: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
57: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,

Line 55: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,

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

Line 56: po_number AP_INVOICES_INTERFACE.po_number%TYPE,

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

Line 57: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,

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

Line 58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,

54: AP_INVOICES_INTERFACE.invoice_type_lookup_code%TYPE,
55: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
56: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
57: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,

Line 59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,

55: invoice_date AP_INVOICES_INTERFACE.invoice_date%TYPE,
56: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
57: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,

Line 60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,

56: po_number AP_INVOICES_INTERFACE.po_number%TYPE,
57: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,

Line 61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,

57: vendor_id AP_INVOICES_INTERFACE.vendor_id%TYPE,
58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,

Line 62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,

58: vendor_num AP_INVOICES_INTERFACE.vendor_num%TYPE,
59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,

Line 63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,

59: vendor_name AP_INVOICES_INTERFACE.vendor_name%TYPE,
60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,

Line 64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,

60: vendor_site_id AP_INVOICES_INTERFACE.vendor_site_id%TYPE,
61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,

Line 65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,

61: vendor_site_code AP_INVOICES_INTERFACE.vendor_site_code%TYPE,
62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,

Line 66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,

62: invoice_amount AP_INVOICES_INTERFACE.invoice_amount%TYPE,
63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
70: description AP_INVOICES_INTERFACE.description%TYPE,

Line 67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,

63: invoice_currency_code AP_INVOICES_INTERFACE.invoice_currency_code%TYPE,
64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
70: description AP_INVOICES_INTERFACE.description%TYPE,
71: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,

Line 68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,

64: exchange_rate AP_INVOICES_INTERFACE.exchange_rate%TYPE,
65: exchange_rate_type AP_INVOICES_INTERFACE.exchange_rate_type%TYPE,
66: exchange_date AP_INVOICES_INTERFACE.exchange_date%TYPE,
67: terms_id AP_INVOICES_INTERFACE.terms_id%TYPE,
68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
70: description AP_INVOICES_INTERFACE.description%TYPE,
71: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
72: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,

Line 69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,

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

Line 70: description AP_INVOICES_INTERFACE.description%TYPE,

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

Line 71: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,

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

Line 72: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,

68: terms_name AP_INVOICES_INTERFACE.terms_name%TYPE,
69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
70: description AP_INVOICES_INTERFACE.description%TYPE,
71: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
72: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
73: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
74: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
75: amount_applicable_to_discount
76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,

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

69: terms_date AP_INVOICES_INTERFACE.terms_date%TYPE,
70: description AP_INVOICES_INTERFACE.description%TYPE,
71: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
72: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
73: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
74: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
75: amount_applicable_to_discount
76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,

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

70: description AP_INVOICES_INTERFACE.description%TYPE,
71: awt_group_id AP_INVOICES_INTERFACE.awt_group_id%TYPE,
72: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
73: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
74: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
75: amount_applicable_to_discount
76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,

Line 76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,

72: awt_group_name AP_INVOICES_INTERFACE.awt_group_name%TYPE,
73: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
74: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
75: amount_applicable_to_discount
76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,

Line 77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,

73: pay_awt_group_id AP_INVOICES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
74: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
75: amount_applicable_to_discount
76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,

Line 78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,

74: pay_awt_group_name AP_INVOICES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
75: amount_applicable_to_discount
76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,

Line 79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,

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

Line 80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,

76: AP_INVOICES_INTERFACE.amount_applicable_to_discount%TYPE,
77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,

Line 81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,

77: last_update_date AP_INVOICES_INTERFACE.last_update_date%TYPE,
78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,

Line 82: status AP_INVOICES_INTERFACE.status%TYPE,

78: last_updated_by AP_INVOICES_INTERFACE.last_updated_by%TYPE,
79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,

Line 83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,

79: last_update_login AP_INVOICES_INTERFACE.last_update_login%TYPE,
80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,

Line 84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,

80: creation_date AP_INVOICES_INTERFACE.creation_date%TYPE,
81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,

Line 85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,

81: created_by AP_INVOICES_INTERFACE.created_by%TYPE,
82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,

Line 86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,

82: status AP_INVOICES_INTERFACE.status%TYPE,
83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,

Line 87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,

83: attribute_category AP_INVOICES_INTERFACE.attribute_category%TYPE,
84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,

Line 88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,

84: attribute1 AP_INVOICES_INTERFACE.attribute1%TYPE,
85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,

Line 89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,

85: attribute2 AP_INVOICES_INTERFACE.attribute2%TYPE,
86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,

Line 90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,

86: attribute3 AP_INVOICES_INTERFACE.attribute3%TYPE,
87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,

Line 91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,

87: attribute4 AP_INVOICES_INTERFACE.attribute4%TYPE,
88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
95: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,

Line 92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,

88: attribute5 AP_INVOICES_INTERFACE.attribute5%TYPE,
89: attribute6 AP_INVOICES_INTERFACE.attribute6%TYPE,
90: attribute7 AP_INVOICES_INTERFACE.attribute7%TYPE,
91: attribute8 AP_INVOICES_INTERFACE.attribute8%TYPE,
92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
95: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
96: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,

Line 93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,

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

Line 94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,

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

Line 95: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,

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

Line 96: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,

92: attribute9 AP_INVOICES_INTERFACE.attribute9%TYPE,
93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
95: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
96: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
97: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
98: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
99: global_attribute_category
100: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,

Line 97: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,

93: attribute10 AP_INVOICES_INTERFACE.attribute10%TYPE,
94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
95: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
96: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
97: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
98: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
99: global_attribute_category
100: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
101: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,

Line 98: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,

94: attribute11 AP_INVOICES_INTERFACE.attribute11%TYPE,
95: attribute12 AP_INVOICES_INTERFACE.attribute12%TYPE,
96: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
97: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
98: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
99: global_attribute_category
100: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
101: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
102: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,

Line 100: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,

96: attribute13 AP_INVOICES_INTERFACE.attribute13%TYPE,
97: attribute14 AP_INVOICES_INTERFACE.attribute14%TYPE,
98: attribute15 AP_INVOICES_INTERFACE.attribute15%TYPE,
99: global_attribute_category
100: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
101: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
102: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
103: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,

Line 101: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,

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

Line 102: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,

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

Line 103: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,

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

Line 104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,

100: AP_INVOICES_INTERFACE.global_attribute_category%TYPE,
101: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
102: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
103: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,

Line 105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,

101: global_attribute1 AP_INVOICES_INTERFACE.global_attribute1%TYPE,
102: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
103: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,

Line 106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,

102: global_attribute2 AP_INVOICES_INTERFACE.global_attribute2%TYPE,
103: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,

Line 107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,

103: global_attribute3 AP_INVOICES_INTERFACE.global_attribute3%TYPE,
104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,

Line 108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,

104: global_attribute4 AP_INVOICES_INTERFACE.global_attribute4%TYPE,
105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,

Line 109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,

105: global_attribute5 AP_INVOICES_INTERFACE.global_attribute5%TYPE,
106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,

Line 110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,

106: global_attribute6 AP_INVOICES_INTERFACE.global_attribute6%TYPE,
107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,

Line 111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,

107: global_attribute7 AP_INVOICES_INTERFACE.global_attribute7%TYPE,
108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,

Line 112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,

108: global_attribute8 AP_INVOICES_INTERFACE.global_attribute8%TYPE,
109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,

Line 113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,

109: global_attribute9 AP_INVOICES_INTERFACE.global_attribute9%TYPE,
110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,

Line 114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,

110: global_attribute10 AP_INVOICES_INTERFACE.global_attribute10%TYPE,
111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,

Line 115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,

111: global_attribute11 AP_INVOICES_INTERFACE.global_attribute11%TYPE,
112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,

Line 116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,

112: global_attribute12 AP_INVOICES_INTERFACE.global_attribute12%TYPE,
113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,

Line 117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,

113: global_attribute13 AP_INVOICES_INTERFACE.global_attribute13%TYPE,
114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,

Line 118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,

114: global_attribute14 AP_INVOICES_INTERFACE.global_attribute14%TYPE,
115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,

Line 119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,

115: global_attribute15 AP_INVOICES_INTERFACE.global_attribute15%TYPE,
116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
123: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,

Line 120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,

116: global_attribute16 AP_INVOICES_INTERFACE.global_attribute16%TYPE,
117: global_attribute17 AP_INVOICES_INTERFACE.global_attribute17%TYPE,
118: global_attribute18 AP_INVOICES_INTERFACE.global_attribute18%TYPE,
119: global_attribute19 AP_INVOICES_INTERFACE.global_attribute19%TYPE,
120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
123: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
124: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,

Line 121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,

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

Line 122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,

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

Line 123: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,

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

Line 124: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,

120: global_attribute20 AP_INVOICES_INTERFACE.global_attribute20%TYPE,
121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
123: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
124: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
125: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
126: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
127: payment_method_code
128: AP_INVOICES_INTERFACE.payment_method_code%TYPE,

Line 125: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,

121: payment_currency_code AP_INVOICES_INTERFACE.payment_currency_code%TYPE,
122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
123: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
124: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
125: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
126: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
127: payment_method_code
128: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
129: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,

Line 126: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,

122: payment_cross_rate AP_INVOICES_INTERFACE.payment_cross_rate%TYPE,
123: payment_cross_rate_type AP_INVOICES_INTERFACE.payment_cross_rate_type%TYPE,
124: payment_cross_rate_date AP_INVOICES_INTERFACE.payment_cross_rate_date%TYPE,
125: doc_category_code AP_INVOICES_INTERFACE.doc_category_code%TYPE,
126: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
127: payment_method_code
128: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
129: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
130: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,

Line 128: AP_INVOICES_INTERFACE.payment_method_code%TYPE,

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

Line 129: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,

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

Line 130: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,

126: voucher_num AP_INVOICES_INTERFACE.voucher_num%TYPE,
127: payment_method_code
128: AP_INVOICES_INTERFACE.payment_method_code%TYPE,
129: pay_group_lookup_code AP_INVOICES_INTERFACE.pay_group_lookup_code%TYPE,
130: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
131: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
132: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
133: accts_pay_code_combination_id
134: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,

Line 131: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,

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

Line 132: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,

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

Line 134: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,

130: goods_received_date AP_INVOICES_INTERFACE.goods_received_date%TYPE,
131: invoice_received_date AP_INVOICES_INTERFACE.invoice_received_date%TYPE,
132: gl_date AP_INVOICES_INTERFACE.gl_date%TYPE,
133: accts_pay_code_combination_id
134: AP_INVOICES_INTERFACE.accts_pay_code_combination_id%TYPE,
135: -- bug 6509776 - added field
136: accts_pay_code_concatenated
137: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,
138:

Line 137: AP_INVOICES_INTERFACE.accts_pay_code_concatenated%TYPE,

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

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

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

Line 141: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,

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

Line 142: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,

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

Line 143: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,

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

Line 144: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,

140: --ussgl_transaction_code AP_INVOICES_INTERFACE.ussgl_transaction_code%TYPE,
141: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
142: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
143: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
144: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
145: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
146: invoice_includes_prepay_flag
147: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
148: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,

Line 145: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,

141: exclusive_payment_flag AP_INVOICES_INTERFACE.exclusive_payment_flag%TYPE,
142: prepay_num AP_INVOICES_INTERFACE.prepay_num%TYPE,
143: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
144: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
145: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
146: invoice_includes_prepay_flag
147: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
148: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
149: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,

Line 147: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,

143: prepay_line_num AP_INVOICES_INTERFACE.prepay_line_num%TYPE,
144: prepay_apply_amount AP_INVOICES_INTERFACE.prepay_apply_amount%TYPE,
145: prepay_gl_date AP_INVOICES_INTERFACE.prepay_gl_date%TYPE,
146: invoice_includes_prepay_flag
147: AP_INVOICES_INTERFACE.invoice_includes_prepay_flag%TYPE,
148: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,
149: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,
150: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
151: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,

Line 148: no_xrate_base_amount AP_INVOICES_INTERFACE.no_xrate_base_amount%TYPE,

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

Line 149: requester_id AP_INVOICES_INTERFACE.requester_id%TYPE,

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

Line 150: org_id AP_INVOICES_INTERFACE.org_id%TYPE,

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

Line 151: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,

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

Line 152: source AP_INVOICES_INTERFACE.source%TYPE,

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

Line 153: group_id AP_INVOICES_INTERFACE.group_id%TYPE,

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

Line 154: request_id AP_INVOICES_INTERFACE.request_id%TYPE,

150: org_id AP_INVOICES_INTERFACE.org_id%TYPE,
151: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
152: source AP_INVOICES_INTERFACE.source%TYPE,
153: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
154: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
155: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
156: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
157: calc_tax_during_import_flag
158: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,

Line 155: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,

151: operating_unit AP_INVOICES_INTERFACE.operating_unit%TYPE,
152: source AP_INVOICES_INTERFACE.source%TYPE,
153: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
154: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
155: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
156: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
157: calc_tax_during_import_flag
158: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
159: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,

Line 156: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,

152: source AP_INVOICES_INTERFACE.source%TYPE,
153: group_id AP_INVOICES_INTERFACE.group_id%TYPE,
154: request_id AP_INVOICES_INTERFACE.request_id%TYPE,
155: workflow_flag AP_INVOICES_INTERFACE.workflow_flag%TYPE,
156: vendor_email_address AP_INVOICES_INTERFACE.vendor_email_address%TYPE,
157: calc_tax_during_import_flag
158: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,
159: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
160: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,

Line 158: AP_INVOICES_INTERFACE.calc_tax_during_import_flag%TYPE,

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

Line 159: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,

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

Line 160: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,

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

Line 161: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,

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

Line 162: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,

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

Line 163: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,

159: control_amount AP_INVOICES_INTERFACE.control_amount%TYPE,
160: add_tax_to_inv_amt_flag AP_INVOICES_INTERFACE.add_tax_to_inv_amt_flag%TYPE,
161: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
162: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
163: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
164: supplier_tax_invoice_number
165: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
166: supplier_tax_invoice_date
167: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,

Line 165: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,

161: tax_related_invoice_id AP_INVOICES_INTERFACE.tax_related_invoice_id%TYPE,
162: taxation_country AP_INVOICES_INTERFACE.taxation_country%TYPE,
163: document_sub_type AP_INVOICES_INTERFACE.document_sub_type%TYPE,
164: supplier_tax_invoice_number
165: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
166: supplier_tax_invoice_date
167: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
168: supplier_tax_exchange_rate
169: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,

Line 167: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,

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

Line 169: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,

165: AP_INVOICES_INTERFACE.supplier_tax_invoice_number%TYPE,
166: supplier_tax_invoice_date
167: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
168: supplier_tax_exchange_rate
169: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,
170: tax_invoice_recording_date
171: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
172: tax_invoice_internal_seq
173: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,

Line 171: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,

167: AP_INVOICES_INTERFACE.supplier_tax_invoice_date%TYPE,
168: supplier_tax_exchange_rate
169: AP_INVOICES_INTERFACE.supplier_tax_exchange_rate%TYPE,
170: tax_invoice_recording_date
171: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
172: tax_invoice_internal_seq
173: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,
174: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,
175: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,

Line 173: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,

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

Line 174: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,

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

Line 178: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,

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

Line 179: application_id AP_INVOICES_INTERFACE.application_id%TYPE,

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

Line 180: product_table AP_INVOICES_INTERFACE.product_table%TYPE,

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

Line 181: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,

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

Line 182: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,

178: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
179: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
180: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
181: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
182: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,

Line 183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,

179: application_id AP_INVOICES_INTERFACE.application_id%TYPE,
180: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
181: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
182: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,

Line 184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,

180: product_table AP_INVOICES_INTERFACE.product_table%TYPE,
181: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
182: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,

Line 185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,

181: reference_key1 AP_INVOICES_INTERFACE.reference_key1%TYPE,
182: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,

Line 186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,

182: reference_key2 AP_INVOICES_INTERFACE.reference_key2%TYPE,
183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,

Line 187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,

183: reference_key3 AP_INVOICES_INTERFACE.reference_key3%TYPE,
184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,

Line 188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,

184: reference_key4 AP_INVOICES_INTERFACE.reference_key4%TYPE,
185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,

Line 189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,

185: reference_key5 AP_INVOICES_INTERFACE.reference_key5%TYPE,
186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,

Line 190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,

186: reference_1 AP_INVOICES_INTERFACE.reference_1%TYPE,
187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,

Line 191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,

187: reference_2 AP_INVOICES_INTERFACE.reference_2%TYPE,
188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,

Line 192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,

188: net_of_retainage_flag AP_INVOICES_INTERFACE.net_of_retainage_flag%TYPE,
189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,

Line 193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,

189: cust_registration_code AP_INVOICES_INTERFACE.cust_registration_code%TYPE,
190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
197: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,

Line 194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,

190: cust_registration_number AP_INVOICES_INTERFACE.cust_registration_number%TYPE,
191: paid_on_behalf_employee_id AP_INVOICES_INTERFACE.paid_on_behalf_employee_id%TYPE,
192: party_id AP_INVOICES_INTERFACE.party_id%TYPE,
193: party_site_id AP_INVOICES_INTERFACE.party_site_id%TYPE,
194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
197: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
198: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,

Line 195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,

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

Line 196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,

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

Line 197: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,

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

Line 198: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,

194: pay_proc_trxn_type_code AP_INVOICES_INTERFACE.pay_proc_trxn_type_code%TYPE,
195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
197: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
198: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
199: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
201: UNIQUE_REMITTANCE_IDENTIFIER
202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,

Line 199: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,

195: payment_function AP_INVOICES_INTERFACE.payment_function%TYPE,
196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
197: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
198: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
199: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
201: UNIQUE_REMITTANCE_IDENTIFIER
202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
203: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,

Line 200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,

196: payment_priority AP_INVOICES_INTERFACE.payment_priority%TYPE,
197: BANK_CHARGE_BEARER AP_INVOICES_INTERFACE.BANK_CHARGE_BEARER%TYPE,
198: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
199: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
201: UNIQUE_REMITTANCE_IDENTIFIER
202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
203: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
204: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,

Line 202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,

198: REMITTANCE_MESSAGE1 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE1%TYPE,
199: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
201: UNIQUE_REMITTANCE_IDENTIFIER
202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
203: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
204: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
205: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
206: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,

Line 203: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,

199: REMITTANCE_MESSAGE2 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE2%TYPE,
200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
201: UNIQUE_REMITTANCE_IDENTIFIER
202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
203: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
204: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
205: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
206: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
207: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,

Line 204: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,

200: REMITTANCE_MESSAGE3 AP_INVOICES_INTERFACE.REMITTANCE_MESSAGE3%TYPE,
201: UNIQUE_REMITTANCE_IDENTIFIER
202: AP_INVOICES_INTERFACE.UNIQUE_REMITTANCE_IDENTIFIER%TYPE,
203: URI_CHECK_DIGIT AP_INVOICES_INTERFACE.URI_CHECK_DIGIT%TYPE,
204: SETTLEMENT_PRIORITY AP_INVOICES_INTERFACE.SETTLEMENT_PRIORITY%TYPE,
205: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,
206: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,
207: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,
208: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,

Line 205: PAYMENT_REASON_CODE AP_INVOICES_INTERFACE.PAYMENT_REASON_CODE%TYPE,

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

Line 206: PAYMENT_REASON_COMMENTS AP_INVOICES_INTERFACE.PAYMENT_REASON_COMMENTS%TYPE,

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

Line 207: DELIVERY_CHANNEL_CODE AP_INVOICES_INTERFACE.DELIVERY_CHANNEL_CODE%TYPE,

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

Line 208: EXTERNAL_BANK_ACCOUNT_ID AP_INVOICES_INTERFACE.EXTERNAL_BANK_ACCOUNT_ID %TYPE,

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

Line 210: ORIGINAL_INVOICE_AMOUNT AP_INVOICES_INTERFACE.ORIGINAL_INVOICE_AMOUNT%TYPE,

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

Line 211: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,

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

Line 213: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,

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

Line 214: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,

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

Line 215: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,

211: DISPUTE_REASON AP_INVOICES_INTERFACE.DISPUTE_REASON%TYPE,
212: --Third party payments
213: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
214: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
215: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
216: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
219: /* Added for bug 10226070 */

Line 216: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,

212: --Third party payments
213: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
214: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
215: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
216: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
219: /* Added for bug 10226070 */
220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE

Line 217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,

213: REMIT_TO_SUPPLIER_NAME AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NAME%TYPE,
214: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
215: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
216: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
219: /* Added for bug 10226070 */
220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE
221: ,REQUESTER_FIRST_NAME AP_INVOICES_INTERFACE.REQUESTER_FIRST_NAME%TYPE

Line 218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE

214: REMIT_TO_SUPPLIER_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_ID%TYPE,
215: REMIT_TO_SUPPLIER_SITE AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE%TYPE,
216: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
219: /* Added for bug 10226070 */
220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE
221: ,REQUESTER_FIRST_NAME AP_INVOICES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
222: /* Added for bug 13074325 */

Line 220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE

216: REMIT_TO_SUPPLIER_SITE_ID AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_SITE_ID%TYPE,
217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
219: /* Added for bug 10226070 */
220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE
221: ,REQUESTER_FIRST_NAME AP_INVOICES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
222: /* Added for bug 13074325 */
223: ,REQUESTER_EMPLOYEE_NUM AP_INVOICES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE
224: --bug 15862708 starts

Line 221: ,REQUESTER_FIRST_NAME AP_INVOICES_INTERFACE.REQUESTER_FIRST_NAME%TYPE

217: RELATIONSHIP_ID AP_INVOICES_INTERFACE.RELATIONSHIP_ID%TYPE,
218: REMIT_TO_SUPPLIER_NUM AP_INVOICES_INTERFACE.REMIT_TO_SUPPLIER_NUM%TYPE
219: /* Added for bug 10226070 */
220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE
221: ,REQUESTER_FIRST_NAME AP_INVOICES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
222: /* Added for bug 13074325 */
223: ,REQUESTER_EMPLOYEE_NUM AP_INVOICES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE
224: --bug 15862708 starts
225: ,positive_price_tolerance NUMBER

Line 223: ,REQUESTER_EMPLOYEE_NUM AP_INVOICES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE

219: /* Added for bug 10226070 */
220: ,REQUESTER_LAST_NAME AP_INVOICES_INTERFACE.REQUESTER_LAST_NAME%TYPE
221: ,REQUESTER_FIRST_NAME AP_INVOICES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
222: /* Added for bug 13074325 */
223: ,REQUESTER_EMPLOYEE_NUM AP_INVOICES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE
224: --bug 15862708 starts
225: ,positive_price_tolerance NUMBER
226: ,qty_tolerance NUMBER
227: ,max_qty_ord_tolerance NUMBER