DBA Data[Home] [Help]

APPS.EAM_RES_VALIDATE_PVT dependencies on BOM_DEPARTMENTS

Line 348: bom_departments bd,

344: select
345: 1 into g_dummy
346: from
347: wip_operations wo,
348: bom_departments bd,
349: bom_department_resources bdr
350: where
351: wo.organization_id = p_eam_res_rec.organization_id
352: and wo.wip_entity_id = p_eam_res_rec.wip_entity_id

Line 645: bom_departments bd where

641: and wo.department_id = p_eam_res_rec.department_id;
642:
643: -- Check whether dept is defined in BOM.
644: select 1 into g_dummy from
645: bom_departments bd where
646: bd.organization_id = p_eam_res_rec.organization_id
647: and bd.department_id = p_eam_res_rec.department_id;
648:
649: -- Check whether trying to update department (which is disallowed).