DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_UTIL dependencies on BOM_DEPARTMENT_RESOURCES

Line 2770: from bom_departments DEPT, BOM_DEPARTMENT_RESOURCES DEPT_RES, BOM_RESOURCES RES

2766:
2767: CURSOR get_rec_from_value ( c_bom_department_name BOM_DEPARTMENTS.DESCRIPTION%TYPE , c_bom_resource_id NUMBER, c_bom_org_id NUMBER)
2768: IS
2769: select distinct DEPT.department_id
2770: from bom_departments DEPT, BOM_DEPARTMENT_RESOURCES DEPT_RES, BOM_RESOURCES RES
2771: where DEPT_RES.department_id = DEPT.department_id
2772: and DEPT.description = c_bom_department_name
2773: and DEPT_RES.resource_id = c_bom_resource_id
2774: and DEPT.organization_id = c_bom_org_id;