DBA Data[Home] [Help]

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

175: p_rec.effective_start_date := p_validation_start_date;
176: p_rec.effective_end_date := p_validation_end_date;
177: End If;
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 15);
180: Exception
181: When hr_api.check_integrity_violated Then
182: -- A check constraint has been violated
183: pay_cnt_shd.g_api_dml := false; -- Unset the api dml status

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

233: --
234: l_proc varchar2(72) := g_package||'update_dml';
235: --
236: Begin
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: --
239: dt_update_dml(p_rec => p_rec,
240: p_effective_date => p_effective_date,
241: p_datetrack_mode => p_datetrack_mode,

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

241: p_datetrack_mode => p_datetrack_mode,
242: p_validation_start_date => p_validation_start_date,
243: p_validation_end_date => p_validation_end_date);
244: --
245: hr_utility.set_location(' Leaving:'||l_proc, 10);
246: End update_dml;
247: --
248: -- ----------------------------------------------------------------------------
249: -- |----------------------------< dt_pre_update >-----------------------------|

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

298: l_proc varchar2(72) := g_package||'dt_pre_update';
299: l_dummy_version_number number;
300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: If (p_datetrack_mode <> 'CORRECTION') then
304: hr_utility.set_location(l_proc, 10);
305: --
306: -- Update the current effective end date

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

300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: If (p_datetrack_mode <> 'CORRECTION') then
304: hr_utility.set_location(l_proc, 10);
305: --
306: -- Update the current effective end date
307: --
308: pay_cnt_shd.upd_effective_end_date

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

313: p_validation_end_date => p_validation_end_date,
314: p_object_version_number => l_dummy_version_number);
315: --
316: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
317: hr_utility.set_location(l_proc, 15);
318: --
319: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
320: -- delete any future rows
321: --

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

325: p_datetrack_mode => p_datetrack_mode,
326: p_validation_start_date => p_validation_start_date,
327: p_validation_end_date => p_validation_end_date);
328: End If;
329: hr_utility.set_location(l_proc, 20);
330: --
331: -- We must now insert the updated row
332: --
333: pay_cnt_ins.insert_dml

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

336: p_datetrack_mode => p_datetrack_mode,
337: p_validation_start_date => p_validation_start_date,
338: p_validation_end_date => p_validation_end_date);
339: End If;
340: hr_utility.set_location(' Leaving:'||l_proc, 20);
341: End dt_pre_update;
342: --
343: -- ----------------------------------------------------------------------------
344: -- |------------------------------< pre_update >------------------------------|

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

382: --
383: l_proc varchar2(72) := g_package||'pre_update';
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: --
389: --
390: dt_pre_update

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

393: p_datetrack_mode => p_datetrack_mode,
394: p_validation_start_date => p_validation_start_date,
395: p_validation_end_date => p_validation_end_date);
396: --
397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: End pre_update;
399: --
400: -- ----------------------------------------------------------------------------
401: -- |-----------------------------< post_update >------------------------------|

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

438: --
439: l_proc varchar2(72) := g_package||'post_update';
440: --
441: Begin
442: hr_utility.set_location('Entering:'||l_proc, 5);
443: --
444: --
445: -- Start of API User Hook for post_update.
446: --

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

503: --
504: -- End of API User Hook for post_update.
505: --
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: End post_update;
509: --
510: -- ----------------------------------------------------------------------------
511: -- |-----------------------------< convert_defs >-----------------------------|

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

555: l_proc varchar2(72) := g_package||'convert_defs';
556: --
557: Begin
558: --
559: hr_utility.set_location('Entering:'||l_proc, 5);
560: --
561: -- We must now examine each argument value in the
562: -- p_rec plsql record structure
563: -- to see if a system default is being used. If a system default

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

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

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

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

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

1043: l_rec pay_cnt_shd.g_rec_type;
1044: l_proc varchar2(72) := g_package||'upd';
1045: --
1046: Begin
1047: hr_utility.set_location('Entering:'||l_proc, 5);
1048: --
1049: -- Call conversion function to turn arguments into the
1050: -- l_rec structure.
1051: --

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

1145: p_effective_start_date := l_rec.effective_start_date;
1146: p_effective_end_date := l_rec.effective_end_date;
1147: --
1148: --
1149: hr_utility.set_location(' Leaving:'||l_proc, 10);
1150: End upd;
1151: --
1152: end pay_cnt_upd;