DBA Data[Home] [Help]

APPS.EGO_PUB_WS_ICC dependencies on EGO_PUB_BAT_ENTS_B

Line 1785: FROM EGO_PUB_BAT_ENTS_B

1781: For now, we are not handling exceptions for this select query, since we assume these records should always be present
1782: */
1783: SELECT entity_id
1784: BULK COLLECT INTO l_entity_type_id_tbl
1785: FROM EGO_PUB_BAT_ENTS_B
1786: WHERE entity_name IN ('Attribute Group','ICC','Value Set')
1787: ORDER BY entity_name;
1788:
1789: --debug(L_PROC_NAME||'AG type id: '||l_entity_type_id_tbl(1)||' ICC type id: '||l_entity_type_id_tbl(2)||' VS type id: '||l_entity_type_id_tbl(3));