DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 308: po_system_parameters_all psp

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)
312: AND prh.requisition_header_id = ooh.source_document_id