DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

574: --
575: -- End of API User Hook for post_update.
576: --
577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);
579: End post_update;
580: --
581: -- ----------------------------------------------------------------------------
582: -- |-----------------------------< convert_defs >-----------------------------|

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

626: l_proc varchar2(72) := g_package||'convert_defs';
627: --
628: Begin
629: --
630: hr_utility.set_location('Entering:'||l_proc, 5);
631: --
632: -- We must now examine each argument value in the
633: -- p_rec plsql record structure
634: -- to see if a system default is being used. If a system default

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

875: pay_cpt_shd.g_old_rec.ppip_exempt_flag;
876: End If;
877:
878: --
879: hr_utility.set_location(' Leaving:'||l_proc, 10);
880: --
881: End convert_defs;
882: --
883: -- ----------------------------------------------------------------------------

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

894: l_validation_start_date date;
895: l_validation_end_date date;
896: --
897: Begin
898: hr_utility.set_location('Entering:'||l_proc, 5);
899: --
900: -- Ensure that the DateTrack update mode is valid
901: --
902: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1031: l_rec pay_cpt_shd.g_rec_type;
1032: l_proc varchar2(72) := g_package||'upd';
1033: --
1034: Begin
1035: hr_utility.set_location('Entering:'||l_proc, 5);
1036: --
1037: -- Call conversion function to turn arguments into the
1038: -- l_rec structure.
1039: --

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

1115: p_effective_start_date := l_rec.effective_start_date;
1116: p_effective_end_date := l_rec.effective_end_date;
1117: --
1118: --
1119: hr_utility.set_location(' Leaving:'||l_proc, 10);
1120: End upd;
1121: --
1122: end pay_cpt_upd;