DBA Data[Home] [Help]

APPS.PER_JP_PEM_RULES dependencies on HR_UTILITY

Line 22: hr_utility.set_location('Entering: ' || c_proc, 10);

18: l_withholding_tax number;
19: l_total_deductions number;
20: */
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');

Line 72: hr_utility.set_location('Leaving: ' || c_proc, 20);

68: */
69: --
70: hr_multi_message.end_validation_set;
71: --
72: hr_utility.set_location('Leaving: ' || c_proc, 20);
73: end chk_ddf;
74: --
75: end per_jp_pem_rules;