DBA Data[Home] [Help]

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

180: p_rec.effective_start_date := p_validation_start_date;
181: p_rec.effective_end_date := p_validation_end_date;
182: End If;
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 15);
185: Exception
186: When hr_api.check_integrity_violated Then
187: -- A check constraint has been violated
188: pay_fed_shd.g_api_dml := false; -- Unset the api dml status

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

238: --
239: l_proc varchar2(72) := g_package||'update_dml';
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: dt_update_dml(p_rec => p_rec,
245: p_effective_date => p_effective_date,
246: p_datetrack_mode => p_datetrack_mode,

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

246: p_datetrack_mode => p_datetrack_mode,
247: p_validation_start_date => p_validation_start_date,
248: p_validation_end_date => p_validation_end_date);
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End update_dml;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |----------------------------< dt_pre_update >-----------------------------|

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

303: l_proc varchar2(72) := g_package||'dt_pre_update';
304: l_dummy_version_number number;
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: If (p_datetrack_mode <> 'CORRECTION') then
309: hr_utility.set_location(l_proc, 10);
310: --
311: -- Update the current effective end date

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

305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: If (p_datetrack_mode <> 'CORRECTION') then
309: hr_utility.set_location(l_proc, 10);
310: --
311: -- Update the current effective end date
312: --
313: pay_fed_shd.upd_effective_end_date

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

318: p_validation_end_date => p_validation_end_date,
319: p_object_version_number => l_dummy_version_number);
320: --
321: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
322: hr_utility.set_location(l_proc, 15);
323: --
324: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
325: -- delete any future rows
326: --

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

330: p_datetrack_mode => p_datetrack_mode,
331: p_validation_start_date => p_validation_start_date,
332: p_validation_end_date => p_validation_end_date);
333: End If;
334: hr_utility.set_location(l_proc, 20);
335: --
336: -- We must now insert the updated row
337: --
338: pay_fed_ins.insert_dml

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

341: p_datetrack_mode => p_datetrack_mode,
342: p_validation_start_date => p_validation_start_date,
343: p_validation_end_date => p_validation_end_date);
344: End If;
345: hr_utility.set_location(' Leaving:'||l_proc, 20);
346: End dt_pre_update;
347: --
348: -- ----------------------------------------------------------------------------
349: -- |------------------------------< pre_update >------------------------------|

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

387: --
388: l_proc varchar2(72) := g_package||'pre_update';
389: --
390: Begin
391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: --
394: --
395: dt_pre_update

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

398: p_datetrack_mode => p_datetrack_mode,
399: p_validation_start_date => p_validation_start_date,
400: p_validation_end_date => p_validation_end_date);
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End pre_update;
404: --
405: -- ----------------------------------------------------------------------------
406: -- |-----------------------------< post_update >------------------------------|

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

443: --
444: l_proc varchar2(72) := g_package||'post_update';
445: --
446: Begin
447: hr_utility.set_location('Entering:'||l_proc, 5);
448: --
449: --
450: -- Start of API User Hook for post_update.
451: --

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

521: --
522: -- End of API User Hook for post_update.
523: --
524: --
525: hr_utility.set_location(' Leaving:'||l_proc, 10);
526: End post_update;
527: --
528: -- ----------------------------------------------------------------------------
529: -- |-----------------------------< convert_defs >-----------------------------|

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

573: l_proc varchar2(72) := g_package||'convert_defs';
574: --
575: Begin
576: --
577: hr_utility.set_location('Entering:'||l_proc, 5);
578: --
579: -- We must now examine each argument value in the
580: -- p_rec plsql record structure
581: -- to see if a system default is being used. If a system default

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

914: pay_fed_shd.g_old_rec.fed_information30;
915: End If;
916:
917: --
918: hr_utility.set_location(' Leaving:'||l_proc, 10);
919: --
920: End convert_defs;
921: --
922: -- ----------------------------------------------------------------------------

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

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

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

1089: l_rec pay_fed_shd.g_rec_type;
1090: l_proc varchar2(72) := g_package||'upd';
1091: --
1092: Begin
1093: hr_utility.set_location('Entering:'||l_proc, 5);
1094: --
1095: -- Call conversion function to turn arguments into the
1096: -- l_rec structure.
1097: --

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

1196: p_effective_start_date := l_rec.effective_start_date;
1197: p_effective_end_date := l_rec.effective_end_date;
1198: --
1199: --
1200: hr_utility.set_location(' Leaving:'||l_proc, 10);
1201: End upd;
1202: --
1203: end pay_fed_upd;