DBA Data[Home] [Help]

APPS.IRC_IID_SHD dependencies on HR_UTILITY

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

151: l_proc varchar2(72) := g_package||'upd_end_date';
152: l_object_version_number number;
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: -- Because we are updating a row we must get the next object
158: -- version number.
159: --

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

161: irc_iid_shd.get_object_version_number
162: (p_interview_details_id => p_interview_details_id
163: );
164: --
165: hr_utility.set_location(l_proc, 10);
166: --
167: --
168: -- Update the specified datetrack row setting the effective
169: -- end date to the specified new effective end date.

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

176: between t.start_date and t.end_date;
177: --
178: --
179: p_object_version_number := l_object_version_number;
180: hr_utility.set_location(' Leaving:'||l_proc, 15);
181: --
182: End upd_end_date;
183: --
184: -- ----------------------------------------------------------------------------

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

243: --
244: --
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: -- Ensure that all the mandatory arguments are not null
250: --
251: hr_api.mandatory_arg_error(p_api_name => l_proc

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

314: p_validation_start_date := p_effective_date;
315: p_validation_end_date := p_effective_date;
316: end if;
317: --
318: hr_utility.set_location(' Leaving:'||l_proc, 30);
319: --
320: -- We need to trap the ORA LOCK exception
321: --
322: Exception