DBA Data[Home] [Help]

APPS.B_DEPT_CLASS_PKG dependencies on BOM_DEPARTMENTS

Line 29: from bom_departments

25: dummy NUMBER;
26: BEGIN
27: select 1 into dummy from dual where not exists
28: (select 1
29: from bom_departments
30: where organization_id = x_org_id
31: and department_class_code = x_department_class_code);
32:
33: EXCEPTION