DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on BOM_DEPARTMENTS

Line 1225: bom_departments bomdep,

1221: WHERE department_id in (
1222: select
1223: distinct nvl(bodres.share_from_dept_id, bodres.department_id)
1224: from
1225: bom_departments bomdep,
1226: bom_department_resources bodres
1227: where
1228: bodres.department_id = bomdep.department_id and
1229: bomdep.department_id = c_department_id and