DBA Data[Home] [Help]

APPS.HR_COPY_GSP dependencies on HR_UTILITY

Line 45: hr_utility.set_location('Entering: copy_gsp.template', 10);

41: l_id_value number;
42: --
43: begin
44: --
45: hr_utility.set_location('Entering: copy_gsp.template', 10);
46: --
47: hr_summary_api.CREATE_TEMPLATE (p_template_id => l_template_id
48: ,p_business_group_id => p_business_group_id
49: ,p_object_version_number => l_object_version_number

Line 100: hr_utility.set_location('Leaving: copy_gsp.template', 20);

96: end if;
97: --
98: end loop;
99: --
100: hr_utility.set_location('Leaving: copy_gsp.template', 20);
101: --
102: commit;
103: --
104: end template;

Line 150: hr_utility.set_location('Entering: copy_gsp.itu', 10);

146: l_id_value number;
147: --
148: begin
149: --
150: hr_utility.set_location('Entering: copy_gsp.itu', 10);
151: --
152: open csr_itu;
153: fetch csr_itu into l_item_type_id;
154: close csr_itu;

Line 206: hr_utility.set_location('Leaving: copy_gsp.itu', 10);

202: end if;
203: --
204: commit;
205: --
206: hr_utility.set_location('Leaving: copy_gsp.itu', 10);
207: --
208: end itu;
209: --
210: procedure item_type (p_item_type_id in number,

Line 244: hr_utility.set_location('Entering: copy_gsp.item_type', 10);

240: l_object_version_number number;
241: --
242: begin
243: --
244: hr_utility.set_location('Entering: copy_gsp.item_type', 10);
245: --
246: open csr_it;
247: fetch csr_it into r_it;
248: close csr_it;

Line 285: hr_utility.set_location('Leaving: copy_gsp.item_type', 20);

281: end if;
282: --
283: commit;
284: --
285: hr_utility.set_location('Leaving: copy_gsp.item_type', 20);
286: --
287: end item_type;
288: --
289: end hr_copy_gsp;