DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on WIP_SUB_OPERATION_RESOURCES

Line 583: wip_sub_operation_resources wsor where

579: -- Check whether trying to update department (which is disallowed).
580: IF p_eam_sub_res_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UPDATE THEN
581:
582: select 1 into g_dummy from
583: wip_sub_operation_resources wsor where
584: wsor.wip_entity_id = p_eam_sub_res_rec.wip_entity_id
585: and wsor.organization_id = p_eam_sub_res_rec.organization_id
586: and wsor.resource_seq_num = p_eam_sub_res_rec.resource_seq_num
587: and wsor.operation_seq_num = p_eam_sub_res_rec.operation_seq_num