DBA Data[Home] [Help]

APPS.BEN_APR_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 165: hr_utility.set_location(' Leaving:'||l_proc, 15);

161: p_rec.effective_start_date := p_validation_start_date;
162: p_rec.effective_end_date := p_validation_end_date;
163: End If;
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 15);
166: Exception
167: When hr_api.check_integrity_violated Then
168: -- A check constraint has been violated
169: ben_apr_shd.g_api_dml := false; -- Unset the api dml status

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

219: --
220: l_proc varchar2(72) := g_package||'update_dml';
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: dt_update_dml(p_rec => p_rec,
226: p_effective_date => p_effective_date,
227: p_datetrack_mode => p_datetrack_mode,

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

227: p_datetrack_mode => p_datetrack_mode,
228: p_validation_start_date => p_validation_start_date,
229: p_validation_end_date => p_validation_end_date);
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: End update_dml;
233: --
234: -- ----------------------------------------------------------------------------
235: -- |----------------------------< dt_pre_update >-----------------------------|

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

284: l_proc varchar2(72) := g_package||'dt_pre_update';
285: l_dummy_version_number number;
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: If (p_datetrack_mode <> 'CORRECTION') then
290: hr_utility.set_location(l_proc, 10);
291: --
292: -- Update the current effective end date

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

286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: If (p_datetrack_mode <> 'CORRECTION') then
290: hr_utility.set_location(l_proc, 10);
291: --
292: -- Update the current effective end date
293: --
294: ben_apr_shd.upd_effective_end_date

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

299: p_validation_end_date => p_validation_end_date,
300: p_object_version_number => l_dummy_version_number);
301: --
302: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
303: hr_utility.set_location(l_proc, 15);
304: --
305: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
306: -- delete any future rows
307: --

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

311: p_datetrack_mode => p_datetrack_mode,
312: p_validation_start_date => p_validation_start_date,
313: p_validation_end_date => p_validation_end_date);
314: End If;
315: hr_utility.set_location(l_proc, 20);
316: --
317: -- We must now insert the updated row
318: --
319: ben_apr_ins.insert_dml

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

322: p_datetrack_mode => p_datetrack_mode,
323: p_validation_start_date => p_validation_start_date,
324: p_validation_end_date => p_validation_end_date);
325: End If;
326: hr_utility.set_location(' Leaving:'||l_proc, 20);
327: End dt_pre_update;
328: --
329: -- ----------------------------------------------------------------------------
330: -- |------------------------------< pre_update >------------------------------|

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

368: --
369: l_proc varchar2(72) := g_package||'pre_update';
370: --
371: Begin
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: --
375: --
376: dt_pre_update

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

379: p_datetrack_mode => p_datetrack_mode,
380: p_validation_start_date => p_validation_start_date,
381: p_validation_end_date => p_validation_end_date);
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: End pre_update;
385: --
386: -- ----------------------------------------------------------------------------
387: -- |-----------------------------< post_update >------------------------------|

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

424: --
425: l_proc varchar2(72) := g_package||'post_update';
426: --
427: Begin
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: --
431: -- Start of API User Hook for post_update.
432: --

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

587: --
588: -- End of API User Hook for post_update.
589: --
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 10);
592: End post_update;
593: --
594: -- ----------------------------------------------------------------------------
595: -- |-----------------------------< convert_defs >-----------------------------|

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

639: l_proc varchar2(72) := g_package||'convert_defs';
640: --
641: Begin
642: --
643: hr_utility.set_location('Entering:'||l_proc, 5);
644: --
645: -- We must now examine each argument value in the
646: -- p_rec plsql record structure
647: -- to see if a system default is being used. If a system default

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

844: ben_apr_shd.g_old_rec.apr_attribute30;
845: End If;
846:
847: --
848: hr_utility.set_location(' Leaving:'||l_proc, 10);
849: --
850: End convert_defs;
851: --
852: -- ----------------------------------------------------------------------------

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

863: l_validation_start_date date;
864: l_validation_end_date date;
865: --
866: Begin
867: hr_utility.set_location('Entering:'||l_proc, 5);
868: --
869: -- Ensure that the DateTrack update mode is valid
870: --
871: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1002: l_rec ben_apr_shd.g_rec_type;
1003: l_proc varchar2(72) := g_package||'upd';
1004: --
1005: Begin
1006: hr_utility.set_location('Entering:'||l_proc, 5);
1007: --
1008: -- Call conversion function to turn arguments into the
1009: -- l_rec structure.
1010: --

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

1090: p_effective_start_date := l_rec.effective_start_date;
1091: p_effective_end_date := l_rec.effective_end_date;
1092: --
1093: --
1094: hr_utility.set_location(' Leaving:'||l_proc, 10);
1095: End upd;
1096: --
1097: end ben_apr_upd;