DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on DUAL

Line 977: from dual

973: x_success number := 0;
974: begin
975:
976: select 1 into x_success
977: from dual
978: where p_status in (
979: select lookup_code
980: from mfg_lookups
981: where lookup_type = 'WIP_FLOW_SCHEDULE_STATUS');

Line 1039: from sys.dual

1035: itself as this will error out by itself
1036: ***************************************************/
1037:
1038: select 1 into x_success
1039: from sys.dual
1040: where not exists(
1041: select 'exists'
1042: from wip_entities
1043: where wip_entity_name = p_schedule_number );