DBA Data[Home] [Help]

APPS.BOMPASGR dependencies on BOM_DEPARTMENT_RESOURCES

Line 1963: from bom_department_resources bdr,

1959: stmt_num := 14;
1960: BEGIN
1961: select bdr.AVAILABLE_24_HOURS_FLAG, bd.location_id
1962: into dummy_24hours, dummy_loc
1963: from bom_department_resources bdr,
1964: bom_departments bd
1965: where bdr.resource_id = c2rec.RI
1966: and bdr.department_id = dummy_dept
1967: and bdr.department_id = bd.department_id;