DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 307: oe_order_headers_all ooh,

303: SELECT ooh.ORG_ID
304: INTO l_org_id
305: from po_requisition_lines_all prl,
306: po_requisition_headers_all prh,
307: oe_order_headers_all ooh,
308: po_system_parameters_all psp
309: WHERE prl.requisition_header_id = nvl(p_req_hdr_id,prh.requisition_header_id)
310: AND prl.requisition_line_id = nvl(p_req_line_id,prl.requisition_line_id)
311: AND prh.requisition_header_id = nvl(p_req_hdr_id,prh.requisition_header_id)