DBA Data[Home] [Help]

APPS.ENG_ORG dependencies on ENG_ENGINEERING_CHANGES

Line 20: from eng_engineering_changes ec

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: --
23: -- If got through then error
24: --