DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_UTIL dependencies on BOM_DEPARTMENT_RESOURCES

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

2634:
2635: CURSOR get_rec_from_value ( c_bom_department_name BOM_DEPARTMENTS.DESCRIPTION%TYPE , c_bom_resource_id NUMBER, c_bom_org_id NUMBER)
2636: IS
2637: select distinct DEPT.department_id
2638: from bom_departments DEPT, BOM_DEPARTMENT_RESOURCES DEPT_RES, BOM_RESOURCES RES
2639: where DEPT_RES.department_id = DEPT.department_id
2640: and DEPT.description = c_bom_department_name
2641: and DEPT_RES.resource_id = c_bom_resource_id
2642: and DEPT.organization_id = c_bom_org_id;