DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_MTO_INT

Line 526: ghr_mto_int.set_log_program_name('GHR_MRE_PKG');

522: raise mass_error;
523: END;
524:
525: IF UPPER(p_action) = 'CREATE' then
526: ghr_mto_int.set_log_program_name('GHR_MRE_PKG');
527: ELSE
528: ghr_mto_int.set_log_program_name('MRE_'||p_mass_realignment_name);
529: END IF;
530: --Begin Bug# 3163576, added custom hook

Line 528: ghr_mto_int.set_log_program_name('MRE_'||p_mass_realignment_name);

524:
525: IF UPPER(p_action) = 'CREATE' then
526: ghr_mto_int.set_log_program_name('GHR_MRE_PKG');
527: ELSE
528: ghr_mto_int.set_log_program_name('MRE_'||p_mass_realignment_name);
529: END IF;
530: --Begin Bug# 3163576, added custom hook
531: ghr_mre_custom_pkg.business_rules(
532: p_mass_realignment_id => p_mass_realignment_id

Line 1192: ghr_mto_int.log_message(

1188: if l_errbuf is null then
1189: pr('No error in create sf52 sel flg is '||l_sel_flg);
1190: hr_utility.set_location('Before COMMITing',2);
1191:
1192: ghr_mto_int.log_message(
1193: p_procedure => 'Successful Completion',
1194: p_message => 'Name: '||per.full_name ||
1195: ' Emp No: ' || per.employee_number||
1196: ' Mass realignment : '||

Line 1402: ghr_mto_int.log_message(

1398: hr_utility.set_location('before creating entry in log file',10);
1399: l_recs_failed := l_recs_failed + 1;
1400:
1401: BEGIN
1402: ghr_mto_int.log_message(
1403: p_procedure => g_proc,
1404: p_message => l_log_text);
1405: COMMIT;
1406: EXCEPTION

Line 1446: ghr_mto_int.log_message(

1442: p_retcode := 2;
1443: p_errbuf := 'Error in '||l_proc || ' Details in GHR_PROCESS_LOG';
1444:
1445: BEGIN
1446: ghr_mto_int.log_message(
1447: p_procedure => g_proc,
1448: p_message => l_log_text);
1449: COMMIT;
1450: EXCEPTION

Line 1612: ghr_mto_int.log_message(

1608: l_log_text := l_log_text||'The duty station entered results in a change in Locality Percentage.'||
1609: 'This change is not permitted with NOA 790 Realignment. '||
1610: 'Refer to OPM GPPA chapter 17 for the appropriate transaction.';
1611: BEGIN
1612: ghr_mto_int.log_message(
1613: p_procedure => 'Invalid_Duty_Station',
1614: p_message => l_log_text);
1615: EXCEPTION
1616: when others then

Line 1887: ghr_mto_int.log_message(

1883: l_log_text := l_log_text||'The duty station entered results in a change in Locality Percentage.'||
1884: 'This change is not permitted with NOA 790 Realignment. '||
1885: 'Refer to OPM GPPA chapter 17 for the appropriate transaction.';
1886: BEGIN
1887: ghr_mto_int.log_message(
1888: p_procedure => 'Invalid_Duty_Station',
1889: p_message => l_log_text);
1890: EXCEPTION
1891: when others then

Line 1954: ghr_mto_int.log_message(

1950: raise mass_error;
1951: END;
1952: END IF;
1953:
1954: ghr_mto_int.log_message(
1955: p_procedure => 'Successful Completion',
1956: p_message =>
1957: 'Vacant Position : '||l_position_title ||
1958: ' Mass realignment : '||

Line 2015: ghr_mto_int.log_message(

2011: p_retcode := 2;
2012: p_errbuf := 'Error in '||l_proc || ' Details in GHR_PROCESS_LOG';
2013:
2014: BEGIN
2015: ghr_mto_int.log_message(
2016: p_procedure => g_proc,
2017: p_message => l_log_text);
2018: COMMIT;
2019: EXCEPTION

Line 2043: ghr_mto_int.log_message(

2039: p_errbuf := 'Error in '||l_proc || ' Details in GHR_PROCESS_LOG';
2040: p_retcode := 2;
2041:
2042: BEGIN
2043: ghr_mto_int.log_message(
2044: p_procedure => g_proc,
2045: p_message => l_log_text);
2046: COMMIT;
2047: EXCEPTION

Line 2122: ghr_mto_int.log_message(

2118: p_retcode := 2;
2119: p_errbuf := 'Error in '||l_proc || ' Details in GHR_PROCESS_LOG';
2120:
2121: BEGIN
2122: ghr_mto_int.log_message(
2123: p_procedure => g_proc,
2124: p_message => l_log_text);
2125: COMMIT;
2126: EXCEPTION

Line 2156: ghr_mto_int.log_message(

2152: COMMIT;
2153: END IF;
2154:
2155: BEGIN
2156: ghr_mto_int.log_message(
2157: p_procedure => g_proc,
2158: p_message => l_log_text);
2159: COMMIT;
2160: EXCEPTION

Line 2770: ghr_mto_int.log_message(

2766: p_effective_date => p_effective_date);
2767: End if;
2768: if l_action_taken <> 'CANCELED' then
2769: -- Bug#3718167 Added SSN in the following message
2770: ghr_mto_int.log_message(
2771: p_procedure => 'RPA Exists Already',
2772: p_message => 'Name: '|| l_name || '; Emp No: ' || l_employee_number||
2773: l_code_action ||
2774: ' RPA Exists for the given effective DATE ' );