DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 366: from po_requisitions_interface_all

362: l_result VARCHAR2(20);
363:
364: cursor req_to_import (p_wip_entity_id number) IS
365: select 'REQ EXISTS'
366: from po_requisitions_interface_all
367: where wip_entity_id = p_wip_entity_id;
368:
369: begin
370: