DBA Data[Home] [Help]

APPS.PER_IREC_ICD_ENRLL_PROCESS dependencies on FND_GLOBAL

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

361: BEGIN
362: hr_utility.set_location('Entering'||l_proc,10);
363: hr_utility.set_location(' Person Id:'||pPersonId||' Vacancy Id:'||pVacancyid||' BusinessGroup Id:'||pBgId, 20);
364:
365: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);
366: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);
367: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);
368:
369: fnd_message.set_name('PER','IRC_412237_CRT_ENRLM_STRTD');

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

362: hr_utility.set_location('Entering'||l_proc,10);
363: hr_utility.set_location(' Person Id:'||pPersonId||' Vacancy Id:'||pVacancyid||' BusinessGroup Id:'||pBgId, 20);
364:
365: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);
366: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);
367: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);
368:
369: fnd_message.set_name('PER','IRC_412237_CRT_ENRLM_STRTD');
370: l_description_start:=substrb(fnd_message.get,1,500);

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

363: hr_utility.set_location(' Person Id:'||pPersonId||' Vacancy Id:'||pVacancyid||' BusinessGroup Id:'||pBgId, 20);
364:
365: hr_utility.set_location('Calling the CP with UserName:'||fnd_global.user_name||',UserId='||fnd_global.user_id,30);
366: hr_utility.set_location('Responsibility Application Id:'||fnd_global.resp_appl_id||',Responsibility Id:'||fnd_global.resp_id,40);
367: hr_utility.set_location('Security Group Id:'||fnd_global.security_group_id, 50);
368:
369: fnd_message.set_name('PER','IRC_412237_CRT_ENRLM_STRTD');
370: l_description_start:=substrb(fnd_message.get,1,500);
371: fnd_message.clear;