DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on WIP_ENTITIES

Line 4321: from wip_entities

4317:
4318: If l_wip_entity_id is not NULL then
4319: Select primary_item_id
4320: into l_item
4321: from wip_entities
4322: where wip_entity_id = l_wip_entity_id ;
4323: else
4324: l_item := i_item ;
4325: end if;