DBA Data[Home] [Help]

APPS.FII_GL_COMCCH_C dependencies on FII_CC_MGR_SUP_C

Line 1225: -- If not, call FII_CC_MGR_SUP_C.Populate_HIER_TMP

1221: END IF;
1222:
1223: ----------------------------------------------------
1224: -- Check if FII_CC_MGR_HIER_GT is populated
1225: -- If not, call FII_CC_MGR_SUP_C.Populate_HIER_TMP
1226: ----------------------------------------------------
1227:
1228: If g_debug_flag = 'Y' then
1229: fii_util.write_log('Make sure FII_CC_MGR_HIER_GT is populated');

Line 1241: FII_CC_MGR_SUP_C.Populate_HIER_TMP;

1237: l_count := 0;
1238: end;
1239:
1240: if l_count = 0 then
1241: FII_CC_MGR_SUP_C.Populate_HIER_TMP;
1242: end if;
1243:
1244: ----------------------------------------------------
1245: -- Populate temp table with updated ccids

Line 1334: g_phase := 'Calling the procedure in package FII_CC_MGR_SUP_C';

1330: g_mode := pmode;
1331:
1332: -- First, populate FII_CC_MGR_SUP
1333: -- We will also populate FII_CC_MGR_HIER_GT
1334: g_phase := 'Calling the procedure in package FII_CC_MGR_SUP_C';
1335:
1336: if g_mode = 'L' then
1337: FII_CC_MGR_SUP_C.Init_Load (errbuf, retcode);
1338: else

Line 1337: FII_CC_MGR_SUP_C.Init_Load (errbuf, retcode);

1333: -- We will also populate FII_CC_MGR_HIER_GT
1334: g_phase := 'Calling the procedure in package FII_CC_MGR_SUP_C';
1335:
1336: if g_mode = 'L' then
1337: FII_CC_MGR_SUP_C.Init_Load (errbuf, retcode);
1338: else
1339: FII_CC_MGR_SUP_C.Incre_Update (errbuf, retcode);
1340: end if;
1341:

Line 1339: FII_CC_MGR_SUP_C.Incre_Update (errbuf, retcode);

1335:
1336: if g_mode = 'L' then
1337: FII_CC_MGR_SUP_C.Init_Load (errbuf, retcode);
1338: else
1339: FII_CC_MGR_SUP_C.Incre_Update (errbuf, retcode);
1340: end if;
1341:
1342:
1343: -- Then, populate FII_COM_CC_MAPPINGS