DBA Data[Home] [Help]

APPS.B_DEPT_CLASS_PKG dependencies on BOM_DEPARTMENT_CLASSES

Line 10: from bom_department_classes

6: dummy number;
7: BEGIN
8: select 1 into dummy from dual where not exists
9: (select 1
10: from bom_department_classes
11: where department_class_code = x_department_class_code
12: and organization_id = x_org_id);
13:
14: EXCEPTION