DBA Data[Home] [Help]

APPS.IRC_IRF_SHD dependencies on HR_UTILITY

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

163: l_proc varchar2(72) := g_package||'upd_end_date';
164: l_object_version_number number;
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: -- Because we are updating a row we must get the next object
170: -- version number.
171: --

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

173: irc_irf_shd.get_object_version_number
174: (p_referral_info_id => p_referral_info_id
175: );
176: --
177: hr_utility.set_location(l_proc, 10);
178: --
179: --
180: -- Update the specified datetrack row setting the effective
181: -- end date to the specified new effective end date.

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

188: between t.start_date and t.end_date;
189: --
190: --
191: p_object_version_number := l_object_version_number;
192: hr_utility.set_location(' Leaving:'||l_proc, 15);
193: --
194: End upd_end_date;
195: --
196: -- ----------------------------------------------------------------------------

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

267: --
268: --
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: -- Ensure that all the mandatory arguments are not null
274: --
275: hr_api.mandatory_arg_error(p_api_name => l_proc

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

338: p_validation_start_date := p_effective_date;
339: p_validation_end_date := p_effective_date;
340: end if;
341: --
342: hr_utility.set_location(' Leaving:'||l_proc, 30);
343: --
344: -- We need to trap the ORA LOCK exception
345: --
346: Exception