DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICE_LINES_INTERFACE

Line 244: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,

240: index by BINARY_INTEGER;
241: -- Retropricing
242: TYPE r_line_info_rec IS RECORD (
243: row_id ROWID,
244: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

Line 245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,

241: -- Retropricing
242: TYPE r_line_info_rec IS RECORD (
243: row_id ROWID,
244: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

Line 246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,

242: TYPE r_line_info_rec IS RECORD (
243: row_id ROWID,
244: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,

Line 247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,

243: row_id ROWID,
244: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,

Line 248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

244: invoice_line_id AP_INVOICE_LINES_INTERFACE.invoice_line_id%TYPE,
245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,
252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,

Line 249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,

245: line_type_lookup_code AP_INVOICE_LINES_INTERFACE.line_type_lookup_code%TYPE,
246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,
252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,

Line 250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,

246: line_number AP_INVOICE_LINES_INTERFACE.line_number%TYPE,
247: line_group_number AP_INVOICE_LINES_INTERFACE.line_group_number%TYPE,
248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,
252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,

Line 252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,

248: amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,
252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,

Line 253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,

249: base_amount AP_INVOICE_LINES_INTERFACE.amount%TYPE,
250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,
252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,

Line 254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,

250: accounting_date AP_INVOICE_LINES_INTERFACE.accounting_date%TYPE,
251: period_name AP_INVOICE_LINES.period_name%TYPE,
252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,

Line 256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,

252: deferred_acctg_flag AP_INVOICE_LINES_INTERFACE.deferred_acctg_flag%TYPE,
253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,

Line 257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,

253: def_acctg_start_date AP_INVOICE_LINES_INTERFACE.def_acctg_start_date%TYPE,
254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,

Line 258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,

254: def_acctg_end_date AP_INVOICE_LINES_INTERFACE.def_acctg_end_date%TYPE,
255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,

Line 259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,

255: def_acctg_number_of_periods
256: AP_INVOICE_LINES_INTERFACE.def_acctg_number_of_periods%TYPE,
257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,

Line 261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,

257: def_acctg_period_type AP_INVOICE_LINES_INTERFACE.def_acctg_period_type%TYPE,
258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,

Line 262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,

258: description AP_INVOICE_LINES_INTERFACE.description%TYPE,
259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,

Line 263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,

259: prorate_across_flag AP_INVOICE_LINES_INTERFACE.prorate_across_flag%TYPE,
260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,

Line 264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,

260: match_type AP_INVOICE_LINES.MATCH_TYPE%TYPE,
261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,

Line 265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,

261: po_header_id AP_INVOICE_LINES_INTERFACE.po_header_id%TYPE,
262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,

Line 266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,

262: po_number AP_INVOICE_LINES_INTERFACE.po_number%TYPE,
263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,

Line 267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,

263: po_line_id AP_INVOICE_LINES_INTERFACE.po_line_id%TYPE,
264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code

Line 268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,

264: po_line_number AP_INVOICE_LINES_INTERFACE.po_line_number%TYPE,
265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,

Line 269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,

265: po_release_id AP_INVOICE_LINES_INTERFACE.po_release_id%TYPE,
266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,

Line 270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,

266: release_num AP_INVOICE_LINES_INTERFACE.release_num%TYPE,
267: po_line_location_id AP_INVOICE_LINES_INTERFACE.po_line_location_id%TYPE,
268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,

Line 272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,

268: po_shipment_num AP_INVOICE_LINES_INTERFACE.po_shipment_num%TYPE,
269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,

Line 273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,

269: po_distribution_id AP_INVOICE_LINES_INTERFACE.po_distribution_id%TYPE,
270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,

Line 274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,

270: po_distribution_num AP_INVOICE_LINES_INTERFACE.po_distribution_num%TYPE,
271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,

Line 275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,

271: unit_of_meas_lookup_code
272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,

Line 276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,

272: AP_INVOICE_LINES_INTERFACE.unit_of_meas_lookup_code%TYPE,
273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,

Line 277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,

273: inventory_item_id AP_INVOICE_LINES_INTERFACE.inventory_item_id%TYPE,
274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
281: partial_segments VARCHAR2(1),

Line 278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,

274: item_description AP_INVOICE_LINES_INTERFACE.item_description%TYPE,
275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
281: partial_segments VARCHAR2(1),
282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,

Line 279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,

275: quantity_invoiced AP_INVOICE_LINES_INTERFACE.quantity_invoiced%TYPE,
276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
281: partial_segments VARCHAR2(1),
282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
283: dist_code_combination_id

Line 280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,

276: ship_to_location_code AP_INVOICE_LINES_INTERFACE.ship_to_location_code%TYPE,
277: unit_price AP_INVOICE_LINES_INTERFACE.unit_price%TYPE,
278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
281: partial_segments VARCHAR2(1),
282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
283: dist_code_combination_id
284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,

Line 282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,

278: final_match_flag AP_INVOICE_LINES_INTERFACE.final_match_flag%TYPE,
279: distribution_set_id AP_INVOICE_LINES_INTERFACE.distribution_set_id%TYPE,
280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
281: partial_segments VARCHAR2(1),
282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
283: dist_code_combination_id
284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,

Line 284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,

280: distribution_set_name AP_INVOICE_LINES_INTERFACE.distribution_set_name%TYPE,
281: partial_segments VARCHAR2(1),
282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
283: dist_code_combination_id
284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866

Line 285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,

281: partial_segments VARCHAR2(1),
282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
283: dist_code_combination_id
284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,

Line 286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,

282: dist_code_concatenated AP_INVOICE_LINES_INTERFACE.dist_code_concatenated%TYPE,
283: dist_code_combination_id
284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,

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

283: dist_code_combination_id
284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,

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

284: AP_INVOICE_LINES_INTERFACE.dist_code_combination_id%TYPE,
285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,

Line 289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,

285: awt_group_id AP_INVOICE_LINES_INTERFACE.awt_group_id%TYPE,
286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,

Line 290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,

286: awt_group_name AP_INVOICE_LINES_INTERFACE.awt_group_name%TYPE,
287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,

Line 291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,

287: pay_awt_group_id AP_INVOICE_LINES_INTERFACE.pay_awt_group_id%TYPE,--bug6639866
288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,

Line 292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,

288: pay_awt_group_name AP_INVOICE_LINES_INTERFACE.pay_awt_group_name%TYPE,--bug6639866
289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,

Line 293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,

289: balancing_segment AP_INVOICE_LINES_INTERFACE.balancing_segment%TYPE,
290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,

Line 294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,

290: cost_center_segment AP_INVOICE_LINES_INTERFACE.cost_center_segment%TYPE,
291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,

Line 295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,

291: account_segment AP_INVOICE_LINES_INTERFACE.account_segment%TYPE,
292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,

Line 296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,

292: attribute_category AP_INVOICE_LINES_INTERFACE.attribute_category%TYPE,
293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,

Line 297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,

293: attribute1 AP_INVOICE_LINES_INTERFACE.attribute1%TYPE,
294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,

Line 298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,

294: attribute2 AP_INVOICE_LINES_INTERFACE.attribute2%TYPE,
295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,

Line 299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,

295: attribute3 AP_INVOICE_LINES_INTERFACE.attribute3%TYPE,
296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,

Line 300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,

296: attribute4 AP_INVOICE_LINES_INTERFACE.attribute4%TYPE,
297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,

Line 301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,

297: attribute5 AP_INVOICE_LINES_INTERFACE.attribute5%TYPE,
298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,

Line 302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,

298: attribute6 AP_INVOICE_LINES_INTERFACE.attribute6%TYPE,
299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,

Line 303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,

299: attribute7 AP_INVOICE_LINES_INTERFACE.attribute7%TYPE,
300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,

Line 304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,

300: attribute8 AP_INVOICE_LINES_INTERFACE.attribute8%TYPE,
301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category

Line 305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,

301: attribute9 AP_INVOICE_LINES_INTERFACE.attribute9%TYPE,
302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,

Line 306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,

302: attribute10 AP_INVOICE_LINES_INTERFACE.attribute10%TYPE,
303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,

Line 307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,

303: attribute11 AP_INVOICE_LINES_INTERFACE.attribute11%TYPE,
304: attribute12 AP_INVOICE_LINES_INTERFACE.attribute12%TYPE,
305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,

Line 309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,

305: attribute13 AP_INVOICE_LINES_INTERFACE.attribute13%TYPE,
306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,

Line 310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,

306: attribute14 AP_INVOICE_LINES_INTERFACE.attribute14%TYPE,
307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,

Line 311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,

307: attribute15 AP_INVOICE_LINES_INTERFACE.attribute15%TYPE,
308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,

Line 312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,

308: global_attribute_category
309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,

Line 313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,

309: AP_INVOICE_LINES_INTERFACE.global_attribute_category%TYPE,
310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,

Line 314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,

310: global_attribute1 AP_INVOICE_LINES_INTERFACE.global_attribute1%TYPE,
311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,

Line 315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,

311: global_attribute2 AP_INVOICE_LINES_INTERFACE.global_attribute2%TYPE,
312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,

Line 316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,

312: global_attribute3 AP_INVOICE_LINES_INTERFACE.global_attribute3%TYPE,
313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,

Line 317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,

313: global_attribute4 AP_INVOICE_LINES_INTERFACE.global_attribute4%TYPE,
314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,

Line 318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,

314: global_attribute5 AP_INVOICE_LINES_INTERFACE.global_attribute5%TYPE,
315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,

Line 319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,

315: global_attribute6 AP_INVOICE_LINES_INTERFACE.global_attribute6%TYPE,
316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,

Line 320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,

316: global_attribute7 AP_INVOICE_LINES_INTERFACE.global_attribute7%TYPE,
317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,

Line 321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,

317: global_attribute8 AP_INVOICE_LINES_INTERFACE.global_attribute8%TYPE,
318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,

Line 322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,

318: global_attribute9 AP_INVOICE_LINES_INTERFACE.global_attribute9%TYPE,
319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,

Line 323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,

319: global_attribute10 AP_INVOICE_LINES_INTERFACE.global_attribute10%TYPE,
320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,

Line 324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,

320: global_attribute11 AP_INVOICE_LINES_INTERFACE.global_attribute11%TYPE,
321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,

Line 325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,

321: global_attribute12 AP_INVOICE_LINES_INTERFACE.global_attribute12%TYPE,
322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,

Line 326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,

322: global_attribute13 AP_INVOICE_LINES_INTERFACE.global_attribute13%TYPE,
323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,

Line 327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,

323: global_attribute14 AP_INVOICE_LINES_INTERFACE.global_attribute14%TYPE,
324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,

Line 328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,

324: global_attribute15 AP_INVOICE_LINES_INTERFACE.global_attribute15%TYPE,
325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,

Line 329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,

325: global_attribute16 AP_INVOICE_LINES_INTERFACE.global_attribute16%TYPE,
326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,

Line 330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,

326: global_attribute17 AP_INVOICE_LINES_INTERFACE.global_attribute17%TYPE,
327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,

Line 331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,

327: global_attribute18 AP_INVOICE_LINES_INTERFACE.global_attribute18%TYPE,
328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id

Line 332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,

328: global_attribute19 AP_INVOICE_LINES_INTERFACE.global_attribute19%TYPE,
329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id
336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,

Line 333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,

329: global_attribute20 AP_INVOICE_LINES_INTERFACE.global_attribute20%TYPE,
330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id
336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,

Line 334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,

330: project_id AP_INVOICE_LINES_INTERFACE.project_id%TYPE,
331: task_id AP_INVOICE_LINES_INTERFACE.task_id%TYPE,
332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id
336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,

Line 336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,

332: award_id AP_INVOICE_LINES_INTERFACE.award_id%TYPE,
333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id
336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,

Line 337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,

333: expenditure_type AP_INVOICE_LINES_INTERFACE.expenditure_type%TYPE,
334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id
336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,

Line 338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,

334: expenditure_item_date AP_INVOICE_LINES_INTERFACE.expenditure_item_date%TYPE,
335: expenditure_organization_id
336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,

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

336: AP_INVOICE_LINES_INTERFACE.expenditure_organization_id%TYPE,
337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,

Line 341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,

337: pa_addition_flag AP_INVOICE_LINES_INTERFACE.pa_addition_flag%TYPE,
338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,

Line 342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,

338: pa_quantity AP_INVOICE_LINES_INTERFACE.pa_quantity%TYPE,
339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,

Line 343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,

339: --Removed for bug 4277744
340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,

Line 344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,

340: --ussgl_transaction_code AP_INVOICE_LINES_INTERFACE.ussgl_transaction_code%TYPE,
341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,

Line 345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,

341: stat_amount AP_INVOICE_LINES_INTERFACE.stat_amount%TYPE,
342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,

Line 346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,

342: type_1099 AP_INVOICE_LINES_INTERFACE.type_1099%TYPE,
343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,

Line 347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,

343: income_tax_region AP_INVOICE_LINES_INTERFACE.income_tax_region%TYPE,
344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,

Line 348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,

344: assets_tracking_flag AP_INVOICE_LINES_INTERFACE.assets_tracking_flag%TYPE,
345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,

Line 349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,

345: asset_book_type_code AP_INVOICE_LINES_INTERFACE.asset_book_type_code%TYPE,
346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,

Line 350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,

346: asset_category_id AP_INVOICE_LINES_INTERFACE.asset_category_id%TYPE,
347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
354: price_correct_inv_line_num

Line 351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,

347: serial_number AP_INVOICE_LINES_INTERFACE.serial_number%TYPE,
348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
354: price_correct_inv_line_num
355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,

Line 352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,

348: manufacturer AP_INVOICE_LINES_INTERFACE.manufacturer%TYPE,
349: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
350: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
354: price_correct_inv_line_num
355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
356: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,

Line 355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,

351: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
354: price_correct_inv_line_num
355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
356: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
357: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
359: -- bug 7344899 - added field

Line 356: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,

352: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
354: price_correct_inv_line_num
355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
356: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
357: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
359: -- bug 7344899 - added field
360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,

Line 357: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,

353: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
354: price_correct_inv_line_num
355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
356: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
357: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
359: -- bug 7344899 - added field
360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,

Line 358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,

354: price_correct_inv_line_num
355: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
356: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
357: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
359: -- bug 7344899 - added field
360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,

Line 361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,

357: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,
358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
359: -- bug 7344899 - added field
360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,

Line 362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,

358: rcv_transaction_id AP_INVOICE_LINES_INTERFACE.rcv_transaction_id%TYPE,
359: -- bug 7344899 - added field
360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num

Line 363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,

359: -- bug 7344899 - added field
360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,

Line 364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,

360: rcv_shipment_line_id AP_INVOICE_LINES.RCV_SHIPMENT_LINE_ID%TYPE,
361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,

Line 365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,

361: match_option AP_INVOICE_LINES_INTERFACE.match_option%TYPE,
362: packing_slip AP_INVOICE_LINES_INTERFACE.packing_slip%TYPE,
363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,

Line 367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,

363: vendor_item_num AP_INVOICE_LINES_INTERFACE.vendor_item_num%TYPE,
364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,

Line 368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,

364: taxable_flag AP_INVOICE_LINES_INTERFACE.taxable_flag%TYPE,
365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,

Line 369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,

365: pa_cc_ar_invoice_id AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_id%TYPE,
366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
373: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,

Line 370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,

366: pa_cc_ar_invoice_line_num
367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
373: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
374: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,

Line 371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,

367: AP_INVOICE_LINES_INTERFACE.pa_cc_ar_invoice_line_num%TYPE,
368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
373: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
374: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
375: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,

Line 372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,

368: pa_cc_processed_code AP_INVOICE_LINES_INTERFACE.pa_cc_processed_code%TYPE,
369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
373: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
374: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
375: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
376: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,

Line 373: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,

369: reference_1 AP_INVOICE_LINES_INTERFACE.reference_1%TYPE,
370: reference_2 AP_INVOICE_LINES_INTERFACE.reference_2%TYPE,
371: credit_card_trx_id AP_INVOICE_LINES_INTERFACE.credit_card_trx_id%TYPE,
372: requester_id AP_INVOICE_LINES_INTERFACE.requester_id%TYPE,
373: org_id AP_INVOICE_LINES_INTERFACE.org_id%TYPE,
374: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
375: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
376: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
377: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,

Line 378: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,

374: program_application_id AP_INVOICE_LINES.PROGRAM_APPLICATION_ID%TYPE,
375: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
376: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
377: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
378: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,

Line 379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,

375: program_id AP_INVOICE_LINES.PROGRAM_ID%TYPE,
376: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
377: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
378: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,

Line 380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,

376: request_id AP_INVOICE_LINES.REQUEST_ID%TYPE,
377: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
378: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,

Line 381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,

377: program_update_date AP_INVOICE_LINES.PROGRAM_UPDATE_DATE%TYPE,
378: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification

Line 382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,

378: control_amount AP_INVOICE_LINES_INTERFACE.control_amount%TYPE,
379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,

Line 383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,

379: assessable_value AP_INVOICE_LINES_INTERFACE.assessable_value%TYPE,
380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,

Line 384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,

380: default_dist_ccid AP_INVOICE_LINES_INTERFACE.default_dist_ccid%TYPE,
381: primary_intended_use AP_INVOICE_LINES_INTERFACE.primary_intended_use%TYPE,
382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,

Line 386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,

382: ship_to_location_id AP_INVOICE_LINES_INTERFACE.ship_to_location_id%TYPE,
383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,

Line 387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,

383: product_type AP_INVOICE_LINES_INTERFACE.product_type%TYPE,
384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,

Line 388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,

384: product_category AP_INVOICE_LINES_INTERFACE.product_category%TYPE,
385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,

Line 389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,

385: product_fisc_classification
386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,

Line 390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,

386: AP_INVOICE_LINES_INTERFACE.product_fisc_classification%TYPE,
387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,

Line 391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,

387: user_defined_fisc_class AP_INVOICE_LINES_INTERFACE.user_defined_fisc_class%TYPE,
388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,

Line 392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,

388: trx_business_category AP_INVOICE_LINES_INTERFACE.trx_business_category%TYPE,
389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag

Line 393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,

389: tax_regime_code AP_INVOICE_LINES_INTERFACE.tax_regime_code%TYPE,
390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,

Line 394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,

390: tax AP_INVOICE_LINES_INTERFACE.tax%TYPE,
391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,

Line 395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,

391: tax_jurisdiction_code AP_INVOICE_LINES_INTERFACE.tax_jurisdiction_code%TYPE,
392: tax_status_code AP_INVOICE_LINES_INTERFACE.tax_status_code%TYPE,
393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,

Line 397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,

393: tax_rate_id AP_INVOICE_LINES_INTERFACE.tax_rate_id%TYPE,
394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,

Line 398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,

394: tax_rate_code AP_INVOICE_LINES_INTERFACE.tax_rate_code%TYPE,
395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,

Line 399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,

395: tax_rate AP_INVOICE_LINES_INTERFACE.tax_rate%TYPE,
396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,

Line 400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,

396: incl_in_taxable_line_flag
397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,

Line 401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,

397: AP_INVOICE_LINES_INTERFACE.incl_in_taxable_line_flag%TYPE,
398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,

Line 402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,

398: application_id AP_INVOICE_LINES_INTERFACE.application_id%TYPE,
399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),

Line 403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,

399: product_table AP_INVOICE_LINES_INTERFACE.product_table%TYPE,
400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,

Line 404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,

400: reference_key1 AP_INVOICE_LINES_INTERFACE.reference_key1%TYPE,
401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,

Line 405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,

401: reference_key2 AP_INVOICE_LINES_INTERFACE.reference_key2%TYPE,
402: reference_key3 AP_INVOICE_LINES_INTERFACE.reference_key3%TYPE,
403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,

Line 407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,

403: reference_key4 AP_INVOICE_LINES_INTERFACE.reference_key4%TYPE,
404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,

Line 408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,

404: reference_key5 AP_INVOICE_LINES_INTERFACE.reference_key5%TYPE,
405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,

Line 409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,

405: purchasing_category_id AP_INVOICE_LINES_INTERFACE.purchasing_category_id%TYPE,
406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,

Line 410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,

406: purchasing_category VARCHAR2(2000),
407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,

Line 411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,

407: cost_factor_id AP_INVOICE_LINES_INTERFACE.cost_factor_id%TYPE,
408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,

Line 412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,

408: cost_factor_name AP_INVOICE_LINES_INTERFACE.cost_factor_name%TYPE,
409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,

Line 413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,

409: source_application_id AP_INVOICE_LINES_INTERFACE.source_application_id%TYPE,
410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,

Line 414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,

410: source_entity_code AP_INVOICE_LINES_INTERFACE.source_entity_code%TYPE,
411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
418: --Bug6167068 starts Added the following columns to record

Line 415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,

411: source_event_class_code AP_INVOICE_LINES_INTERFACE.source_event_class_code%TYPE,
412: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
418: --Bug6167068 starts Added the following columns to record
419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,

Line 417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,

413: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
414: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
418: --Bug6167068 starts Added the following columns to record
419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,

Line 419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,

415: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
418: --Bug6167068 starts Added the following columns to record
419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,

Line 420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,

416: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
418: --Bug6167068 starts Added the following columns to record
419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,

Line 421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,

417: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
418: --Bug6167068 starts Added the following columns to record
419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,

Line 422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,

418: --Bug6167068 starts Added the following columns to record
419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,

Line 423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,

419: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,

Line 424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,

420: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,
421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,

Line 425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,

421: EXPENSE_GROUP AP_INVOICE_LINES_INTERFACE.EXPENSE_GROUP%TYPE,
422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,

Line 426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,

422: JUSTIFICATION AP_INVOICE_LINES_INTERFACE.JUSTIFICATION%TYPE,
423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,

Line 427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,

423: MERCHANT_DOCUMENT_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_DOCUMENT_NUMBER%TYPE,
424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE

Line 428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,

424: MERCHANT_NAME AP_INVOICE_LINES_INTERFACE.MERCHANT_NAME%TYPE,
425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
432: --Bug6167068 ends

Line 429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,

425: MERCHANT_REFERENCE AP_INVOICE_LINES_INTERFACE.MERCHANT_REFERENCE%TYPE,
426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
432: --Bug6167068 ends
433:

Line 430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,

426: MERCHANT_TAXPAYER_ID AP_INVOICE_LINES_INTERFACE.MERCHANT_TAXPAYER_ID%TYPE,
427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
432: --Bug6167068 ends
433:
434: --Bug 8658097 starts

Line 431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE

427: MERCHANT_TAX_REG_NUMBER AP_INVOICE_LINES_INTERFACE.MERCHANT_TAX_REG_NUMBER%TYPE,
428: RECEIPT_CONVERSION_RATE AP_INVOICE_LINES_INTERFACE.RECEIPT_CONVERSION_RATE%TYPE,
429: RECEIPT_CURRENCY_AMOUNT AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_AMOUNT%TYPE,
430: RECEIPT_CURRENCY_CODE AP_INVOICE_LINES_INTERFACE.RECEIPT_CURRENCY_CODE%TYPE,
431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
432: --Bug6167068 ends
433:
434: --Bug 8658097 starts
435: ,EXPENSE_START_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_START_DATE%TYPE

Line 435: ,EXPENSE_START_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_START_DATE%TYPE

431: COUNTRY_OF_SUPPLY AP_INVOICE_LINES_INTERFACE.COUNTRY_OF_SUPPLY%TYPE
432: --Bug6167068 ends
433:
434: --Bug 8658097 starts
435: ,EXPENSE_START_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_START_DATE%TYPE
436: ,EXPENSE_END_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_END_DATE%TYPE
437: --Bug 8658097 ends
438: /* Added for bug 10226070 */
439: ,REQUESTER_LAST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_LAST_NAME%TYPE

Line 436: ,EXPENSE_END_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_END_DATE%TYPE

432: --Bug6167068 ends
433:
434: --Bug 8658097 starts
435: ,EXPENSE_START_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_START_DATE%TYPE
436: ,EXPENSE_END_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_END_DATE%TYPE
437: --Bug 8658097 ends
438: /* Added for bug 10226070 */
439: ,REQUESTER_LAST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_LAST_NAME%TYPE
440: ,REQUESTER_FIRST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_FIRST_NAME%TYPE

Line 439: ,REQUESTER_LAST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_LAST_NAME%TYPE

435: ,EXPENSE_START_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_START_DATE%TYPE
436: ,EXPENSE_END_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_END_DATE%TYPE
437: --Bug 8658097 ends
438: /* Added for bug 10226070 */
439: ,REQUESTER_LAST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_LAST_NAME%TYPE
440: ,REQUESTER_FIRST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
441: ,CASCADE_RECEIPTS_FLAG VARCHAR2(1) /* Added for bug#10175718 This flag will make sure whether the
442: line needs to cascaded or not across receipts of the shipment */
443: /* Added for bug 13074325 */

Line 440: ,REQUESTER_FIRST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_FIRST_NAME%TYPE

436: ,EXPENSE_END_DATE AP_INVOICE_LINES_INTERFACE.EXPENSE_END_DATE%TYPE
437: --Bug 8658097 ends
438: /* Added for bug 10226070 */
439: ,REQUESTER_LAST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_LAST_NAME%TYPE
440: ,REQUESTER_FIRST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
441: ,CASCADE_RECEIPTS_FLAG VARCHAR2(1) /* Added for bug#10175718 This flag will make sure whether the
442: line needs to cascaded or not across receipts of the shipment */
443: /* Added for bug 13074325 */
444: ,REQUESTER_EMPLOYEE_NUM AP_INVOICE_LINES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE

Line 444: ,REQUESTER_EMPLOYEE_NUM AP_INVOICE_LINES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE

440: ,REQUESTER_FIRST_NAME AP_INVOICE_LINES_INTERFACE.REQUESTER_FIRST_NAME%TYPE
441: ,CASCADE_RECEIPTS_FLAG VARCHAR2(1) /* Added for bug#10175718 This flag will make sure whether the
442: line needs to cascaded or not across receipts of the shipment */
443: /* Added for bug 13074325 */
444: ,REQUESTER_EMPLOYEE_NUM AP_INVOICE_LINES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE
445: --bug 15862708 starts
446: ,INVOICE_ID AP_INVOICE_LINES_INTERFACE.INVOICE_ID%TYPE
447: ,WFAPPROVAL_STATUS AP_INVOICE_LINES_ALL.WFAPPROVAL_STATUS%TYPE
448: ,GENERATE_DISTS AP_INVOICE_LINES_ALL.GENERATE_DISTS%TYPE

Line 446: ,INVOICE_ID AP_INVOICE_LINES_INTERFACE.INVOICE_ID%TYPE

442: line needs to cascaded or not across receipts of the shipment */
443: /* Added for bug 13074325 */
444: ,REQUESTER_EMPLOYEE_NUM AP_INVOICE_LINES_INTERFACE.REQUESTER_EMPLOYEE_NUM%TYPE
445: --bug 15862708 starts
446: ,INVOICE_ID AP_INVOICE_LINES_INTERFACE.INVOICE_ID%TYPE
447: ,WFAPPROVAL_STATUS AP_INVOICE_LINES_ALL.WFAPPROVAL_STATUS%TYPE
448: ,GENERATE_DISTS AP_INVOICE_LINES_ALL.GENERATE_DISTS%TYPE
449: --bug 15862708 ends
450: /*Bug 14271140 Start*/

Line 451: ,LAST_UPDATED_BY AP_INVOICE_LINES_INTERFACE.LAST_UPDATED_BY%TYPE

447: ,WFAPPROVAL_STATUS AP_INVOICE_LINES_ALL.WFAPPROVAL_STATUS%TYPE
448: ,GENERATE_DISTS AP_INVOICE_LINES_ALL.GENERATE_DISTS%TYPE
449: --bug 15862708 ends
450: /*Bug 14271140 Start*/
451: ,LAST_UPDATED_BY AP_INVOICE_LINES_INTERFACE.LAST_UPDATED_BY%TYPE
452: ,LAST_UPDATE_LOGIN AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_LOGIN%TYPE
453: ,CREATED_BY AP_INVOICE_LINES_INTERFACE.CREATED_BY%TYPE
454: ,CREATION_DATE AP_INVOICE_LINES_INTERFACE.CREATION_DATE%TYPE
455: ,LAST_UPDATE_DATE AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_DATE%TYPE

Line 452: ,LAST_UPDATE_LOGIN AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_LOGIN%TYPE

448: ,GENERATE_DISTS AP_INVOICE_LINES_ALL.GENERATE_DISTS%TYPE
449: --bug 15862708 ends
450: /*Bug 14271140 Start*/
451: ,LAST_UPDATED_BY AP_INVOICE_LINES_INTERFACE.LAST_UPDATED_BY%TYPE
452: ,LAST_UPDATE_LOGIN AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_LOGIN%TYPE
453: ,CREATED_BY AP_INVOICE_LINES_INTERFACE.CREATED_BY%TYPE
454: ,CREATION_DATE AP_INVOICE_LINES_INTERFACE.CREATION_DATE%TYPE
455: ,LAST_UPDATE_DATE AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_DATE%TYPE
456: /*Bug 14271140 End*/

Line 453: ,CREATED_BY AP_INVOICE_LINES_INTERFACE.CREATED_BY%TYPE

449: --bug 15862708 ends
450: /*Bug 14271140 Start*/
451: ,LAST_UPDATED_BY AP_INVOICE_LINES_INTERFACE.LAST_UPDATED_BY%TYPE
452: ,LAST_UPDATE_LOGIN AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_LOGIN%TYPE
453: ,CREATED_BY AP_INVOICE_LINES_INTERFACE.CREATED_BY%TYPE
454: ,CREATION_DATE AP_INVOICE_LINES_INTERFACE.CREATION_DATE%TYPE
455: ,LAST_UPDATE_DATE AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_DATE%TYPE
456: /*Bug 14271140 End*/
457: );

Line 454: ,CREATION_DATE AP_INVOICE_LINES_INTERFACE.CREATION_DATE%TYPE

450: /*Bug 14271140 Start*/
451: ,LAST_UPDATED_BY AP_INVOICE_LINES_INTERFACE.LAST_UPDATED_BY%TYPE
452: ,LAST_UPDATE_LOGIN AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_LOGIN%TYPE
453: ,CREATED_BY AP_INVOICE_LINES_INTERFACE.CREATED_BY%TYPE
454: ,CREATION_DATE AP_INVOICE_LINES_INTERFACE.CREATION_DATE%TYPE
455: ,LAST_UPDATE_DATE AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_DATE%TYPE
456: /*Bug 14271140 End*/
457: );
458:

Line 455: ,LAST_UPDATE_DATE AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_DATE%TYPE

451: ,LAST_UPDATED_BY AP_INVOICE_LINES_INTERFACE.LAST_UPDATED_BY%TYPE
452: ,LAST_UPDATE_LOGIN AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_LOGIN%TYPE
453: ,CREATED_BY AP_INVOICE_LINES_INTERFACE.CREATED_BY%TYPE
454: ,CREATION_DATE AP_INVOICE_LINES_INTERFACE.CREATION_DATE%TYPE
455: ,LAST_UPDATE_DATE AP_INVOICE_LINES_INTERFACE.LAST_UPDATE_DATE%TYPE
456: /*Bug 14271140 End*/
457: );
458:
459: