DBA Data[Home] [Help]

APPS.QA_WEB_TXN_API dependencies on WIP_ENTITIES

Line 706: from wip_entities where wip_entity_name = pk4

702: i := l_plans_table.FIRST;
703: if (p_txn_number = 31 or p_txn_number = 33) then
704: if (l_wip_entity_id is null and l_plans_table.count > 0) then
705: select wip_entity_id into l_wip_entity_id
706: from wip_entities where wip_entity_name = pk4
707: and organization_id = p_organization_id;
708: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
709: 'l_wip_entity_id: '|| l_wip_entity_id);
710: end if;