DBA Data[Home] [Help]

APPS.FII_GL_BUDGET_EXTRACTION dependencies on FII_GL_EXTRACTION_UTIL

Line 57: FII_GL_EXTRACTION_UTIL.get_unassigned_id(g_unassigned_id, l_vset_id, l_ret_code);

53: g_phase := 'Find the unassigned value for user_dim1 and user dim2.';
54:
55: --Gets the unassigned id value for user_dim1_id and user_dim2_id
56: --------------------------------------------------------------
57: FII_GL_EXTRACTION_UTIL.get_unassigned_id(g_unassigned_id, l_vset_id, l_ret_code);
58: IF(l_ret_code = -1) THEN
59: raise G_UNASSIGNED_API_ERROR;
60: END IF;
61:

Line 300: FII_GL_EXTRACTION_UTIL.LOAD_CCC_MGR (l_status);

296: ----------------------------------------------------
297: -- Populate CCC - Mgr mappings temp. table
298: -----------------------------------------------------
299: g_phase := 'Call program that populates CCC - Mgr mappings temp. table.';
300: FII_GL_EXTRACTION_UTIL.LOAD_CCC_MGR (l_status);
301:
302: IF l_status = -1 then
303: fii_util.write_log('Error in FII_GL_EXTRACTION_UTIL.LOAD_CCC_MGR ...');
304: fii_util.write_log('Table FII_CCC_MGR_GT is not populated');

Line 303: fii_util.write_log('Error in FII_GL_EXTRACTION_UTIL.LOAD_CCC_MGR ...');

299: g_phase := 'Call program that populates CCC - Mgr mappings temp. table.';
300: FII_GL_EXTRACTION_UTIL.LOAD_CCC_MGR (l_status);
301:
302: IF l_status = -1 then
303: fii_util.write_log('Error in FII_GL_EXTRACTION_UTIL.LOAD_CCC_MGR ...');
304: fii_util.write_log('Table FII_CCC_MGR_GT is not populated');
305: raise NO_DATA_FOUND;
306: END IF;
307: