DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on WIP_ENTITIES

Line 4412: from wip_entities

4408:
4409: If l_wip_entity_id is not NULL then
4410: Select primary_item_id
4411: into l_item
4412: from wip_entities
4413: where wip_entity_id = l_wip_entity_id ;
4414: else
4415: l_item := i_item ;
4416: end if;