DBA Data[Home] [Help]

APPS.FII_AP_INV_DISTRIBUTIONS_B_C dependencies on FND_MESSAGE

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

499: g_retcode := -2;
500: g_errbuf := '
501: ---------------------------------
502: Error in Procedure: LAUNCH_WORKER
503: Message: '||fnd_message.get;
504: RAISE G_NO_CHILD_PROCESS;
505:
506: END IF;
507:

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

1018: g_errbuf := 'Can not get User ID and Login ID, program exit';
1019: RAISE;
1020: WHEN G_NEED_SECONDARY_INFO THEN
1021: g_retcode := -1;
1022: g_errbuf := fnd_message.get_string('FII', 'FII_AP_SEC_MISS');
1023: RAISE;
1024: WHEN OTHERS THEN
1025: g_retcode := -1;
1026: g_errbuf := '

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

1528: l_global_param_list(1) := 'BIS_GLOBAL_START_DATE';
1529: l_global_param_list(2) := 'BIS_PRIMARY_CURRENCY_CODE';
1530: l_global_param_list(3) := 'BIS_PRIMARY_RATE_TYPE';
1531: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
1532: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_BAD_GLOBAL_PARA'));
1533: retcode := -1;
1534: return;
1535: END IF;
1536:

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

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;
1593: END IF;
1594: ELSIF (p_program_type = 'L') THEN

Line 1776: g_errbuf := fnd_message.get_string('FII', 'FII_AP_RUN_INIT');

1772: -------------------------------------------------
1773: IF g_program_type = 'I' THEN
1774:
1775: IF g_timestamp4 + 30 < g_timestamp1 THEN
1776: g_errbuf := fnd_message.get_string('FII', 'FII_AP_RUN_INIT');
1777: RAISE G_RUN_INIT;
1778: END IF;
1779:
1780: if g_debug_flag = 'Y' then

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

2063: g_retcode := -1;
2064: Retcode := g_retcode;
2065:
2066: g_state := 'Verifying Missing Rates';
2067: g_errbuf := fnd_message.get_string('FII', 'FII_MISS_EXCH_RATE_FOUND');
2068: RAISE G_MISSING_RATES;
2069:
2070: -----------------------------------------------------------------------
2071: -- If there are no missing exchange rate records, then we will insert