DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_PRIV dependencies on WIP_ENTITIES

Line 278: from wip_entities

274: --wip entity type should be populated. do this as an added check
275: if(l_wipEntityType is null) then
276: select entity_type
277: into l_wipEntityType
278: from wip_entities
279: where wip_entity_id = l_wipEntityID
280: and organization_id = l_orgID;
281: end if;
282: