DBA Data[Home] [Help]

APPS.FII_AP_INV_DISTRIBUTIONS_B_C dependencies on FII_MESSAGE

Line 605: FII_MESSAGE.write_output(

601: -- are missing exchange rate information
602: --------------------------------------------------------
603: IF (l_miss_rates_prim > 0 OR
604: l_miss_rates_sec > 0) THEN
605: FII_MESSAGE.write_output(
606: msg_name => 'BIS_DBI_CURR_PARTIAL_LOAD',
607: token_num => 0);
608: END IF;
609:

Line 1515: FII_MESSAGE.write_log(

1511: -- need to turn on this profile option before running this program
1512: ---------------------------------------------------------------
1513: IF g_exp_imp_prof_flag = 'N' THEN
1514: g_state := 'Checking Implementation profile option';
1515: FII_MESSAGE.write_log(
1516: msg_name => 'FII_AP_DBI_EXP_IMP',
1517: token_num => 0);
1518: g_retcode := -2;
1519: g_errbuf := 'FII: DBI Payables Expenses Implementation profile option is not turned on';

Line 1588: FII_MESSAGE.write_output(msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);

1584: -- then we need to truncate the summary table
1585: -- and then reload
1586: ---------------------------------------------
1587: IF(CHECK_IF_SET_UP_CHANGE = 'TRUE') THEN
1588: FII_MESSAGE.write_output(msg_name => 'FII_TRUNC_SUMMARY', token_num => 0);
1589:
1590: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_TRUNC_SUMMARY'));
1591: retcode := -1;
1592: RETURN;