DBA Data[Home] [Help]

APPS.EAM_RES_USAGE_VALIDATE_PVT dependencies on WIP_OPERATION_RESOURCES

Line 103: from wip_operation_resources wor

99: if (p_eam_res_usage_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
100:
101: select 1
102: into g_dummy
103: from wip_operation_resources wor
104: where wor.organization_id = p_eam_res_usage_rec.organization_id
105: and wor.wip_entity_id = p_eam_res_usage_rec.wip_entity_id
106: and wor.operation_seq_num = p_eam_res_usage_rec.operation_seq_num
107: and wor.resource_seq_num = p_eam_res_usage_rec.resource_seq_num;