DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_PRIV dependencies on WIP_ENTITIES

Line 244: from wip_entities

240: --wip entity type should be populated. do this as an added check
241: if(l_wipEntityType is null) then
242: select entity_type
243: into l_wipEntityType
244: from wip_entities
245: where wip_entity_id = l_wipEntityID
246: and organization_id = l_orgID;
247: end if;
248: