DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

292: p_datetrack_mode => p_datetrack_mode,
293: p_validation_start_date => p_validation_start_date,
294: p_validation_end_date => p_validation_end_date);
295: End If;
296: hr_utility.set_location(l_proc, 20);
297: --
298: -- We must now insert the updated row
299: --
300: ben_pcm_ins.insert_dml

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

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

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

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

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

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

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

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

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

530: --
531: -- End of API User Hook for post_update.
532: --
533: --
534: hr_utility.set_location(' Leaving:'||l_proc, 10);
535: End post_update;
536: --
537: -- ----------------------------------------------------------------------------
538: -- |-----------------------------< convert_defs >-----------------------------|

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

582: l_proc varchar2(72) := g_package||'convert_defs';
583: --
584: Begin
585: --
586: hr_utility.set_location('Entering:'||l_proc, 5);
587: --
588: -- We must now examine each argument value in the
589: -- p_rec plsql record structure
590: -- to see if a system default is being used. If a system default

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

771: ben_pcm_shd.g_old_rec.program_update_date;
772: End If;
773:
774: --
775: hr_utility.set_location(' Leaving:'||l_proc, 10);
776: --
777: End convert_defs;
778: --
779: -- ----------------------------------------------------------------------------

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

790: l_validation_start_date date;
791: l_validation_end_date date;
792: --
793: Begin
794: hr_utility.set_location('Entering:'||l_proc, 5);
795: --
796: -- Ensure that the DateTrack update mode is valid
797: --
798: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

910: l_rec ben_pcm_shd.g_rec_type;
911: l_proc varchar2(72) := g_package||'upd';
912: --
913: Begin
914: hr_utility.set_location('Entering:'||l_proc, 5);
915: --
916: -- Call conversion function to turn arguments into the
917: -- l_rec structure.
918: --

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

979: p_effective_start_date := l_rec.effective_start_date;
980: p_effective_end_date := l_rec.effective_end_date;
981: --
982: --
983: hr_utility.set_location(' Leaving:'||l_proc, 10);
984: End upd;
985: --
986: end ben_pcm_upd;