DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on BOM_DEPARTMENTS

Line 869: bom_departments bd

865: begin
866: select count(1)
867: into l_count
868: from bom_department_resources bdr,
869: bom_departments bd
870: where bdr.department_id= bd.department_id
871: and bd.organization_id = p_org_id
872: and bd.department_id = p_dep_id
873: and bdr.resource_id = p_res_id;