DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICE_LINES

Line 224: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,

220: index by BINARY_INTEGER;
221: -- Retropricing
222: TYPE r_line_info_rec IS RECORD (
223: row_id ROWID,
224: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

Line 225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,

221: -- Retropricing
222: TYPE r_line_info_rec IS RECORD (
223: row_id ROWID,
224: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

Line 226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,

222: TYPE r_line_info_rec IS RECORD (
223: row_id ROWID,
224: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,

Line 227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,

223: row_id ROWID,
224: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,

Line 228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

224: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,

Line 229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

225: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,

Line 230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,

226: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,

Line 231: period_name AP_INVOICE_LINES.period_name%TYPE,

227: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods

Line 232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,

228: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,

Line 233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,

229: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,

Line 234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,

230: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
231: period_name AP_INVOICE_LINES.period_name%TYPE,
232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,

Line 236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,

232: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,

Line 237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,

233: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,

Line 238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,

234: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,

Line 239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,

235: def_acctg_number_of_periods
236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,

Line 240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,

236: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,

Line 241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,

237: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,

Line 242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,

238: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,

Line 243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,

239: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,

Line 244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,

240: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,

Line 245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,

241: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,

Line 246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,

242: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,

Line 247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,

243: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code

Line 248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,

244: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,

Line 249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,

245: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,

Line 250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,

246: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
247: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,

Line 252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,

248: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,

Line 253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,

249: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,

Line 254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,

250: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,

Line 255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,

251: unit_of_meas_lookup_code
252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,

Line 256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,

252: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,

Line 257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,

253: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
261: partial_segments VARCHAR2(1),

Line 258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,

254: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
261: partial_segments VARCHAR2(1),
262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,

Line 259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,

255: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
261: partial_segments VARCHAR2(1),
262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
263: dist_code_combination_id

Line 260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,

256: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
257: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
261: partial_segments VARCHAR2(1),
262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
263: dist_code_combination_id
264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,

Line 262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,

258: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
259: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
261: partial_segments VARCHAR2(1),
262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
263: dist_code_combination_id
264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,

Line 264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,

260: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
261: partial_segments VARCHAR2(1),
262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
263: dist_code_combination_id
264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866

Line 265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,

261: partial_segments VARCHAR2(1),
262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
263: dist_code_combination_id
264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,

Line 266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,

262: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
263: dist_code_combination_id
264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,

Line 267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866

263: dist_code_combination_id
264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,

Line 268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866

264: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,

Line 269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,

265: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,

Line 270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,

266: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,

Line 271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,

267: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,

Line 272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,

268: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,

Line 273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,

269: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,

Line 274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,

270: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,

Line 275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,

271: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,

Line 276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,

272: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,

Line 277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,

273: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,

Line 278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,

274: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,

Line 279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,

275: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,

Line 280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,

276: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,

Line 281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,

277: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,

Line 282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,

278: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,

Line 283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,

279: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,

Line 284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,

280: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category

Line 285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,

281: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,

Line 286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,

282: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,

Line 287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,

283: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
284: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,

Line 289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,

285: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,

Line 290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,

286: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,

Line 291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,

287: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,

Line 292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,

288: global_attribute_category
289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,

Line 293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,

289: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,

Line 294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,

290: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,

Line 295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,

291: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,

Line 296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,

292: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,

Line 297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,

293: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,

Line 298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,

294: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,

Line 299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,

295: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,

Line 300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,

296: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,

Line 301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,

297: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,

Line 302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,

298: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,

Line 303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,

299: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,

Line 304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,

300: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,

Line 305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,

301: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,

Line 306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,

302: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,

Line 307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,

303: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,

Line 308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,

304: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,

Line 309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,

305: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,

Line 310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,

306: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,

Line 311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,

307: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id

Line 312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,

308: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id
316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,

Line 313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,

309: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id
316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,

Line 314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,

310: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
311: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id
316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,

Line 316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,

312: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id
316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,

Line 317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,

313: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id
316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,

Line 318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,

314: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
315: expenditure_organization_id
316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,

Line 320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,

316: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,

Line 321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,

317: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,

Line 322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,

318: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,

Line 323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,

319: --Removed for bug 4277744
320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,

Line 324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,

320: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,

Line 325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,

321: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,

Line 326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,

322: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,

Line 327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,

323: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,

Line 328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,

324: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,

Line 329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,

325: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,

Line 330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,

326: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num

Line 331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,

327: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,

Line 332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,

328: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,

Line 333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,

329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,

Line 335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,

331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field

Line 336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,

332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,

Line 337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,

333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,

Line 338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,

334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,

Line 340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,

336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,

Line 341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,

337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,

Line 342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,

338: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num

Line 343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,

339: -- bug 7344899 - added field
340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,

Line 344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,

340: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,

Line 345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,

341: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
342: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,

Line 347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,

343: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,

Line 348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,

344: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,

Line 349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,

345: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,

Line 350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,

346: pa_cc_ar_invoice_line_num
347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,

Line 351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,

347: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,

Line 352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,

348: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,

Line 353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,

349: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,

Line 354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,

350: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,

Line 355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,

351: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,

Line 356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,

352: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,

Line 357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,

353: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,

Line 358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,

354: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,

Line 359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,

355: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,

Line 360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,

356: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,

Line 361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,

357: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification

Line 362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,

358: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,

Line 363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,

359: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,

Line 364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,

360: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
361: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,

Line 366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,

362: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,

Line 367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,

363: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,

Line 368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,

364: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,

Line 369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,

365: product_fisc_classification
366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,

Line 370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,

366: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,

Line 371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,

367: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,

Line 372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,

368: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag

Line 373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,

369: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,

Line 374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,

370: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,

Line 375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,

371: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
372: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,

Line 377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,

373: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,

Line 378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,

374: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,

Line 379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,

375: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,

Line 380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,

376: incl_in_taxable_line_flag
377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,

Line 381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,

377: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,

Line 382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,

378: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),

Line 383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,

379: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,

Line 384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,

380: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,

Line 385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,

381: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
382: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,

Line 387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,

383: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,

Line 388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,

384: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,

Line 389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,

385: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,

Line 390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,

386: purchasing_category VARCHAR2(2000),
387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,

Line 391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,

387: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,

Line 392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,

388: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,

Line 393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,

389: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,

Line 394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,

390: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record

Line 395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,

391: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,

Line 396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,

392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,

Line 397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,

393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,

Line 399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,

395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,

Line 400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,

396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,

Line 401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,

397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,

Line 402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,

398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,

Line 403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,

399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,

Line 404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,

400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,

Line 405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,

401: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,

Line 406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,

402: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,

Line 407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,

403: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
411: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE

Line 408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,

404: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
411: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
412: --Bug6167068 ends

Line 409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,

405: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
411: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
412: --Bug6167068 ends
413: );

Line 410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,

406: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
411: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
412: --Bug6167068 ends
413: );
414:

Line 411: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE

407: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
408: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
409: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
410: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
411: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
412: --Bug6167068 ends
413: );
414:
415: