DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_ENTITIES

Line 1325: from wip_entities

1321: if (p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
1322:
1323: select count(*)
1324: into l_count
1325: from wip_entities
1326: where wip_entity_name = p_eam_wo_rec.wip_entity_name
1327: and organization_id = p_eam_wo_rec.organization_id;
1328:
1329: if(l_count > 0) then

Line 1370: from wip_entities

1366: if (p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
1367:
1368: select count(*)
1369: into l_count
1370: from wip_entities
1371: where wip_entity_id = p_eam_wo_rec.wip_entity_id;
1372:
1373: if(l_count > 0) then
1374: raise fnd_api.g_exc_unexpected_error;