DBA Data[Home] [Help]

APPS.HR_WPM_MASS_APR_PUSH dependencies on FND_MESSAGE

Line 358: fnd_message.set_name ('PER', 'HR_50294_WPM_INV_PLAN_STS_PUB');

354: THEN
355: op (l_proc, g_debug_log, 20);
356: END IF;
357:
358: fnd_message.set_name ('PER', 'HR_50294_WPM_INV_PLAN_STS_PUB');
359: g_error_txt := NVL (fnd_message.get, 'HR_50294_WPM_INV_PLAN_STS_PUB');
360: RAISE e_status_check_failed;
361: ELSIF (p_reverse_mode <> 'N' AND p_status_code NOT IN ('PUBLISHED'))
362: THEN

Line 359: g_error_txt := NVL (fnd_message.get, 'HR_50294_WPM_INV_PLAN_STS_PUB');

355: op (l_proc, g_debug_log, 20);
356: END IF;
357:
358: fnd_message.set_name ('PER', 'HR_50294_WPM_INV_PLAN_STS_PUB');
359: g_error_txt := NVL (fnd_message.get, 'HR_50294_WPM_INV_PLAN_STS_PUB');
360: RAISE e_status_check_failed;
361: ELSIF (p_reverse_mode <> 'N' AND p_status_code NOT IN ('PUBLISHED'))
362: THEN
363: -- Set the message name, so that exception handler can get translated text

Line 369: fnd_message.set_name ('PER', 'HR_50295_WPM_INV_PLAN_STS_RPUB');

365: THEN
366: op (l_proc, g_debug_log, 30);
367: END IF;
368:
369: fnd_message.set_name ('PER', 'HR_50295_WPM_INV_PLAN_STS_RPUB');
370: g_error_txt :=
371: NVL (fnd_message.get, 'HR_50295_WPM_INV_PLAN_STS_RPUB');
372: RAISE e_status_check_failed;
373: END IF;

Line 371: NVL (fnd_message.get, 'HR_50295_WPM_INV_PLAN_STS_RPUB');

367: END IF;
368:
369: fnd_message.set_name ('PER', 'HR_50295_WPM_INV_PLAN_STS_RPUB');
370: g_error_txt :=
371: NVL (fnd_message.get, 'HR_50295_WPM_INV_PLAN_STS_RPUB');
372: RAISE e_status_check_failed;
373: END IF;
374:
375: --

Line 488: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');

484: op ('Leaving:' || l_proc, g_regular_log, 90);
485: END IF;
486:
487: --
488: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
489: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
490: g_retcode := warning;
491: g_errbuf := g_cp_error_txt;
492: g_num_errors := g_num_errors + 1;

Line 489: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');

485: END IF;
486:
487: --
488: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
489: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
490: g_retcode := warning;
491: g_errbuf := g_cp_error_txt;
492: g_num_errors := g_num_errors + 1;
493:

Line 510: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');

506: -- terminate processing of this plan.
507: --
508: IF g_num_errors > g_max_errors
509: THEN
510: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
511: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
512: g_retcode := error;
513: g_errbuf := g_error_txt;
514: RAISE;

Line 511: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');

507: --
508: IF g_num_errors > g_max_errors
509: THEN
510: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
511: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
512: g_retcode := error;
513: g_errbuf := g_error_txt;
514: RAISE;
515: END IF;

Line 1332: fnd_message.get_number ('PER', 'NO_SCORE_CARD_WITH_THIS_ID');

1328: THEN
1329: -- WPM Logging Changes
1330: g_wpm_person_actions (log_records_index).MESSAGE_TYPE := 'E';
1331: g_wpm_person_actions (log_records_index).message_number :=
1332: fnd_message.get_number ('PER', 'NO_SCORE_CARD_WITH_THIS_ID');
1333: -- g_wpm_person_actions(log_records_index).MESSAGE_TEXT := 'NO_SCORE_CARD_WITH_THIS_ID';
1334: -- WPM Logging Changes Post Review
1335: g_wpm_person_actions (log_records_index).MESSAGE_TEXT :=
1336: 'THERE IS NO SCORECARD WITH THIS ID';

