DBA Data[Home] [Help]

APPS.BEN_PRY_UPD dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

363: ,p_validation_start_date => p_validation_start_date
364: ,p_validation_end_date => p_validation_end_date
365: );
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End pre_update;
369: --
370: -- ----------------------------------------------------------------------------
371: -- |----------------------------< 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: begin
415: --
416: ben_pry_rku.after_update
417: (p_effective_date

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

609: ,p_hook_type => 'AU');
610: --
611: end;
612: --
613: hr_utility.set_location(' Leaving:'||l_proc, 10);
614: End post_update;
615: --
616: -- ----------------------------------------------------------------------------
617: -- |-----------------------------< convert_defs >-----------------------------|

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

848: l_validation_start_date date;
849: l_validation_end_date date;
850: --
851: Begin
852: hr_utility.set_location('Entering:'||l_proc, 5);
853: --
854: -- Ensure that the DateTrack update mode is valid
855: --
856: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

969: l_rec ben_pry_shd.g_rec_type;
970: l_proc varchar2(72) := g_package||'upd';
971: --
972: Begin
973: hr_utility.set_location('Entering:'||l_proc, 5);
974: --
975: -- Call conversion function to turn arguments into the
976: -- l_rec structure.
977: --

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

1040: p_effective_start_date := l_rec.effective_start_date;
1041: p_effective_end_date := l_rec.effective_end_date;
1042: --
1043: --
1044: hr_utility.set_location(' Leaving:'||l_proc, 10);
1045: End upd;
1046: --
1047: end ben_pry_upd;