DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on BOM_DEPARTMENT_RESOURCES

Line 1226: bom_department_resources bodres

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
1230: bomdep.organization_id = c_organization_id