DBA Data[Home] [Help]

APPS.AME_ACF_SHD dependencies on HR_UTILITY

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

127: l_current_user_id integer;
128: l_object_version_number number;
129: --
130: Begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: -- Because we are updating a row we must get the next object
134: -- version number.
135: --

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

138: (p_action_type_id => p_action_type_id
139: ,p_application_id => p_application_id
140: );
141: --
142: hr_utility.set_location(l_proc, 10);
143: --
144: l_current_user_id := fnd_global.user_id;
145: --
146: -- Update the specified datetrack row setting the effective

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

158: and nvl(t.end_date - ame_util.oneSecond,sysdate);
159: --
160: --
161: p_object_version_number := l_object_version_number;
162: hr_utility.set_location(' Leaving:'||l_proc, 15);
163: --
164: End upd_end_date;
165: --
166: -- ----------------------------------------------------------------------------

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

203: --
204: --
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- Ensure that all the mandatory arguments are not null
210: --
211: hr_api.mandatory_arg_error(p_api_name => l_proc

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

274: p_validation_start_date := p_effective_date;
275: p_validation_end_date := p_effective_date;
276: end if;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 30);
279: --
280: -- We need to trap the ORA LOCK exception
281: --
282: Exception