DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_MTO_INT

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

516: raise mass_error;
517: END;
518:
519: IF UPPER(p_action) = 'CREATE' then
520: ghr_mto_int.set_log_program_name('GHR_MRE_PKG');
521: ELSE
522: ghr_mto_int.set_log_program_name('MRE_'||p_mass_realignment_name);
523: END IF;
524:

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

518:
519: IF UPPER(p_action) = 'CREATE' then
520: ghr_mto_int.set_log_program_name('GHR_MRE_PKG');
521: ELSE
522: ghr_mto_int.set_log_program_name('MRE_'||p_mass_realignment_name);
523: END IF;
524:
525: l_ind := 20;
526: IF UPPER(p_action) = 'CREATE' then

Line 1169: ghr_mto_int.log_message(

1165: if l_errbuf is null then
1166: pr('No error in create sf52 sel flg is '||l_sel_flg);
1167: hr_utility.set_location('Before COMMITing',2);
1168:
1169: ghr_mto_int.log_message(
1170: p_procedure => 'Successful Completion',
1171: p_message => 'Name: '||per.full_name ||
1172: ' SSN: '|| per.national_identifier||
1173: ' Mass realignment : '||

Line 1379: ghr_mto_int.log_message(

1375: hr_utility.set_location('before creating entry in log file',10);
1376: l_recs_failed := l_recs_failed + 1;
1377:
1378: BEGIN
1379: ghr_mto_int.log_message(
1380: p_procedure => g_proc,
1381: p_message => l_log_text);
1382: COMMIT;
1383: EXCEPTION

Line 1423: ghr_mto_int.log_message(

1419: p_retcode := 2;
1420: p_errbuf := 'Error in '||l_proc || ' Details in GHR_PROCESS_LOG';
1421:
1422: BEGIN
1423: ghr_mto_int.log_message(
1424: p_procedure => g_proc,
1425: p_message => l_log_text);
1426: COMMIT;
1427: EXCEPTION

Line 1582: ghr_mto_int.log_message(

1578: l_log_text := l_log_text||'The duty station entered results in a change in Locality Percentage.'||
1579: 'This change is not permitted with NOA 790 Realignment. '||
1580: 'Refer to OPM GPPA chapter 17 for the appropriate transaction.';
1581: BEGIN
1582: ghr_mto_int.log_message(
1583: p_procedure => 'Invalid_Duty_Station',
1584: p_message => l_log_text);
1585: EXCEPTION
1586: when others then

Line 1824: ghr_mto_int.log_message(

1820: l_log_text := l_log_text||'The duty station entered results in a change in Locality Percentage.'||
1821: 'This change is not permitted with NOA 790 Realignment. '||
1822: 'Refer to OPM GPPA chapter 17 for the appropriate transaction.';
1823: BEGIN
1824: ghr_mto_int.log_message(
1825: p_procedure => 'Invalid_Duty_Station',
1826: p_message => l_log_text);
1827: EXCEPTION
1828: when others then

Line 1869: ghr_mto_int.log_message(

1865: ----- Reset the global variable
1866: ghr_api.g_api_dml := FALSE;
1867: END IF;
1868:
1869: ghr_mto_int.log_message(
1870: p_procedure => 'Successful Completion',
1871: p_message =>
1872: 'Vacant Position : '||l_position_title ||
1873: ' Mass realignment : '||

Line 1976: ghr_mto_int.log_message(

1972: p_retcode := 2;
1973: p_errbuf := 'Error in '||l_proc || ' Details in GHR_PROCESS_LOG';
1974:
1975: BEGIN
1976: ghr_mto_int.log_message(
1977: p_procedure => g_proc,
1978: p_message => l_log_text);
1979: EXCEPTION
1980: when others then

Line 2009: ghr_mto_int.log_message(

2005: COMMIT;
2006: END IF;
2007:
2008: BEGIN
2009: ghr_mto_int.log_message(
2010: p_procedure => g_proc,
2011: p_message => l_log_text);
2012: EXCEPTION
2013: when others then

Line 2609: ghr_mto_int.log_message(

2605: exit;
2606: END loop;
2607: if l_action_taken <> 'CANCELED' then
2608: -- Bug#3718167 Added SSN in the following message
2609: ghr_mto_int.log_message(
2610: p_procedure => 'RPA Exists Already',
2611: p_message => 'Name: '|| l_name || '; SSN: '||l_ssn||
2612: l_code_action ||
2613: ' RPA Exists for the given effective DATE ' );