DBA Data[Home] [Help]

APPS.PO_XML_UTILS_GRP dependencies on PO_LINE_LOCATIONS_ARCHIVE_ALL

Line 384: from po_line_locations_archive_all

380: begin
381:
382: select po_line_id, TAXABLE_FLAG, ESTIMATED_TAX_AMOUNT
383: into l_po_line_id, l_isTaxable, x_ESTIMATED_TAX_AMOUNT
384: from po_line_locations_archive_all
385: where line_location_id = p_po_line_loc_id;
386:
387: if (l_isTaxable = 'Y') then
388: select TAX_NAME, TYPE_1099, TAX_CODE_ID

Line 425: from po_line_locations_archive_all

421: begin
422:
423: select TAXABLE_FLAG
424: into X_TAXABLE
425: from po_line_locations_archive_all
426: where line_location_id = p_po_line_loc_id;
427:
428: if (X_TAXABLE = 'Y') then
429: X_TAXABLE := 'Taxable';