DBA Data[Home] [Help]

APPS.PER_JP_PEM_RULES dependencies on STANDARD

Line 25: if not hr_jp_standard_pkg.is_hankaku(p_pem_information1) then

21: begin
22: hr_utility.set_location('Entering: ' || c_proc, 10);
23: --
24: if p_pem_information1 is not null then
25: if not hr_jp_standard_pkg.is_hankaku(p_pem_information1) then
26: fnd_message.set_name('PER', 'HR_JP_IS_NOT_HANKAKU');
27: fnd_message.set_token('NAME', 'HR_JP_EMPLOYER_NAME_KANA', true);
28: fnd_message.set_token('VALUE', p_pem_information1);
29: hr_multi_message.add(p_associated_column1 => 'PER_PREVIOUS_EMPLOYERS.PEM_INFORMATION1');

Line 34: if not hr_jp_standard_pkg.is_hankaku(p_pem_information2) then

30: end if;
31: end if;
32: --
33: if p_pem_information2 is not null then
34: if not hr_jp_standard_pkg.is_hankaku(p_pem_information2) then
35: fnd_message.set_name('PER', 'HR_JP_IS_NOT_HANKAKU');
36: fnd_message.set_token('NAME', 'HR_JP_EMPLOYER_ADDRESS_KANA', true);
37: fnd_message.set_token('VALUE', p_pem_information2);
38: hr_multi_message.add(p_associated_column1 => 'PER_PREVIOUS_EMPLOYERS.PEM_INFORMATION2');