DBA Data[Home] [Help]

APPS.FII_FLEX_MAPPING dependencies on EDW_INSTANCE

Line 243: g_local_instance := edw_instance.get_code();

239: begin
240:
241: free_mem_all;
242: g_mapping_fact := p_fact_short_name;
243: g_local_instance := edw_instance.get_code();
244: l_stmt :=
245: 'select map.structure_num structure_id, '||
246: ' to_number(rtrim(substrb(map.dimension_short_name, 12, 2), ''_'')) dimension, '||
247: ' to_number(substrb(map.application_column_name, 8, 2)) segment '||