DBA Data[Home] [Help]

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

166: p_rec.effective_start_date := p_validation_start_date;
167: p_rec.effective_end_date := p_validation_end_date;
168: End If;
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 15);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_cop_shd.g_api_dml := false; -- Unset the api dml status

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

224: --
225: l_proc varchar2(72) := g_package||'update_dml';
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --
230: dt_update_dml(p_rec => p_rec,
231: p_effective_date => p_effective_date,
232: p_datetrack_mode => p_datetrack_mode,

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

232: p_datetrack_mode => p_datetrack_mode,
233: p_validation_start_date => p_validation_start_date,
234: p_validation_end_date => p_validation_end_date);
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End update_dml;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |----------------------------< dt_pre_update >-----------------------------|

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

289: l_proc varchar2(72) := g_package||'dt_pre_update';
290: l_dummy_version_number number;
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: If (p_datetrack_mode <> 'CORRECTION') then
295: hr_utility.set_location(l_proc, 10);
296: --
297: -- Update the current effective end date

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

291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: If (p_datetrack_mode <> 'CORRECTION') then
295: hr_utility.set_location(l_proc, 10);
296: --
297: -- Update the current effective end date
298: --
299: ben_cop_shd.upd_effective_end_date

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

304: p_validation_end_date => p_validation_end_date,
305: p_object_version_number => l_dummy_version_number);
306: --
307: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
308: hr_utility.set_location(l_proc, 15);
309: --
310: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
311: -- delete any future rows
312: --

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

316: p_datetrack_mode => p_datetrack_mode,
317: p_validation_start_date => p_validation_start_date,
318: p_validation_end_date => p_validation_end_date);
319: End If;
320: hr_utility.set_location(l_proc, 20);
321: --
322: -- We must now insert the updated row
323: --
324: ben_cop_ins.insert_dml

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

327: p_datetrack_mode => p_datetrack_mode,
328: p_validation_start_date => p_validation_start_date,
329: p_validation_end_date => p_validation_end_date);
330: End If;
331: hr_utility.set_location(' Leaving:'||l_proc, 20);
332: End dt_pre_update;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |------------------------------< pre_update >------------------------------|

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

373: --
374: l_proc varchar2(72) := g_package||'pre_update';
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: --
380: --
381: dt_pre_update

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

384: p_datetrack_mode => p_datetrack_mode,
385: p_validation_start_date => p_validation_start_date,
386: p_validation_end_date => p_validation_end_date);
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End pre_update;
390: --
391: -- ----------------------------------------------------------------------------
392: -- |-----------------------------< post_update >------------------------------|

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

429: --
430: l_proc varchar2(72) := g_package||'post_update';
431: --
432: Begin
433: hr_utility.set_location('Entering:'||l_proc, 5);
434: --
435: -- Added for GSP validations
436: pqh_gsp_ben_validations.oipl_validations
437: ( p_oipl_id => p_rec.oipl_id

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

609: end;
610: --
611: -- End of API User Hook for post_update.
612: --
613: hr_utility.set_location(' Leaving:'||l_proc, 10);
614: End post_update;
615: --
616: -- ----------------------------------------------------------------------------
617: -- |-----------------------------< convert_defs >-----------------------------|

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

662: l_proc varchar2(72) := g_package||'convert_defs';
663: --
664: Begin
665: --
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: -- We must now examine each argument value in the
669: -- p_rec plsql record structure
670: -- to see if a system default is being used. If a system default

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

947: p_rec.cop_attribute30 :=
948: ben_cop_shd.g_old_rec.cop_attribute30;
949: End If;
950: --
951: hr_utility.set_location(' Leaving:'||l_proc, 10);
952: --
953: End convert_defs;
954: --
955: -- ----------------------------------------------------------------------------

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

966: l_validation_start_date date;
967: l_validation_end_date date;
968: --
969: Begin
970: hr_utility.set_location('Entering:'||l_proc, 5);
971: --
972: -- Ensure that the DateTrack update mode is valid
973: --
974: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1110: l_rec ben_cop_shd.g_rec_type;
1111: l_proc varchar2(72) := g_package||'upd';
1112: --
1113: Begin
1114: hr_utility.set_location('Entering:'||l_proc, 5);
1115: --
1116: -- Call conversion function to turn arguments into the
1117: -- l_rec structure.
1118: --

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

1203: p_effective_start_date := l_rec.effective_start_date;
1204: p_effective_end_date := l_rec.effective_end_date;
1205: --
1206: --
1207: hr_utility.set_location(' Leaving:'||l_proc, 10);
1208: End upd;
1209: --
1210: end ben_cop_upd;