DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 323: from po_requisitions_interface_all

319: l_result VARCHAR2(20);
320:
321: cursor req_to_import (p_wip_entity_id number) IS
322: select 'REQ EXISTS'
323: from po_requisitions_interface_all
324: where wip_entity_id = p_wip_entity_id;
325:
326: begin
327: