DBA Data[Home] [Help]

APPS.PER_IT_QH_TAX dependencies on HR_UTILITY

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

26: l_id_flex_num fnd_id_flex_structures_vl.id_flex_num%type;
27: --
28: begin
29: --
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: if p_legislation_code='IT' then
33: --
34: Begin

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

105: end if; ---bug 3878097
106: End;
107: End if;
108: --
109: hr_utility.set_location('Leaving:'|| l_proc, 1000);
110: --
111: end update_it_tax_data;
112: --
113: --

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

129: --
130: begin
131: --
132: if p_legislation_code='IT' then
133: hr_utility.set_location('Entering:'|| l_proc, 10);
134: --
135: Begin
136: select per_information2 into p_rec.tax_field1
137: from per_all_people_f

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

173: null;
174: End;
175: end if;
176: --
177: hr_utility.set_location('Leaving:'|| l_proc, 1000);
178: --
179: end it_tax_query;
180:
181: end per_it_qh_tax;