DBA Data[Home] [Help]

APPS.FII_AP_INV_B_C dependencies on FND_MESSAGE

Line 754: Message: '||fnd_message.get;

750: g_retcode := -2;
751: g_errbuf := '
752: ---------------------------------
753: Error in Procedure: LAUNCH_WORKER
754: Message: '||fnd_message.get;
755: RAISE G_NO_CHILD_PROCESS;
756:
757: END IF;
758:

Line 1242: g_errbuf := fnd_message.get_string('FII', 'FII_AP_SEC_MISS');

1238: g_errbuf := 'Can not get User ID and Login ID, program exit';
1239: RAISE;
1240: WHEN G_NEED_SECONDARY_INFO THEN
1241: g_retcode := -1;
1242: g_errbuf := fnd_message.get_string('FII', 'FII_AP_SEC_MISS');
1243: RAISE;
1244: WHEN OTHERS THEN
1245: g_retcode := -1;
1246: g_errbuf := '

Line 1868: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_BAD_GLOBAL_PARA'));

1864: l_global_param_list(1) := 'BIS_GLOBAL_START_DATE';
1865: l_global_param_list(2) := 'BIS_PRIMARY_CURRENCY_CODE';
1866: l_global_param_list(3) := 'BIS_PRIMARY_RATE_TYPE';
1867: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
1868: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_BAD_GLOBAL_PARA'));
1869: retcode := -1;
1870: return;
1871: END IF;
1872:

Line 1928: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_TRUNC_SUMMARY'));

1924: FII_MESSAGE.write_output(
1925: msg_name => 'FII_TRUNC_SUMMARY',
1926: token_num => 0);
1927:
1928: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_TRUNC_SUMMARY'));
1929: retcode := -1;
1930: RETURN;
1931: END IF;
1932: ELSIF (p_program_type = 'L') THEN

Line 2342: g_errbuf := fnd_message.get_string('FII', 'FII_MISS_EXCH_RATE_FOUND');

2338: g_retcode := -1;
2339: Retcode := g_retcode;
2340:
2341: g_state := 'Verifying Missing Rates';
2342: g_errbuf := fnd_message.get_string('FII', 'FII_MISS_EXCH_RATE_FOUND');
2343: RAISE G_MISSING_RATES;
2344:
2345: -----------------------------------------------------------------------
2346: -- If there are no missing exchange rate records, then we will insert