DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

296: p_datetrack_mode => p_datetrack_mode,
297: p_validation_start_date => p_validation_start_date,
298: p_validation_end_date => p_validation_end_date);
299: End If;
300: hr_utility.set_location(l_proc, 20);
301: --
302: -- We must now insert the updated row
303: --
304: ben_pcd_ins.insert_dml

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

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

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

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

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

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

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

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

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

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

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

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

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

798: p_rec.program_update_date :=
799: ben_pcd_shd.g_old_rec.program_update_date;
800: End If;
801: --
802: hr_utility.set_location(' Leaving:'||l_proc, 10);
803: --
804: End convert_defs;
805: --
806: -- ----------------------------------------------------------------------------

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

817: l_validation_start_date date;
818: l_validation_end_date date;
819: --
820: Begin
821: hr_utility.set_location('Entering:'||l_proc, 5);
822: --
823: -- Ensure that the DateTrack update mode is valid
824: --
825: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

941: l_rec ben_pcd_shd.g_rec_type;
942: l_proc varchar2(72) := g_package||'upd';
943: --
944: Begin
945: hr_utility.set_location('Entering:'||l_proc, 5);
946: --
947: -- Call conversion function to turn arguments into the
948: -- l_rec structure.
949: --

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

1014: p_effective_start_date := l_rec.effective_start_date;
1015: p_effective_end_date := l_rec.effective_end_date;
1016: --
1017: --
1018: hr_utility.set_location(' Leaving:'||l_proc, 10);
1019: End upd;
1020: --
1021: end ben_pcd_upd;