DBA Data[Home] [Help]

APPS.BEN_PRR_UPD dependencies on HR_UTILITY

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

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

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

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

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

134: p_rec.effective_start_date := p_validation_start_date;
135: p_rec.effective_end_date := p_validation_end_date;
136: End If;
137: --
138: hr_utility.set_location(' Leaving:'||l_proc, 15);
139: Exception
140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated
142: ben_prr_shd.g_api_dml := false; -- Unset the api dml status

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

192: --
193: l_proc varchar2(72) := g_package||'update_dml';
194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: dt_update_dml(p_rec => p_rec,
199: p_effective_date => p_effective_date,
200: p_datetrack_mode => p_datetrack_mode,

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

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

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

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

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

259: --
260: Begin
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: If (p_datetrack_mode <> 'CORRECTION') then
263: hr_utility.set_location(l_proc, 10);
264: --
265: -- Update the current effective end date
266: --
267: ben_prr_shd.upd_effective_end_date

Line 276: hr_utility.set_location(l_proc, 15);

272: p_validation_end_date => p_validation_end_date,
273: p_object_version_number => l_dummy_version_number);
274: --
275: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
276: hr_utility.set_location(l_proc, 15);
277: --
278: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
279: -- delete any future rows
280: --

Line 288: hr_utility.set_location(l_proc, 20);

284: p_datetrack_mode => p_datetrack_mode,
285: p_validation_start_date => p_validation_start_date,
286: p_validation_end_date => p_validation_end_date);
287: End If;
288: hr_utility.set_location(l_proc, 20);
289: --
290: -- We must now insert the updated row
291: --
292: ben_prr_ins.insert_dml

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

295: p_datetrack_mode => p_datetrack_mode,
296: p_validation_start_date => p_validation_start_date,
297: p_validation_end_date => p_validation_end_date);
298: End If;
299: hr_utility.set_location(' Leaving:'||l_proc, 20);
300: End dt_pre_update;
301: --
302: -- ----------------------------------------------------------------------------
303: -- |------------------------------< pre_update >------------------------------|

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

341: --
342: l_proc varchar2(72) := g_package||'pre_update';
343: --
344: Begin
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: --
348: --
349: dt_pre_update

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

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

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

397: --
398: l_proc varchar2(72) := g_package||'post_update';
399: --
400: Begin
401: hr_utility.set_location('Entering:'||l_proc, 5);
402: --
403: --
404: -- Start of API User Hook for post_update.
405: --

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

506: --
507: -- End of API User Hook for post_update.
508: --
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: End post_update;
512: --
513: -- ----------------------------------------------------------------------------
514: -- |-----------------------------< convert_defs >-----------------------------|

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

558: l_proc varchar2(72) := g_package||'convert_defs';
559: --
560: Begin
561: --
562: hr_utility.set_location('Entering:'||l_proc, 5);
563: --
564: -- We must now examine each argument value in the
565: -- p_rec plsql record structure
566: -- to see if a system default is being used. If a system default

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

714: p_rec.perf_rtng_cd :=
715: ben_prr_shd.g_old_rec.perf_rtng_cd;
716: End If;
717: --
718: hr_utility.set_location(' Leaving:'||l_proc, 10);
719: --
720: End convert_defs;
721: --
722: -- ----------------------------------------------------------------------------

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

733: l_validation_start_date date;
734: l_validation_end_date date;
735: --
736: Begin
737: hr_utility.set_location('Entering:'||l_proc, 5);
738: --
739: -- Ensure that the DateTrack update mode is valid
740: --
741: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

845: l_rec ben_prr_shd.g_rec_type;
846: l_proc varchar2(72) := g_package||'upd';
847: --
848: Begin
849: hr_utility.set_location('Entering:'||l_proc, 5);
850: --
851: -- Call conversion function to turn arguments into the
852: -- l_rec structure.
853: --

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

906: p_effective_start_date := l_rec.effective_start_date;
907: p_effective_end_date := l_rec.effective_end_date;
908: --
909: --
910: hr_utility.set_location(' Leaving:'||l_proc, 10);
911: End upd;
912: --
913: end ben_prr_upd;