DBA Data[Home] [Help]

APPS.PER_IREC_ICD_ENRLL_PROCESS dependencies on FND_GLOBAL

Line 318: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);

314: BEGIN
315: hr_utility.set_location('Entering'||l_proc,10);
316: hr_utility.set_location(' Person Id:'||pPersonId||' Vacancy Id:'||pVacancyid||' BusinessGroup Id:'||pBgId, 20);
317:
318: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);
319: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);
320: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);
321:
322: fnd_message.set_name('PER','IRC_412237_CRT_ENRLM_STRTD');

Line 319: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);

315: hr_utility.set_location('Entering'||l_proc,10);
316: hr_utility.set_location(' Person Id:'||pPersonId||' Vacancy Id:'||pVacancyid||' BusinessGroup Id:'||pBgId, 20);
317:
318: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);
319: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);
320: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);
321:
322: fnd_message.set_name('PER','IRC_412237_CRT_ENRLM_STRTD');
323: l_description_start:=substrb(fnd_message.get,1,500);

Line 320: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);

316: hr_utility.set_location(' Person Id:'||pPersonId||' Vacancy Id:'||pVacancyid||' BusinessGroup Id:'||pBgId, 20);
317:
318: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);
319: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);
320: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);
321:
322: fnd_message.set_name('PER','IRC_412237_CRT_ENRLM_STRTD');
323: l_description_start:=substrb(fnd_message.get,1,500);
324: fnd_message.clear;