DBA Data[Home] [Help]

APPS.FII_PA_COST_F_C dependencies on FII_FLEX_MAPPING

Line 194: fii_flex_mapping.init_cache('FII_PA_COST_F');

190: BEGIN
191:
192: -- initialize flex cache
193:
194: fii_flex_mapping.init_cache('FII_PA_COST_F');
195:
196: -- get minimum accountable unit of the warehouse currency;
197:
198: l_mau := nvl( edw_currency.get_mau, 0.01 );

Line 334: fii_flex_mapping.free_mem_all;

330: from FII_PA_COST_F_FCV;
331:
332: -- drop flex cache
333:
334: fii_flex_mapping.free_mem_all;
335:
336: -- return
337: if g_debug_flag = 'Y' then
338: edw_log.put_line('g_row_count is');