DBA Data[Home] [Help]

APPS.ENG_ECO_PRIOR_PKG dependencies on ENG_CHANGE_PRIORITIES

Line 11: (select 1 from eng_change_priorities

7: X_Priority_code VARCHAR2) IS
8: dummy number;
9: BEGIN
10: select 1 into dummy from dual where not exists
11: (select 1 from eng_change_priorities
12: where ENG_CHANGE_PRIORITY_CODE = X_Priority_code
13: and ORGANIZATION_ID = X_Org_id
14: );
15: EXCEPTION