DBA Data[Home] [Help]

APPS.AME_CFV_SHD dependencies on HR_UTILITY

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

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

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

139: (p_application_id => p_application_id
140: ,p_variable_name => p_variable_name
141: );
142: --
143: hr_utility.set_location(l_proc, 10);
144: --
145: --
146: -- Update the specified datetrack row setting the effective
147: -- end date to the specified new effective end date.

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

159: ;
160: --
161: --
162: p_object_version_number := l_object_version_number;
163: hr_utility.set_location(' Leaving:'||l_proc, 15);
164: --
165: End upd_end_date;
166: --
167: -- ----------------------------------------------------------------------------

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

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

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

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