DBA Data[Home] [Help]

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

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

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

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

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

210: p_datetrack_mode => p_datetrack_mode,
211: p_validation_start_date => p_validation_start_date,
212: p_validation_end_date => p_validation_end_date);
213: --
214: hr_utility.set_location(' Leaving:'||l_proc, 10);
215: End update_dml;
216: --
217: -- ----------------------------------------------------------------------------
218: -- |----------------------------< 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 <> 'CORRECTION') then
273: hr_utility.set_location(l_proc, 10);
274: --
275: -- Update the current effective end date

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

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

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

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

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

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

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

305: p_datetrack_mode => p_datetrack_mode,
306: p_validation_start_date => p_validation_start_date,
307: p_validation_end_date => p_validation_end_date);
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 366: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

785: ben_mtr_shd.g_old_rec.mtr_attribute30;
786: End If;
787:
788: --
789: hr_utility.set_location(' Leaving:'||l_proc, 10);
790: --
791: End convert_defs;
792: --
793: -- ----------------------------------------------------------------------------

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

804: l_validation_start_date date;
805: l_validation_end_date date;
806: --
807: Begin
808: hr_utility.set_location('Entering:'||l_proc, 5);
809: --
810: -- Ensure that the DateTrack update mode is valid
811: --
812: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

926: l_rec ben_mtr_shd.g_rec_type;
927: l_proc varchar2(72) := g_package||'upd';
928: --
929: Begin
930: hr_utility.set_location('Entering:'||l_proc, 5);
931: --
932: -- Call conversion function to turn arguments into the
933: -- l_rec structure.
934: --

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

997: p_effective_start_date := l_rec.effective_start_date;
998: p_effective_end_date := l_rec.effective_end_date;
999: --
1000: --
1001: hr_utility.set_location(' Leaving:'||l_proc, 10);
1002: End upd;
1003: --
1004: end ben_mtr_upd;