DBA Data[Home] [Help]

APPS.FII_GL_BUDGET_EXTRACTION dependencies on GL_BALANCES

Line 310: --- Extracting budgets from gl_balances into temp table -----

306: END IF;
307:
308:
309: -------------------------------------------------------------
310: --- Extracting budgets from gl_balances into temp table -----
311: -------------------------------------------------------------
312: g_phase := 'Extract budgets from gl_balances into temp table FII_GL_BUDGET_EXTRACT_T';
313:
314: if g_debug_flag = 'Y' then

Line 312: g_phase := 'Extract budgets from gl_balances into temp table FII_GL_BUDGET_EXTRACT_T';

308:
309: -------------------------------------------------------------
310: --- Extracting budgets from gl_balances into temp table -----
311: -------------------------------------------------------------
312: g_phase := 'Extract budgets from gl_balances into temp table FII_GL_BUDGET_EXTRACT_T';
313:
314: if g_debug_flag = 'Y' then
315: FII_UTIL.write_log('');
316: FII_UTIL.write_log(g_phase);

Line 379: FROM GL_BALANCES bal,

375: g_fii_user_id,
376: sysdate,
377: g_fii_user_id,
378: g_fii_user_id
379: FROM GL_BALANCES bal,
380: FII_GL_CCID_DIMENSIONS ccid,
381: FII_CCC_MGR_GT cccorg,
382: FII_SLG_BUDGET_ASGNS slga,
383: GL_PERIODS glper,