DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on DUAL

Line 607: from dual

603: begin
604:
605: select 1
606: into l_dummy
607: from dual
608: where exists
609: ( select 1
610: from MTL_TXN_REQUEST_LINES mtrl
611: where

Line 708: From dual

704:
705: if (p_repetitive_schedule_id is null or p_repetitive_schedule_id = 0) then
706: begin
707: Select 1 Into l_dummy
708: From dual
709: Where exists
710: (select 1
711: from wip_requirement_operations
712: Where wip_entity_id = p_wip_entity_id

Line 722: From dual

718: end;
719: Else
720: begin
721: Select 1 Into l_dummy
722: From dual
723: Where exists
724: (select 1
725: from wip_requirement_operations
726: Where wip_entity_id = p_wip_entity_id