DBA Data[Home] [Help]

APPS.FII_AP_INV_SUM_INC dependencies on FII_MESSAGE

Line 441: FII_MESSAGE.write_log(

437: --------------------------------------------------------
438: IF (l_miss_rates_prim > 0 OR
439: l_miss_rates_sec > 0 OR
440: l_miss_rates_func > 0) THEN
441: FII_MESSAGE.write_log(
442: msg_name => 'BIS_DBI_CURR_PARTIAL_LOAD',
443: token_num => 0);
444: END IF;
445:

Line 4249: FII_MESSAGE.write_log(

4245: -- need to turn on this profile option before running this program
4246: ---------------------------------------------------------------
4247: IF g_oper_imp_prof_flag = 'N' THEN
4248: g_state := 'Checking Implementation profile option';
4249: FII_MESSAGE.write_log(
4250: msg_name => 'FII_AP_DBI_OPER_IMP',
4251: token_num => 0);
4252: g_retcode := -2;
4253: g_errbuf := 'FII: DBI Payables Operations Implementation profile option is not turned on';