DBA Data[Home] [Help]

APPS.ENG_ORG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 16

 select 1
 into v_dummy
 from sys.dual
 where exists(select 'exists'
              from  eng_engineering_changes ec
              where ec.responsible_organization_id = p_organization_id);
Line: 25

 hr_utility.set_message(801,'HR_7043_ORG_ENG_PRE_DELETE');