Line 1363: fnd_message.get_number ('PER', 'NO_ASSIGNMENT_WITH_THIS_ID');

1359: THEN
1360: -- WPM Logging Changes
1361: g_wpm_person_actions (log_records_index).MESSAGE_TYPE := 'E';
1362: g_wpm_person_actions (log_records_index).message_number :=
1363: fnd_message.get_number ('PER', 'NO_ASSIGNMENT_WITH_THIS_ID');
1364: -- g_wpm_person_actions(log_records_index).MESSAGE_TEXT := 'NO_ASSIGNMENT_WITH_THIS_ID';
1365: -- WPM Logging Changes Post Review
1366: g_wpm_person_actions (log_records_index).MESSAGE_TEXT :=
1367: 'THERE IS NO ASSIGNMENT WITH THIS ID';

Line 1392: fnd_message.get_number ('PER', 'NO_APPRL_TEMPL_WITH_THIS_ID');

1388: THEN
1389: -- WPM Logging Changes
1390: g_wpm_person_actions (log_records_index).MESSAGE_TYPE := 'E';
1391: g_wpm_person_actions (log_records_index).message_number :=
1392: fnd_message.get_number ('PER', 'NO_APPRL_TEMPL_WITH_THIS_ID');
1393: -- g_wpm_person_actions(log_records_index).MESSAGE_TEXT := 'NO_APPRL_TEMPL_WITH_THIS_ID';
1394: -- WPM Logging Changes Post Review
1395: g_wpm_person_actions (log_records_index).MESSAGE_TEXT :=
1396: 'THERE IS NO APPRAISAL TEMPLATE WITH THIS ID';

Line 1447: fnd_message.get_number ('PER', 'APPRAISAL_SETUP_ISSUE');

1443:
1444: -- WPM Logging Changes
1445: g_wpm_person_actions (log_records_index).MESSAGE_TYPE := 'E';
1446: g_wpm_person_actions (log_records_index).message_number :=
1447: fnd_message.get_number ('PER', 'APPRAISAL_SETUP_ISSUE');
1448: -- g_wpm_person_actions(log_records_index).MESSAGE_TEXT := 'APPRAISAL_SETUP_ISSUE';
1449: -- WPM Logging Changes Post Review
1450: g_wpm_person_actions (log_records_index).MESSAGE_TEXT :=
1451: 'THERE IS AN APPRAISAL SET UP ISSUE';

Line 1673: -- g_wpm_person_actions(log_records_index).MESSAGE_NUMBER := fnd_message.GET_NUMBER('PER','HR_50297_WPM_CP_ERROR');

1669: IF l_main_appraiser_id IS NULL
1670: THEN
1671: -- WPM Logging Changes
1672: g_wpm_person_actions (log_records_index).MESSAGE_TYPE := 'E';
1673: -- g_wpm_person_actions(log_records_index).MESSAGE_NUMBER := fnd_message.GET_NUMBER('PER','HR_50297_WPM_CP_ERROR');
1674: -- g_wpm_person_actions(log_records_index).MESSAGE_TEXT := 'HR_50297_WPM_CP_ERROR';
1675: -- WPM Logging Changes Post Review
1676: g_wpm_person_actions (log_records_index).MESSAGE_TEXT :=
1677: 'UNABLE TO CREATE APPRAISAL FOR THIS PERSON AS MAIN APPRAISER COULD NOT BE IDENTIFIED';

Line 1686: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');

1682: 'Unable to create appraisal for : '
1683: || l_scorecard_info.person_id
1684: || ' as main appraiser could not be identified.'
1685: );
1686: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1687: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1688: g_retcode := warning;
1689: g_errbuf := g_cp_error_txt;
1690: g_num_errors := g_num_errors + 1;

Line 1687: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');

1683: || l_scorecard_info.person_id
1684: || ' as main appraiser could not be identified.'
1685: );
1686: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1687: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1688: g_retcode := warning;
1689: g_errbuf := g_cp_error_txt;
1690: g_num_errors := g_num_errors + 1;
1691:

