DBA Data[Home] [Help]

APPS.PER_JP_EXTRA_PERSON_RULES dependencies on HR_UTILITY

Line 53: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'JP') THEN

49: end if;
50: end local_chk_kana_format;
51: begin
52: /* Bug Fix : 5452289 */
53: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'JP') THEN
54: RETURN;
55: END IF;
56: --
57: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 57: hr_utility.set_location('Entering:'|| l_proc, 10);

53: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'JP') THEN
54: RETURN;
55: END IF;
56: --
57: hr_utility.set_location('Entering:'|| l_proc, 10);
58: --
59: -- Bug#3613987
60: -- Added check for system_person_type
61: --

Line 73: hr_utility.set_location('Leaving:'|| l_proc, 20);

69: local_chk_kana_format(p_last_name, l_system_person_type);
70: local_chk_kana_format(p_first_name, l_system_person_type);
71: local_chk_kana_format(p_previous_last_name, l_system_person_type);
72: --
73: hr_utility.set_location('Leaving:'|| l_proc, 20);
74: end chk_kana_format;
75: --
76: end per_jp_extra_person_rules;