DBA Data[Home] [Help]

APPS.AME_ACA_SHD dependencies on HR_UTILITY

Line 127: hr_utility.set_location('Entering:'||l_proc, 5);

123: l_current_user_id integer;
124: l_object_version_number number;
125: --
126: Begin
127: hr_utility.set_location('Entering:'||l_proc, 5);
128: --
129: l_current_user_id := fnd_global.user_id;
130: --
131: -- Because we are updating a row we must get the next object

Line 139: hr_utility.set_location(l_proc, 10);

135: ame_aca_shd.get_object_version_number
136: (p_application_id => p_application_id
137: );
138: --
139: hr_utility.set_location(l_proc, 10);
140: --
141: --
142: -- Update the specified datetrack row setting the effective
143: -- end date to the specified new effective end date.

Line 158: hr_utility.set_location(' Leaving:'||l_proc, 15);

154: ;
155: --
156: --
157: p_object_version_number := l_object_version_number;
158: hr_utility.set_location(' Leaving:'||l_proc, 15);
159: --
160: End upd_end_date;
161: --
162: -- ----------------------------------------------------------------------------

Line 202: hr_utility.set_location('Entering:'||l_proc, 5);

198: --
199: --
200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: -- Ensure that all the mandatory arguments are not null
205: --
206: hr_api.mandatory_arg_error(p_api_name => l_proc

Line 273: hr_utility.set_location(' Leaving:'||l_proc, 30);

269: p_validation_start_date := p_effective_date;
270: p_validation_end_date := p_effective_date;
271: end if;
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 30);
274: --
275: -- We need to trap the ORA LOCK exception
276: --
277: Exception