DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on PO_HEADERS_ALL

Line 785: l_doc_num po_headers_all.segment1%type;

781: x_error_tbl in out nocopy POS_EXCELASN_ERROR_TABLE,
782: x_error_pointer in out nocopy number)
783: IS
784:
785: l_doc_num po_headers_all.segment1%type;
786: l_rel_num number;
787: l_revision_num number;
788: l_po_line number;
789: l_po_shipment number;

Line 1050: po_headers_all pha,

1046: plla.ship_to_location_id,
1047: pla.item_description
1048:
1049: from
1050: po_headers_all pha,
1051: po_lines_all pla,
1052: po_line_locations_all plla,
1053: po_vendors pv,
1054: po_vendor_sites_all pvs,

Line 1134: po_headers_all pha,

1130: nvl(hrl.location_code, substr(rtrim(hz.address1)||'-'||rtrim(hz.city),1,20)),
1131: plla.ship_to_location_id,
1132: pla.item_description
1133: from
1134: po_headers_all pha,
1135: po_releases_all pra,
1136: po_lines_all pla,
1137: po_line_locations_all plla,
1138: po_vendors pv,