DBA Data[Home] [Help]

APPS.IRC_IID_UPD dependencies on HR_UTILITY

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

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

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

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

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

128: p_rec.start_date := p_validation_start_date;
129: p_rec.end_date := p_validation_end_date;
130: End If;
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 15);
133: Exception
134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated
136: --

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

187: --
188: l_proc varchar2(72) := g_package||'update_dml';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: irc_iid_upd.dt_update_dml
194: (p_rec => p_rec
195: ,p_effective_date => p_effective_date

Line 201: hr_utility.set_location(' Leaving:'||l_proc, 10);

197: ,p_validation_start_date => p_validation_start_date
198: ,p_validation_end_date => p_validation_end_date
199: );
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End update_dml;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |----------------------------< dt_pre_update >-----------------------------|

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

255: l_proc varchar2(72) := g_package||'dt_pre_update';
256: l_dummy_version_number number;
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: If (p_datetrack_mode <> hr_api.g_correction) then
261: --
262: -- Update the current effective end date
263: --

Line 295: hr_utility.set_location(' Leaving:'||l_proc, 20);

291: ,p_validation_start_date => p_validation_start_date
292: ,p_validation_end_date => p_validation_end_date
293: );
294: End If;
295: hr_utility.set_location(' Leaving:'||l_proc, 20);
296: End dt_pre_update;
297: --
298: -- ----------------------------------------------------------------------------
299: -- |------------------------------< pre_update >------------------------------|

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

337: --
338: l_proc varchar2(72) := g_package||'pre_update';
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: --
344: --
345: dt_pre_update

Line 353: hr_utility.set_location(' Leaving:'||l_proc, 10);

349: ,p_validation_start_date => p_validation_start_date
350: ,p_validation_end_date => p_validation_end_date
351: );
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End pre_update;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |----------------------------< post_update >-------------------------------|

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

395: --
396: l_proc varchar2(72) := g_package||'post_update';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: begin
401: --
402: irc_iid_rku.after_update
403: (p_effective_date

Line 549: hr_utility.set_location(' Leaving:'||l_proc, 10);

545: ,p_hook_type => 'AU');
546: --
547: end;
548: --
549: hr_utility.set_location(' Leaving:'||l_proc, 10);
550: End post_update;
551: --
552: -- ----------------------------------------------------------------------------
553: -- |-----------------------------< convert_defs >-----------------------------|

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

739: l_validation_start_date date;
740: l_validation_end_date date;
741: --
742: Begin
743: hr_utility.set_location('Entering:'||l_proc, 5);
744: --
745: -- Ensure that the DateTrack update mode is valid
746: --
747: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

853: l_rec irc_iid_shd.g_rec_type;
854: l_proc varchar2(72) := g_package||'upd';
855: --
856: Begin
857: hr_utility.set_location('Entering:'||l_proc, 5);
858: --
859: -- Call conversion function to turn arguments into the
860: -- l_rec structure.
861: --

Line 915: hr_utility.set_location(' Leaving:'||l_proc, 10);

911: p_start_date := l_rec.start_date;
912: p_end_date := l_rec.end_date;
913: --
914: --
915: hr_utility.set_location(' Leaving:'||l_proc, 10);
916: End upd;
917: --
918: end irc_iid_upd;