DBA Data[Home] [Help]

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

148: p_rec.effective_start_date := p_validation_start_date;
149: p_rec.effective_end_date := p_validation_end_date;
150: End If;
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 15);
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: pay_cft_shd.g_api_dml := false; -- Unset the api dml status

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

206: --
207: l_proc varchar2(72) := g_package||'update_dml';
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --
212: dt_update_dml(p_rec => p_rec,
213: p_effective_date => p_effective_date,
214: p_datetrack_mode => p_datetrack_mode,

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

214: p_datetrack_mode => p_datetrack_mode,
215: p_validation_start_date => p_validation_start_date,
216: p_validation_end_date => p_validation_end_date);
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 10);
219: End update_dml;
220: --
221: -- ----------------------------------------------------------------------------
222: -- |----------------------------< dt_pre_update >-----------------------------|

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

271: l_proc varchar2(72) := g_package||'dt_pre_update';
272: l_dummy_version_number number;
273: --
274: Begin
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: If (p_datetrack_mode <> 'CORRECTION') then
277: hr_utility.set_location(l_proc, 10);
278: --
279: -- Update the current effective end date

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

273: --
274: Begin
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: If (p_datetrack_mode <> 'CORRECTION') then
277: hr_utility.set_location(l_proc, 10);
278: --
279: -- Update the current effective end date
280: --
281: pay_cft_shd.upd_effective_end_date

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

286: p_validation_end_date => p_validation_end_date,
287: p_object_version_number => l_dummy_version_number);
288: --
289: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
290: hr_utility.set_location(l_proc, 15);
291: --
292: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
293: -- delete any future rows
294: --

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

298: p_datetrack_mode => p_datetrack_mode,
299: p_validation_start_date => p_validation_start_date,
300: p_validation_end_date => p_validation_end_date);
301: End If;
302: hr_utility.set_location(l_proc, 20);
303: --
304: -- We must now insert the updated row
305: --
306: pay_cft_ins.insert_dml

Line 313: hr_utility.set_location(' Leaving:'||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(' Leaving:'||l_proc, 20);
314: End dt_pre_update;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |------------------------------< pre_update >------------------------------|

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

355: --
356: l_proc varchar2(72) := g_package||'pre_update';
357: --
358: Begin
359: hr_utility.set_location('Entering:'||l_proc, 5);
360: --
361: --
362: --
363: dt_pre_update

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

366: p_datetrack_mode => p_datetrack_mode,
367: p_validation_start_date => p_validation_start_date,
368: p_validation_end_date => p_validation_end_date);
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End pre_update;
372: --
373: -- ----------------------------------------------------------------------------
374: -- |-----------------------------< post_update >------------------------------|

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

411: --
412: l_proc varchar2(72) := g_package||'post_update';
413: --
414: Begin
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: --
417: --
418: -- Start of API User Hook for post_update.
419: --

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

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

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

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

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

815: pay_cft_shd.g_old_rec.fed_lsf_amount;
816: End If;
817:
818: --
819: hr_utility.set_location(' Leaving:'||l_proc, 10);
820: --
821: End convert_defs;
822: --
823: -- ----------------------------------------------------------------------------

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

834: l_validation_start_date date;
835: l_validation_end_date date;
836: --
837: Begin
838: hr_utility.set_location('Entering:'||l_proc, 5);
839: --
840: -- Ensure that the DateTrack update mode is valid
841: --
842: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

963: l_rec pay_cft_shd.g_rec_type;
964: l_proc varchar2(72) := g_package||'upd';
965: --
966: Begin
967: hr_utility.set_location('Entering:'||l_proc, 5);
968: --
969: -- Call conversion function to turn arguments into the
970: -- l_rec structure.
971: --

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

1038: p_effective_start_date := l_rec.effective_start_date;
1039: p_effective_end_date := l_rec.effective_end_date;
1040: --
1041: --
1042: hr_utility.set_location(' Leaving:'||l_proc, 10);
1043: End upd;
1044: --
1045: end pay_cft_upd;