DBA Data[Home] [Help]

APPS.EAM_RES_USAGE_VALIDATE_PVT dependencies on WIP_OPERATIONS

Line 62: from wip_operations wo

58: if (p_eam_res_usage_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
59:
60: select 1
61: into g_dummy
62: from wip_operations wo
63: where wo.organization_id = p_eam_res_usage_rec.organization_id
64: and wo.wip_entity_id = p_eam_res_usage_rec.wip_entity_id
65: and wo.operation_seq_num = p_eam_res_usage_rec.operation_seq_num;
66: