DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on FND_MESSAGE

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

637: THEN
638: op (l_proc, g_debug_log, 20);
639: END IF;
640:
641: fnd_message.set_name ('PER', 'HR_50294_WPM_INV_PLAN_STS_PUB');
642: g_error_txt := NVL (fnd_message.get, 'HR_50294_WPM_INV_PLAN_STS_PUB');
643: RAISE e_status_check_failed;
644: ELSIF (p_reverse_mode <> 'N' AND p_status_code NOT IN ('PUBLISHED'))
645: THEN

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

638: op (l_proc, g_debug_log, 20);
639: END IF;
640:
641: fnd_message.set_name ('PER', 'HR_50294_WPM_INV_PLAN_STS_PUB');
642: g_error_txt := NVL (fnd_message.get, 'HR_50294_WPM_INV_PLAN_STS_PUB');
643: RAISE e_status_check_failed;
644: ELSIF (p_reverse_mode <> 'N' AND p_status_code NOT IN ('PUBLISHED'))
645: THEN
646: -- Set the message name, so that exception handler can get translated text

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

648: THEN
649: op (l_proc, g_debug_log, 30);
650: END IF;
651:
652: fnd_message.set_name ('PER', 'HR_50295_WPM_INV_PLAN_STS_RPUB');
653: g_error_txt := NVL (fnd_message.get, 'HR_50295_WPM_INV_PLAN_STS_RPUB');
654: RAISE e_status_check_failed;
655: END IF;
656:

Line 653: g_error_txt := NVL (fnd_message.get, 'HR_50295_WPM_INV_PLAN_STS_RPUB');

649: op (l_proc, g_debug_log, 30);
650: END IF;
651:
652: fnd_message.set_name ('PER', 'HR_50295_WPM_INV_PLAN_STS_RPUB');
653: g_error_txt := NVL (fnd_message.get, 'HR_50295_WPM_INV_PLAN_STS_RPUB');
654: RAISE e_status_check_failed;
655: END IF;
656:
657: --

Line 1123: fnd_message.set_name ('PER', 'HR_WPM_INVL_TMPL_POPL');

1119: THEN
1120: op (g_error_txt, g_regular_log);
1121: END IF;
1122:
1123: fnd_message.set_name ('PER', 'HR_WPM_INVL_TMPL_POPL');
1124: g_error_txt := NVL (fnd_message.get, 'HR_WPM_INVL_TMPL_POPL');
1125: g_retcode := error;
1126: g_errbuf := g_error_txt;
1127: RAISE;

Line 1124: g_error_txt := NVL (fnd_message.get, 'HR_WPM_INVL_TMPL_POPL');

1120: op (g_error_txt, g_regular_log);
1121: END IF;
1122:
1123: fnd_message.set_name ('PER', 'HR_WPM_INVL_TMPL_POPL');
1124: g_error_txt := NVL (fnd_message.get, 'HR_WPM_INVL_TMPL_POPL');
1125: g_retcode := error;
1126: g_errbuf := g_error_txt;
1127: RAISE;
1128: WHEN OTHERS

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

1132: op ('Leaving:' || l_proc, g_regular_log, 90);
1133: END IF;
1134:
1135: --
1136: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1137: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1138: g_retcode := warning;
1139: g_errbuf := g_cp_error_txt;
1140: g_num_errors := g_num_errors + 1;

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

1133: END IF;
1134:
1135: --
1136: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1137: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1138: g_retcode := warning;
1139: g_errbuf := g_cp_error_txt;
1140: g_num_errors := g_num_errors + 1;
1141:

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

1154: -- terminate processing of this plan.
1155: --
1156: IF g_num_errors > g_max_errors
1157: THEN
1158: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1159: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1160: g_retcode := error;
1161: g_errbuf := g_error_txt;
1162: RAISE;

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

1155: --
1156: IF g_num_errors > g_max_errors
1157: THEN
1158: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1159: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1160: g_retcode := error;
1161: g_errbuf := g_error_txt;
1162: RAISE;
1163: END IF;

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

1272: op ('Leaving:' || l_proc, g_regular_log, 90);
1273: END IF;
1274:
1275: --
1276: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1277: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1278: g_retcode := warning;
1279: g_errbuf := g_cp_error_txt;
1280: g_num_errors := g_num_errors + 1;

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

1273: END IF;
1274:
1275: --
1276: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1277: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1278: g_retcode := warning;
1279: g_errbuf := g_cp_error_txt;
1280: g_num_errors := g_num_errors + 1;
1281:

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

1294: -- terminate processing of this plan.
1295: --
1296: IF g_num_errors > g_max_errors
1297: THEN
1298: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1299: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1300: g_retcode := error;
1301: g_errbuf := g_error_txt;
1302: END IF;

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

1295: --
1296: IF g_num_errors > g_max_errors
1297: THEN
1298: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1299: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1300: g_retcode := error;
1301: g_errbuf := g_error_txt;
1302: END IF;
1303: END populate_curr_plan_population;

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

1435: op ('Leaving:' || l_proc, g_regular_log, 90);
1436: END IF;
1437:
1438: --
1439: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1440: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1441: g_retcode := warning;
1442: g_errbuf := g_cp_error_txt;
1443: g_num_errors := g_num_errors + 1;

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

1436: END IF;
1437:
1438: --
1439: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1440: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1441: g_retcode := warning;
1442: g_errbuf := g_cp_error_txt;
1443: g_num_errors := g_num_errors + 1;
1444:

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

1457: -- terminate processing of this plan.
1458: --
1459: IF g_num_errors > g_max_errors
1460: THEN
1461: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1462: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1463: g_retcode := error;
1464: g_errbuf := g_error_txt;
1465: RAISE;

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

1458: --
1459: IF g_num_errors > g_max_errors
1460: THEN
1461: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1462: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1463: g_retcode := error;
1464: g_errbuf := g_error_txt;
1465: RAISE;
1466: END IF;

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

1581: op ('Leaving:' || l_proc, g_regular_log, 90);
1582: END IF;
1583:
1584: --
1585: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1586: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1587: g_retcode := warning;
1588: g_errbuf := g_cp_error_txt;
1589: g_num_errors := g_num_errors + 1;

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

1582: END IF;
1583:
1584: --
1585: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1586: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1587: g_retcode := warning;
1588: g_errbuf := g_cp_error_txt;
1589: g_num_errors := g_num_errors + 1;
1590:

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

1603: -- terminate processing of this plan.
1604: --
1605: IF g_num_errors > g_max_errors
1606: THEN
1607: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1608: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1609: g_retcode := error;
1610: g_errbuf := g_error_txt;
1611: RAISE;

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

1604: --
1605: IF g_num_errors > g_max_errors
1606: THEN
1607: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1608: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1609: g_retcode := error;
1610: g_errbuf := g_error_txt;
1611: RAISE;
1612: END IF;

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

1693: op ('Leaving:' || l_proc, g_regular_log, 90);
1694: END IF;
1695:
1696: --
1697: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1698: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1699: g_retcode := warning;
1700: g_errbuf := g_cp_error_txt;
1701: g_num_errors := g_num_errors + 1;

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

1694: END IF;
1695:
1696: --
1697: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1698: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1699: g_retcode := warning;
1700: g_errbuf := g_cp_error_txt;
1701: g_num_errors := g_num_errors + 1;
1702:

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

1715: -- terminate processing of this plan.
1716: --
1717: IF g_num_errors > g_max_errors
1718: THEN
1719: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1720: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1721: g_retcode := error;
1722: g_errbuf := g_error_txt;
1723: RAISE;

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

1716: --
1717: IF g_num_errors > g_max_errors
1718: THEN
1719: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1720: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1721: g_retcode := error;
1722: g_errbuf := g_error_txt;
1723: RAISE;
1724: END IF;

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

1827: op ('Leaving:' || l_proc, g_regular_log, 90);
1828: END IF;
1829:
1830: --
1831: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1832: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1833: g_retcode := warning;
1834: g_errbuf := g_cp_error_txt;
1835: g_num_errors := g_num_errors + 1;

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

1828: END IF;
1829:
1830: --
1831: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1832: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1833: g_retcode := warning;
1834: g_errbuf := g_cp_error_txt;
1835: g_num_errors := g_num_errors + 1;
1836:

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

1849: -- terminate processing of this plan.
1850: --
1851: IF g_num_errors > g_max_errors
1852: THEN
1853: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1854: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1855: g_retcode := error;
1856: g_errbuf := g_error_txt;
1857: RAISE;

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

1850: --
1851: IF g_num_errors > g_max_errors
1852: THEN
1853: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1854: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1855: g_retcode := error;
1856: g_errbuf := g_error_txt;
1857: RAISE;
1858: END IF;

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

1947: op ('Leaving:' || l_proc, g_regular_log, 90);
1948: END IF;
1949:
1950: --
1951: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1952: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1953: g_retcode := warning;
1954: g_errbuf := g_cp_error_txt;
1955: g_num_errors := g_num_errors + 1;

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

1948: END IF;
1949:
1950: --
1951: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
1952: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
1953: g_retcode := warning;
1954: g_errbuf := g_cp_error_txt;
1955: g_num_errors := g_num_errors + 1;
1956:

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

1969: -- terminate processing of this plan.
1970: --
1971: IF g_num_errors > g_max_errors
1972: THEN
1973: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1974: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1975: g_retcode := error;
1976: g_errbuf := g_error_txt;
1977: RAISE;

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

1970: --
1971: IF g_num_errors > g_max_errors
1972: THEN
1973: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
1974: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
1975: g_retcode := error;
1976: g_errbuf := g_error_txt;
1977: RAISE;
1978: END IF;

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

2041: op ('Leaving:' || l_proc, g_regular_log, 90);
2042: END IF;
2043:
2044: --
2045: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2046: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2047: g_retcode := warning;
2048: g_errbuf := g_cp_error_txt;
2049: g_num_errors := g_num_errors + 1;

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

2042: END IF;
2043:
2044: --
2045: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2046: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2047: g_retcode := warning;
2048: g_errbuf := g_cp_error_txt;
2049: g_num_errors := g_num_errors + 1;
2050:

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

2063: -- terminate processing of this plan.
2064: --
2065: IF g_num_errors > g_max_errors
2066: THEN
2067: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2068: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2069: g_retcode := error;
2070: g_errbuf := g_error_txt;
2071: RAISE;

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

2064: --
2065: IF g_num_errors > g_max_errors
2066: THEN
2067: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2068: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2069: g_retcode := error;
2070: g_errbuf := g_error_txt;
2071: RAISE;
2072: END IF;

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

2235: op ('Leaving:' || l_proc, g_regular_log, 90);
2236: END IF;
2237:
2238: --
2239: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2240: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2241: g_retcode := warning;
2242: g_errbuf := g_cp_error_txt;
2243: g_num_errors := g_num_errors + 1;

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

2236: END IF;
2237:
2238: --
2239: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2240: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2241: g_retcode := warning;
2242: g_errbuf := g_cp_error_txt;
2243: g_num_errors := g_num_errors + 1;
2244:

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

2257: -- terminate processing of this plan.
2258: --
2259: IF g_num_errors > g_max_errors
2260: THEN
2261: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2262: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2263: g_retcode := error;
2264: g_errbuf := g_error_txt;
2265: RAISE;

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

2258: --
2259: IF g_num_errors > g_max_errors
2260: THEN
2261: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2262: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2263: g_retcode := error;
2264: g_errbuf := g_error_txt;
2265: RAISE;
2266: END IF;

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

2462: op ('Leaving:' || l_proc, g_regular_log, 90);
2463: END IF;
2464:
2465: --
2466: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2467: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2468: g_retcode := warning;
2469: g_errbuf := g_cp_error_txt;
2470: g_num_errors := g_num_errors + 1;

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

2463: END IF;
2464:
2465: --
2466: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2467: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2468: g_retcode := warning;
2469: g_errbuf := g_cp_error_txt;
2470: g_num_errors := g_num_errors + 1;
2471:

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

2484: -- terminate processing of this plan.
2485: --
2486: IF g_num_errors > g_max_errors
2487: THEN
2488: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2489: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2490: g_retcode := error;
2491: g_errbuf := g_error_txt;
2492: RAISE;

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

2485: --
2486: IF g_num_errors > g_max_errors
2487: THEN
2488: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2489: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2490: g_retcode := error;
2491: g_errbuf := g_error_txt;
2492: RAISE;
2493: END IF;

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

2552: op ('Leaving:' || l_proc, g_regular_log, 90);
2553: END IF;
2554:
2555: --
2556: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2557: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2558: g_retcode := warning;
2559: g_errbuf := g_cp_error_txt;
2560: g_num_errors := g_num_errors + 1;

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

2553: END IF;
2554:
2555: --
2556: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
2557: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
2558: g_retcode := warning;
2559: g_errbuf := g_cp_error_txt;
2560: g_num_errors := g_num_errors + 1;
2561:

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

2574: -- terminate processing of this plan.
2575: --
2576: IF g_num_errors > g_max_errors
2577: THEN
2578: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2579: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2580: g_retcode := error;
2581: g_errbuf := g_error_txt;
2582: RAISE;

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

2575: --
2576: IF g_num_errors > g_max_errors
2577: THEN
2578: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
2579: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
2580: g_retcode := error;
2581: g_errbuf := g_error_txt;
2582: RAISE;
2583: END IF;

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

3479: op ('Leaving:' || l_proc, g_regular_log, 90);
3480: END IF;
3481:
3482: --
3483: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3484: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3485: g_retcode := warning;
3486: g_errbuf := g_cp_error_txt;
3487: g_num_errors := g_num_errors + 1;

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

3480: END IF;
3481:
3482: --
3483: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3484: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3485: g_retcode := warning;
3486: g_errbuf := g_cp_error_txt;
3487: g_num_errors := g_num_errors + 1;
3488:

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

3501: -- terminate processing of this plan.
3502: --
3503: IF g_num_errors > g_max_errors
3504: THEN
3505: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3506: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3507: g_retcode := error;
3508: g_errbuf := g_error_txt;
3509: RAISE;

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

3502: --
3503: IF g_num_errors > g_max_errors
3504: THEN
3505: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3506: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3507: g_retcode := error;
3508: g_errbuf := g_error_txt;
3509: RAISE;
3510: END IF;

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

3589: op ('Leaving:' || l_proc, g_regular_log, 90);
3590: END IF;
3591:
3592: --
3593: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3594: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3595: g_retcode := warning;
3596: g_errbuf := g_cp_error_txt;
3597: g_num_errors := g_num_errors + 1;

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

3590: END IF;
3591:
3592: --
3593: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3594: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3595: g_retcode := warning;
3596: g_errbuf := g_cp_error_txt;
3597: g_num_errors := g_num_errors + 1;
3598:

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

3611: -- terminate processing of this plan.
3612: --
3613: IF g_num_errors > g_max_errors
3614: THEN
3615: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3616: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3617: g_retcode := error;
3618: g_errbuf := g_error_txt;
3619: RAISE;

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

3612: --
3613: IF g_num_errors > g_max_errors
3614: THEN
3615: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3616: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3617: g_retcode := error;
3618: g_errbuf := g_error_txt;
3619: RAISE;
3620: END IF;

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

3694: op ('Leaving:' || l_proc, g_regular_log, 90);
3695: END IF;
3696:
3697: --
3698: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3699: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3700: g_retcode := warning;
3701: g_errbuf := g_cp_error_txt;
3702: g_num_errors := g_num_errors + 1;

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

3695: END IF;
3696:
3697: --
3698: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3699: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3700: g_retcode := warning;
3701: g_errbuf := g_cp_error_txt;
3702: g_num_errors := g_num_errors + 1;
3703:

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

3716: -- terminate processing of this plan.
3717: --
3718: IF g_num_errors > g_max_errors
3719: THEN
3720: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3721: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3722: g_retcode := error;
3723: g_errbuf := g_error_txt;
3724: RAISE;

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

3717: --
3718: IF g_num_errors > g_max_errors
3719: THEN
3720: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3721: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3722: g_retcode := error;
3723: g_errbuf := g_error_txt;
3724: RAISE;
3725: END IF;

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

3816: op ('Leaving:' || l_proc, g_regular_log, 90);
3817: END IF;
3818:
3819: --
3820: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3821: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3822: g_retcode := warning;
3823: g_errbuf := g_cp_error_txt;
3824: g_num_errors := g_num_errors + 1;

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