Line 1695: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');

1691:
1692: --
1693: IF g_num_errors > g_max_errors
1694: THEN
1695: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1696: g_error_txt :=
1697: NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1698: g_retcode := error;
1699: g_errbuf := g_error_txt;

Line 1697: NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');

1693: IF g_num_errors > g_max_errors
1694: THEN
1695: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1696: g_error_txt :=
1697: NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1698: g_retcode := error;
1699: g_errbuf := g_error_txt;
1700: fnd_message.raise_error; --RAISE;
1701: END IF;

Line 1700: fnd_message.raise_error; --RAISE;

1696: g_error_txt :=
1697: NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1698: g_retcode := error;
1699: g_errbuf := g_error_txt;
1700: fnd_message.raise_error; --RAISE;
1701: END IF;
1702:
1703: RETURN;
1704: END IF;

Line 2122: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');

2118: op ('Leaving:' || l_proc, g_regular_log, 90);
2119: END IF;
2120:
2121: --
2122: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2123: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2124: g_retcode := warning;
2125: g_errbuf := g_cp_error_txt;
2126: g_num_errors := g_num_errors + 1;

Line 2123: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');

2119: END IF;
2120:
2121: --
2122: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2123: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2124: g_retcode := warning;
2125: g_errbuf := g_cp_error_txt;
2126: g_num_errors := g_num_errors + 1;
2127:

Line 2144: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');

2140: -- terminate processing of this plan.
2141: --
2142: IF g_num_errors > g_max_errors
2143: THEN
2144: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2145: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2146: g_retcode := error;
2147: g_errbuf := g_error_txt;
2148: RAISE;

Line 2145: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');

2141: --
2142: IF g_num_errors > g_max_errors
2143: THEN
2144: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2145: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2146: g_retcode := error;
2147: g_errbuf := g_error_txt;
2148: RAISE;
2149: END IF;

Line 2316: fnd_message.set_name ('PER', 'HR_SC_PENDING_TXN_ERR');

2312: EXCEPTION
2313: WHEN scorecard_pending_transaction
2314: THEN
2315: retcode := error;
2316: fnd_message.set_name ('PER', 'HR_SC_PENDING_TXN_ERR');
2317: errbuf := NVL (fnd_message.get, 'HR_SC_PENDING_TXN_ERR');
2318: ROLLBACK;
2319: -- WPM Logging Changes
2320: print_cache ();

Line 2317: errbuf := NVL (fnd_message.get, 'HR_SC_PENDING_TXN_ERR');

2313: WHEN scorecard_pending_transaction
2314: THEN
2315: retcode := error;
2316: fnd_message.set_name ('PER', 'HR_SC_PENDING_TXN_ERR');
2317: errbuf := NVL (fnd_message.get, 'HR_SC_PENDING_TXN_ERR');
2318: ROLLBACK;
2319: -- WPM Logging Changes
2320: print_cache ();
2321:

Line 2856: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');

2852: op ('Leaving:' || l_proc, g_regular_log, 90);
2853: END IF;
2854:
2855: --
2856: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2857: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2858: g_retcode := warning;
2859: g_errbuf := g_cp_error_txt;
2860: g_num_errors := g_num_errors + 1;

Line 2857: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');

2853: END IF;
2854:
2855: --
2856: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2857: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2858: g_retcode := warning;
2859: g_errbuf := g_cp_error_txt;
2860: g_num_errors := g_num_errors + 1;
2861:

Line 2878: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');

2874: -- terminate processing of this plan.
2875: --
2876: IF g_num_errors > g_max_errors
2877: THEN
2878: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2879: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2880: g_retcode := error;
2881: g_errbuf := g_error_txt;
2882: RAISE;

Line 2879: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');

2875: --
2876: IF g_num_errors > g_max_errors
2877: THEN
2878: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2879: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2880: g_retcode := error;
2881: g_errbuf := g_error_txt;
2882: RAISE;
2883: END IF;