DBA Data[Home] [Help]

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

145: p_rec.effective_start_date := p_validation_start_date;
146: p_rec.effective_end_date := p_validation_end_date;
147: End If;
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 15);
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated
153: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status

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

203: --
204: l_proc varchar2(72) := g_package||'update_dml';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: dt_update_dml(p_rec => p_rec,
210: p_effective_date => p_effective_date,
211: p_datetrack_mode => p_datetrack_mode,

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

211: p_datetrack_mode => p_datetrack_mode,
212: p_validation_start_date => p_validation_start_date,
213: p_validation_end_date => p_validation_end_date);
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End update_dml;
217: --
218: -- ----------------------------------------------------------------------------
219: -- |----------------------------< dt_pre_update >-----------------------------|

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

268: l_proc varchar2(72) := g_package||'dt_pre_update';
269: l_dummy_version_number number;
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: If (p_datetrack_mode <> 'CORRECTION') then
274: hr_utility.set_location(l_proc, 10);
275: --
276: -- Update the current effective end date

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

270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: If (p_datetrack_mode <> 'CORRECTION') then
274: hr_utility.set_location(l_proc, 10);
275: --
276: -- Update the current effective end date
277: --
278: ben_pbn_shd.upd_effective_end_date

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

283: p_validation_end_date => p_validation_end_date,
284: p_object_version_number => l_dummy_version_number);
285: --
286: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
287: hr_utility.set_location(l_proc, 15);
288: --
289: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
290: -- delete any future rows
291: --

Line 299: hr_utility.set_location(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(l_proc, 20);
300: --
301: -- We must now insert the updated row
302: --
303: ben_pbn_ins.insert_dml

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

306: p_datetrack_mode => p_datetrack_mode,
307: p_validation_start_date => p_validation_start_date,
308: p_validation_end_date => p_validation_end_date);
309: End If;
310: hr_utility.set_location(' Leaving:'||l_proc, 20);
311: End dt_pre_update;
312: --
313: -- ----------------------------------------------------------------------------
314: -- |------------------------------< pre_update >------------------------------|

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

352: --
353: l_proc varchar2(72) := g_package||'pre_update';
354: --
355: Begin
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: --
358: --
359: --
360: dt_pre_update

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

363: p_datetrack_mode => p_datetrack_mode,
364: p_validation_start_date => p_validation_start_date,
365: p_validation_end_date => p_validation_end_date);
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End pre_update;
369: --
370: -- ----------------------------------------------------------------------------
371: -- |-----------------------------< post_update >------------------------------|

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

408: --
409: l_proc varchar2(72) := g_package||'post_update';
410: --
411: Begin
412: hr_utility.set_location('Entering:'||l_proc, 5);
413: --
414: --
415: -- Start of API User Hook for post_update.
416: --

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

539: --
540: -- End of API User Hook for post_update.
541: --
542: --
543: hr_utility.set_location(' Leaving:'||l_proc, 10);
544: End post_update;
545: --
546: -- ----------------------------------------------------------------------------
547: -- |-----------------------------< convert_defs >-----------------------------|

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

591: l_proc varchar2(72) := g_package||'convert_defs';
592: --
593: Begin
594: --
595: hr_utility.set_location('Entering:'||l_proc, 5);
596: --
597: -- We must now examine each argument value in the
598: -- p_rec plsql record structure
599: -- to see if a system default is being used. If a system default

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

791: p_rec.per_in_ler_id :=
792: ben_pbn_shd.g_old_rec.per_in_ler_id;
793: End If;
794: --
795: hr_utility.set_location(' Leaving:'||l_proc, 10);
796: --
797: End convert_defs;
798: --
799: -- ----------------------------------------------------------------------------

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

810: l_validation_start_date date;
811: l_validation_end_date date;
812: --
813: Begin
814: hr_utility.set_location('Entering:'||l_proc, 5);
815: --
816: -- Ensure that the DateTrack update mode is valid
817: --
818: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

933: l_rec ben_pbn_shd.g_rec_type;
934: l_proc varchar2(72) := g_package||'upd';
935: --
936: Begin
937: hr_utility.set_location('Entering:'||l_proc, 5);
938: --
939: -- Call conversion function to turn arguments into the
940: -- l_rec structure.
941: --

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

1005: p_effective_start_date := l_rec.effective_start_date;
1006: p_effective_end_date := l_rec.effective_end_date;
1007: --
1008: --
1009: hr_utility.set_location(' Leaving:'||l_proc, 10);
1010: End upd;
1011: --
1012: end ben_pbn_upd;