DBA Data[Home] [Help]

APPS.ENG_ORG dependencies on DUAL

Line 18: from sys.dual

14: begin
15: hr_utility.set_location('eng_org.eng_predel_validation',1);
16: select 1
17: into v_dummy
18: from sys.dual
19: where exists(select 'exists'
20: from eng_engineering_changes ec
21: where ec.responsible_organization_id = p_organization_id);
22: --