DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

551: --
552: -- End of API User Hook for post_update.
553: --
554: --
555: hr_utility.set_location(' Leaving:'||l_proc, 10);
556: End post_update;
557: --
558: -- ----------------------------------------------------------------------------
559: -- |-----------------------------< convert_defs >-----------------------------|

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

603: l_proc varchar2(72) := g_package||'convert_defs';
604: --
605: Begin
606: --
607: hr_utility.set_location('Entering:'||l_proc, 5);
608: --
609: -- We must now examine each argument value in the
610: -- p_rec plsql record structure
611: -- to see if a system default is being used. If a system default

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

803: p_rec.cct_attribute9 :=
804: ben_cct_shd.g_old_rec.cct_attribute9;
805: End If;
806: --
807: hr_utility.set_location(' Leaving:'||l_proc, 10);
808: --
809: End convert_defs;
810: --
811: -- ----------------------------------------------------------------------------

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

822: l_validation_start_date date;
823: l_validation_end_date date;
824: --
825: Begin
826: hr_utility.set_location('Entering:'||l_proc, 5);
827: --
828: -- Ensure that the DateTrack update mode is valid
829: --
830: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

945: l_rec ben_cct_shd.g_rec_type;
946: l_proc varchar2(72) := g_package||'upd';
947: --
948: Begin
949: hr_utility.set_location('Entering:'||l_proc, 5);
950: --
951: -- Call conversion function to turn arguments into the
952: -- l_rec structure.
953: --

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

1017: p_effective_start_date := l_rec.effective_start_date;
1018: p_effective_end_date := l_rec.effective_end_date;
1019: --
1020: --
1021: hr_utility.set_location(' Leaving:'||l_proc, 10);
1022: End upd;
1023: --
1024: end ben_cct_upd;