DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on DUAL

Line 356: from dual

352: * ***************************************************************/
353: Begin
354: select 1
355: into v_counter2
356: from dual
357: where exists(select 'x'
358: from wip_flow_schedules
359: where demand_source_type = 2
360: and demand_source_line = to_char(order_line_id)); --Bugfix 6330114

Line 650: from dual

646:
647: Begin
648: select 1
649: into v_counter2
650: from dual
651: where exists(select 'x'
652: from wip_flow_schedules
653: where demand_source_type = 2
654: and demand_source_line = to_char(order_line_id)); --Bugfix 6330114