3817: END IF;
3818:
3819: --
3820: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
3821: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
3822: g_retcode := warning;
3823: g_errbuf := g_cp_error_txt;
3824: g_num_errors := g_num_errors + 1;
3825:

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

3838: -- terminate processing of this plan.
3839: --
3840: IF g_num_errors > g_max_errors
3841: THEN
3842: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3843: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3844: g_retcode := error;
3845: g_errbuf := g_error_txt;
3846: RAISE;

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

3839: --
3840: IF g_num_errors > g_max_errors
3841: THEN
3842: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
3843: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
3844: g_retcode := error;
3845: g_errbuf := g_error_txt;
3846: RAISE;
3847: END IF;

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

4121: op ('Leaving:' || l_proc, g_regular_log, 90);
4122: END IF;
4123:
4124: --
4125: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
4126: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
4127: g_retcode := error;
4128: g_errbuf := g_cp_error_txt;
4129: g_num_errors := g_num_errors + 1;

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

4122: END IF;
4123:
4124: --
4125: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
4126: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
4127: g_retcode := error;
4128: g_errbuf := g_cp_error_txt;
4129: g_num_errors := g_num_errors + 1;
4130:

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

5822: op ('Leaving:' || l_proc, g_regular_log, 90);
5823: END IF;
5824:
5825: --
5826: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
5827: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
5828: g_retcode := warning;
5829: g_errbuf := g_cp_error_txt;
5830: g_num_errors := g_num_errors + 1;

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

5823: END IF;
5824:
5825: --
5826: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
5827: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
5828: g_retcode := warning;
5829: g_errbuf := g_cp_error_txt;
5830: g_num_errors := g_num_errors + 1;
5831:

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

5844: -- terminate processing of this plan.
5845: --
5846: IF g_num_errors > g_max_errors
5847: THEN
5848: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
5849: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
5850: g_retcode := error;
5851: g_errbuf := g_error_txt;
5852: RAISE;

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

5845: --
5846: IF g_num_errors > g_max_errors
5847: THEN
5848: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
5849: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
5850: g_retcode := error;
5851: g_errbuf := g_error_txt;
5852: RAISE;
5853: END IF;

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

6117: op ('Leaving:' || l_proc, g_regular_log, 90);
6118: END IF;
6119:
6120: --
6121: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
6122: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
6123: g_retcode := error;
6124: g_errbuf := g_cp_error_txt;
6125: g_num_errors := g_num_errors + 1;

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

6118: END IF;
6119:
6120: --
6121: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
6122: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
6123: g_retcode := error;
6124: g_errbuf := g_cp_error_txt;
6125: g_num_errors := g_num_errors + 1;
6126:

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

6686: op ('Leaving Inner:' || l_proc, g_regular_log, 90);
6687: END IF;
6688:
6689: --
6690: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
6691: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
6692: g_retcode := warning;
6693: g_errbuf := g_cp_error_txt;
6694: g_num_errors := g_num_errors + 1;

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

6687: END IF;
6688:
6689: --
6690: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
6691: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
6692: g_retcode := warning;
6693: g_errbuf := g_cp_error_txt;
6694: g_num_errors := g_num_errors + 1;
6695:

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

6708: -- terminate processing of this plan.
6709: --
6710: IF g_num_errors > g_max_errors
6711: THEN
6712: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
6713: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
6714: g_retcode := error;
6715: g_errbuf := g_error_txt;
6716: RAISE;

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

6709: --
6710: IF g_num_errors > g_max_errors
6711: THEN
6712: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
6713: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
6714: g_retcode := error;
6715: g_errbuf := g_error_txt;
6716: RAISE;
6717: END IF;

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

6732: op ('Leaving Outer:' || l_proc, g_regular_log, 200);
6733: END IF;
6734:
6735: --
6736: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
6737: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
6738: g_retcode := warning;
6739: g_errbuf := g_cp_error_txt;
6740: g_num_errors := g_num_errors + 1;

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

