DBA Data[Home] [Help]

APPS.WSH_WSHRDPAK_XMLP_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 1347: po_requisition_lines_all pll,

1343: select to_char(bh.order_number),re.full_name
1344: into order_number, req_name
1345: from oe_order_HEADERS_ALL bh,
1346: oe_order_lines_all ool,
1347: po_requisition_lines_all pll,
1348: HR_EMPLOYEES re
1349: where pll.SOURCE_TYPE_CODE = 'INVENTORY'
1350: AND pll.to_person_id = re.employee_id
1351: and bh.header_id = ool.header_id