DBA Data[Home] [Help]

APPS.PER_NL_QH_TAX dependencies on HR_UTILITY

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

15: l_proc varchar2(72) := g_package||'update_nl_tax_data';
16: --
17: begin
18: --
19: hr_utility.set_location('Entering:'|| l_proc, 10);
20: --
21: if p_legislation_code='NL' then
22: --
23: update per_all_people_f

Line 47: hr_utility.set_location('Leaving:'|| l_proc, 1000);

43: and p_effective_date between effective_start_date and effective_end_date;
44: end if;
45: End if;
46: --
47: hr_utility.set_location('Leaving:'|| l_proc, 1000);
48: --
49: end update_nl_tax_data;
50: --
51: --

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

106: --
107: begin
108: --
109: if p_legislation_code='NL' then
110: hr_utility.set_location('Entering:'|| l_proc, 10);
111:
112: Begin
113: select per_information1
114: ,per_information2

Line 170: hr_utility.set_location('Leaving:'|| l_proc, 1000);

166: End;
167:
168: end if;
169: --
170: hr_utility.set_location('Leaving:'|| l_proc, 1000);
171: --
172: end nl_tax_query;
173:
174: end per_nl_qh_tax;