DBA Data[Home] [Help]

APPS.PO_RCOTOLERANCE_PVT dependencies on PO_REQUISITION_HEADERS

Line 849: FROM po_requisition_headers prh,

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