DBA Data[Home] [Help]

APPS.PO_RCOTOLERANCE_PVT dependencies on PO_REQUISITION_HEADERS

Line 846: FROM po_requisition_headers prh,

842: SELECT org_id,
843: requisition_header_id
844: INTO l_org_id,
845: l_reqheader_id
846: FROM po_requisition_headers prh,
847: po_change_requests pcr
848: WHERE pcr.change_request_group_id = p_chreqgrp_id
849: AND pcr.document_header_id = prh.requisition_header_id
850: AND ROWNUM = 1;