DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on OE_HEADERS_IFACE_ALL

Line 5017: oe_headers_iface_all SOHI,

5013: (OE_ORDER_IMPORT_INTEROP_PUB.Get_Open_Qty(posp.order_source_id, porh.requisition_header_id, porl.requisition_line_id))>0)
5014: AND NOT EXISTS
5015: (SELECT 'line in interface table'
5016: FROM
5017: oe_headers_iface_all SOHI,
5018: po_system_parameters POSP
5019: WHERE
5020: SOHI.orig_sys_document_ref = to_char(PRH.requisition_header_id)
5021: AND SOHI.order_source_id = POSP.order_source_id));