DBA Data[Home] [Help]

APPS.AME_RLU_SHD dependencies on HR_UTILITY

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

133: l_current_user_id integer;
134: l_object_version_number number;
135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: l_current_user_id := fnd_global.user_id;
140: --
141: -- Because we are updating a row we must get the next object

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

147: ,p_item_id => p_item_id
148: ,p_old_start_date => p_old_start_date
149: );
150: --
151: hr_utility.set_location(l_proc, 10);
152: --
153: --
154: -- Update the specified datetrack row setting the effective
155: -- end date to the specified new effective end date.

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

170: t.start_date < nvl(t.end_date,t.start_date + ame_util.oneSecond)));
171: --
172: --
173: p_object_version_number := l_object_version_number;
174: hr_utility.set_location(' Leaving:'||l_proc, 15);
175: --
176: End upd_end_date;
177: --
178: -- ----------------------------------------------------------------------------

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

223: --
224: --
225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: --
229: -- Ensure that all the mandatory arguments are not null
230: --
231: hr_api.mandatory_arg_error(p_api_name => l_proc

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

315: fnd_message.set_token('PROCEDURE', l_proc);
316: fnd_message.set_token('STEP','40');
317: fnd_message.raise_error;
318: end;
319: hr_utility.set_location(' Leaving:'||l_proc, 30);
320: --
321: -- We need to trap the ORA LOCK exception
322: --
323: Exception