DBA Data[Home] [Help]

APPS.AME_CON_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: l_current_user_id := fnd_global.user_id;
134: --
135: -- Because we are updating a row we must get the next object

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

139: ame_con_shd.get_object_version_number
140: (p_condition_id => p_condition_id
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 162: hr_utility.set_location(' Leaving:'||l_proc, 15);

158: ;
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 210: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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