DBA Data[Home] [Help]

APPS.FII_AP_INV_SUM_INIT dependencies on FII_MESSAGE

Line 904: FII_MESSAGE.write_log(

900: -- are missing exchange rate information
901: --------------------------------------------------------
902: IF (l_miss_rates_ps > 0 OR
903: l_miss_rates_func > 0) THEN
904: FII_MESSAGE.write_log(
905: msg_name => 'BIS_DBI_CURR_PARTIAL_LOAD',
906: token_num => 0);
907: END IF;
908:

Line 6939: FII_MESSAGE.write_log(

6935: -- need to turn on this profile option before running this program
6936: ---------------------------------------------------------------
6937: IF g_oper_imp_prof_flag = 'N' THEN
6938: g_state := 'Checking Implementation profile option';
6939: FII_MESSAGE.write_log(
6940: msg_name => 'FII_AP_DBI_OPER_IMP',
6941: token_num => 0);
6942: g_retcode := -2;
6943: g_errbuf := 'FII: DBI Payables Operations Implementation profile option is not turned on';