DBA Data[Home] [Help]

APPS.EAM_RES_INST_VALIDATE_PVT dependencies on BOM_DEPARTMENT_RESOURCES

Line 285: bom_department_resources bdr,

281: if (p_eam_res_inst_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
282:
283: select 1 into g_dummy from
284: bom_dept_res_instances bdri,
285: bom_department_resources bdr,
286: wip_operation_resources wor,
287: wip_operations wo where
288: wor.wip_entity_id = p_eam_res_inst_rec.wip_entity_id
289: and wor.organization_id = p_eam_res_inst_rec.organization_id