DBA Data[Home] [Help]

APPS.EAM_RES_UTILITY_PVT dependencies on WIP_OP_RESOURCE_INSTANCES

Line 456: DELETE FROM WIP_OP_RESOURCE_INSTANCES

452: );
453:
454: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Deleting Resource Instance for '|| p_eam_res_rec.resource_seq_num); END IF;
455:
456: DELETE FROM WIP_OP_RESOURCE_INSTANCES
457: WHERE wip_entity_id = p_eam_res_rec.wip_entity_id
458: AND organization_id = p_eam_res_rec.organization_id
459: AND operation_seq_num = p_eam_res_rec.operation_seq_num
460: AND resource_seq_num = p_eam_res_rec.resource_seq_num;