6733: END IF;
6734:
6735: --
6736: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
6737: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
6738: g_retcode := warning;
6739: g_errbuf := g_cp_error_txt;
6740: g_num_errors := g_num_errors + 1;
6741:

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

6754: -- terminate processing of this plan.
6755: --
6756: IF g_num_errors > g_max_errors
6757: THEN
6758: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
6759: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
6760: g_retcode := error;
6761: g_errbuf := g_error_txt;
6762: RAISE;

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

6755: --
6756: IF g_num_errors > g_max_errors
6757: THEN
6758: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
6759: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
6760: g_retcode := error;
6761: g_errbuf := g_error_txt;
6762: RAISE;
6763: END IF;

Line 7137: fnd_message.set_name ('PER', 'HR_50780_WPM_INVALID_STATUS_BACKOUT');

7133: CLOSE csr_valid_plan;
7134:
7135: IF l_plan_rec.status_code IN ('DRAFT', 'INACTIVE')
7136: THEN
7137: fnd_message.set_name ('PER', 'HR_50780_WPM_INVALID_STATUS_BACKOUT');
7138: log_message ('This plan cannot be backed out as this is currently in
7139: ' || l_plan_rec.status_code);
7140: fnd_message.set_token ('STATUS', l_plan_rec.status_code);
7141: hr_utility.raise_error;

Line 7140: fnd_message.set_token ('STATUS', l_plan_rec.status_code);

7136: THEN
7137: fnd_message.set_name ('PER', 'HR_50780_WPM_INVALID_STATUS_BACKOUT');
7138: log_message ('This plan cannot be backed out as this is currently in
7139: ' || l_plan_rec.status_code);
7140: fnd_message.set_token ('STATUS', l_plan_rec.status_code);
7141: hr_utility.raise_error;
7142: END IF;
7143:
7144: IF TRUNC (SYSDATE) > TRUNC (l_plan_rec.end_date)

Line 8798: fnd_message.set_name ('PER', 'HR_50198_WPM_WEIGHT_WARN');

8794: -- messages and add them to Multiple Message List
8795: --
8796: IF l_weighting_over_100_warning
8797: THEN
8798: fnd_message.set_name ('PER', 'HR_50198_WPM_WEIGHT_WARN');
8799: hr_multi_message.ADD (p_message_type => hr_multi_message.g_warning_msg);
8800: END IF;
8801:
8802: IF l_weighting_appraisal_warning

Line 8804: fnd_message.set_name ('PER', 'HR_50223_WPM_APPRAISE_WARN');

8800: END IF;
8801:
8802: IF l_weighting_appraisal_warning
8803: THEN
8804: fnd_message.set_name ('PER', 'HR_50223_WPM_APPRAISE_WARN');
8805: hr_multi_message.ADD (p_message_type => hr_multi_message.g_warning_msg);
8806: END IF;
8807: END LOOP;
8808:

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

10801: END IF;
10802: EXCEPTION
10803: WHEN OTHERS
10804: THEN
10805: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
10806: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
10807: g_retcode := warning;
10808: g_errbuf := g_cp_error_txt;
10809: g_num_errors := g_num_errors + 1;

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

10802: EXCEPTION
10803: WHEN OTHERS
10804: THEN
10805: fnd_message.set_name ('PER', 'HR_50297_WPM_CP_ERROR');
10806: g_cp_error_txt := NVL (fnd_message.get, 'HR_50297_WPM_CP_ERROR');
10807: g_retcode := warning;
10808: g_errbuf := g_cp_error_txt;
10809: g_num_errors := g_num_errors + 1;
10810:

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

10823: -- terminate processing of this plan.
10824: --
10825: IF g_num_errors > g_max_errors
10826: THEN
10827: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
10828: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
10829: g_retcode := error;
10830: g_errbuf := g_error_txt;
10831: RAISE;

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

10824: --
10825: IF g_num_errors > g_max_errors
10826: THEN
10827: fnd_message.set_name ('PER', 'HR_50298_WPM_MAX_ERRORS');
10828: g_error_txt := NVL (fnd_message.get, 'HR_50298_WPM_MAX_ERRORS');
10829: g_retcode := error;
10830: g_errbuf := g_error_txt;
10831: RAISE;
10832: END IF;