DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on BOM_DEPARTMENTS

Line 937: bom_departments bd

933: begin
934: select count(1)
935: into l_count
936: from bom_department_resources bdr,
937: bom_departments bd
938: where bdr.department_id= bd.department_id
939: and bd.organization_id = p_org_id
940: and bd.department_id = p_dep_id
941: and bdr.resource_id = p_res_id;