DBA Data[Home] [Help]

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

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

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

220: --
221: l_proc varchar2(72) := g_package||'update_dml';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: dt_update_dml(p_rec => p_rec,
227: p_effective_date => p_effective_date,
228: p_datetrack_mode => p_datetrack_mode,

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

228: p_datetrack_mode => p_datetrack_mode,
229: p_validation_start_date => p_validation_start_date,
230: p_validation_end_date => p_validation_end_date);
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: End update_dml;
234: --
235: -- ----------------------------------------------------------------------------
236: -- |----------------------------< dt_pre_update >-----------------------------|

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

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

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

287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: If (p_datetrack_mode <> 'CORRECTION') then
291: hr_utility.set_location(l_proc, 10);
292: --
293: -- Update the current effective end date
294: --
295: ben_bpp_shd.upd_effective_end_date

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

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

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

312: p_datetrack_mode => p_datetrack_mode,
313: p_validation_start_date => p_validation_start_date,
314: p_validation_end_date => p_validation_end_date);
315: End If;
316: hr_utility.set_location(l_proc, 20);
317: --
318: -- We must now insert the updated row
319: --
320: ben_bpp_ins.insert_dml

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

323: p_datetrack_mode => p_datetrack_mode,
324: p_validation_start_date => p_validation_start_date,
325: p_validation_end_date => p_validation_end_date);
326: End If;
327: hr_utility.set_location(' Leaving:'||l_proc, 20);
328: End dt_pre_update;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |------------------------------< pre_update >------------------------------|

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

369: --
370: l_proc varchar2(72) := g_package||'pre_update';
371: --
372: Begin
373: hr_utility.set_location('Entering:'||l_proc, 5);
374: --
375: --
376: --
377: dt_pre_update

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

380: p_datetrack_mode => p_datetrack_mode,
381: p_validation_start_date => p_validation_start_date,
382: p_validation_end_date => p_validation_end_date);
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End pre_update;
386: --
387: -- ----------------------------------------------------------------------------
388: -- |-----------------------------< post_update >------------------------------|

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

425: --
426: l_proc varchar2(72) := g_package||'post_update';
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Start of API User Hook for post_update.
432: --
433: begin

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

588: end;
589: --
590: -- End of API User Hook for post_update.
591: --
592: hr_utility.set_location(' Leaving:'||l_proc, 10);
593: End post_update;
594: --
595: -- ----------------------------------------------------------------------------
596: -- |-----------------------------< convert_defs >-----------------------------|

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

641: l_proc varchar2(72) := g_package||'convert_defs';
642: --
643: Begin
644: --
645: hr_utility.set_location('Entering:'||l_proc, 5);
646: --
647: -- We must now examine each argument value in the
648: -- p_rec plsql record structure
649: -- to see if a system default is being used. If a system default

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

910: ben_bpp_shd.g_old_rec.bpp_attribute30;
911: End If;
912:
913: --
914: hr_utility.set_location(' Leaving:'||l_proc, 10);
915: --
916: End convert_defs;
917: --
918: -- ----------------------------------------------------------------------------

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

929: l_validation_start_date date;
930: l_validation_end_date date;
931: --
932: Begin
933: hr_utility.set_location('Entering:'||l_proc, 5);
934: --
935: -- Ensure that the DateTrack update mode is valid
936: --
937: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1069: l_rec ben_bpp_shd.g_rec_type;
1070: l_proc varchar2(72) := g_package||'upd';
1071: --
1072: Begin
1073: hr_utility.set_location('Entering:'||l_proc, 5);
1074: --
1075: -- Call conversion function to turn arguments into the
1076: -- l_rec structure.
1077: --

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

1158: p_effective_start_date := l_rec.effective_start_date;
1159: p_effective_end_date := l_rec.effective_end_date;
1160: --
1161: --
1162: hr_utility.set_location(' Leaving:'||l_proc, 10);
1163: End upd;
1164: --
1165: end ben_bpp_upd;