DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on BOM_DEPARTMENTS

Line 575: bom_departments bd where

571: and wo.department_id = p_eam_sub_res_rec.department_id;
572:
573: -- Check whether dept is defined in BOM.
574: select 1 into g_dummy from
575: bom_departments bd where
576: bd.organization_id = p_eam_sub_res_rec.organization_id
577: and bd.department_id = p_eam_sub_res_rec.department_id;
578:
579: -- Check whether trying to update department (which is disallowed).