DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on DUAL

Line 978: from dual

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

Line 1040: from sys.dual

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