DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_ENTITIES

Line 1405: from wip_entities

1401: if (p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
1402:
1403: select count(*)
1404: into l_count
1405: from wip_entities
1406: where wip_entity_name = p_eam_wo_rec.wip_entity_name
1407: and organization_id = p_eam_wo_rec.organization_id;
1408:
1409: if(l_count > 0) then

Line 1450: from wip_entities

1446: if (p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
1447:
1448: select count(*)
1449: into l_count
1450: from wip_entities
1451: where wip_entity_id = p_eam_wo_rec.wip_entity_id;
1452:
1453: if(l_count > 0) then
1454: raise fnd_api.g_exc_unexpected_error;