DBA Data[Home] [Help]

APPS.QA_WEB_TXN_API dependencies on WIP_ENTITIES

Line 726: from wip_entities where wip_entity_name = pk4

722: i := l_plans_table.FIRST;
723: if (p_txn_number = 31 or p_txn_number = 33) then
724: if (l_wip_entity_id is null and l_plans_table.count > 0) then
725: select wip_entity_id into l_wip_entity_id
726: from wip_entities where wip_entity_name = pk4
727: and organization_id = p_organization_id;
728: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
729: 'l_wip_entity_id: '|| l_wip_entity_id);
730: end if;