DBA Data[Home] [Help]

APPS.GHR_SS_RPA_CREATION dependencies on GHR_MTO_INT

Line 82: ghr_mto_int.set_log_program_name('GHR_SS_FEGLI_RPA');

78: fegli_ei_error exception;
79:
80: BEGIN
81:
82: ghr_mto_int.set_log_program_name('GHR_SS_FEGLI_RPA');
83:
84: if p_fegli_code is NULL then
85: l_log_text := 'Error in create_sf52_fegli Fegli Code is Null';
86: raise fegli_null_error;

Line 203: ghr_mto_int.log_message( p_procedure => 'Create/Upd SS Fegli RPA'

199:
200: l_log_text := substr(l_log_text,1,2000);
201:
202: hr_utility.set_location('before creating entry in log file',10);
203: ghr_mto_int.log_message( p_procedure => 'Create/Upd SS Fegli RPA'
204: ,p_message => l_log_text);
205:
206: hr_utility.set_location('created entry in log file',20);
207:

Line 218: ghr_mto_int.log_message( p_procedure => 'While Updating FEGLI RPA'

214:
215: l_log_text := substr(l_log_text,1,2000);
216:
217: hr_utility.set_location('before creating entry in log file',10);
218: ghr_mto_int.log_message( p_procedure => 'While Updating FEGLI RPA'
219: ,p_message => l_log_text);
220:
221: WHEN fegli_ei_error then
222: hr_utility.set_location('Error occured in ' || l_proc , 1);

Line 231: ghr_mto_int.log_message( p_procedure => 'While Creating Extra Info'

227:
228: l_log_text := substr(l_log_text,1,2000);
229:
230: hr_utility.set_location('before creating entry in log file',10);
231: ghr_mto_int.log_message( p_procedure => 'While Creating Extra Info'
232: ,p_message => l_log_text);
233:
234: hr_utility.set_location('created entry in log file',20);
235:

Line 927: ghr_mto_int.log_message( p_procedure => 'While Creating FEGLI RPA'

923:
924: l_log_text := substr(l_log_text,1,2000);
925:
926: hr_utility.set_location('before creating entry in log file',10);
927: ghr_mto_int.log_message( p_procedure => 'While Creating FEGLI RPA'
928: ,p_message => l_log_text);
929:
930: hr_utility.set_location('created entry in log file',20);
931: WHEN others THEN

Line 940: ghr_mto_int.log_message(p_procedure => 'While Creating FEGLI RPA'

936: END IF;
937:
938: hr_utility.set_location('before creating entry in log file',10);
939:
940: ghr_mto_int.log_message(p_procedure => 'While Creating FEGLI RPA'
941: ,p_message => l_log_text);
942: hr_utility.set_location('created entry in log file',20);
943:
944: END CREATE_SF52_FEGLI_RPA;

Line 1339: ghr_mto_int.log_message( p_procedure => 'While Updating FEGLI RPA'

1335:
1336: l_log_text := substr(l_log_text,1,2000);
1337:
1338: hr_utility.set_location('before creating entry in log file',10);
1339: ghr_mto_int.log_message( p_procedure => 'While Updating FEGLI RPA'
1340: ,p_message => l_log_text);
1341:
1342: hr_utility.set_location('created entry in log file',20);
1343: WHEN others THEN

Line 1352: ghr_mto_int.log_message(p_procedure => 'While Updating FEGLI RPA'

1348: END IF;
1349:
1350: hr_utility.set_location('before creating entry in log file',10);
1351:
1352: ghr_mto_int.log_message(p_procedure => 'While Updating FEGLI RPA'
1353: ,p_message => l_log_text);
1354: hr_utility.set_location('created entry in log file',20);
1355:
1356: