DBA Data[Home] [Help]

APPS.PQP_AAT_UPD dependencies on HR_UTILITY

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

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

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

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

Line 181: hr_utility.set_location(' Leaving:'||l_proc, 15);

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

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

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

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

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

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

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

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

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

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

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

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

401: ,p_validation_start_date => p_validation_start_date
402: ,p_validation_end_date => p_validation_end_date
403: );
404: --
405: hr_utility.set_location(' Leaving:'||l_proc, 10);
406: End pre_update;
407: --
408: -- ---------------------------------------------------------------------------+
409: -- |----------------------------< post_update >-------------------------------|

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

447: --
448: l_proc varchar2(72) := g_package||'post_update';
449: --
450: Begin
451: hr_utility.set_location('Entering:'||l_proc, 5);
452: begin
453: --
454: pqp_aat_rku.after_update
455: (p_effective_date

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

797: ,p_hook_type => 'AU');
798: --
799: end;
800: --
801: hr_utility.set_location(' Leaving:'||l_proc, 10);
802: End post_update;
803: --
804: -- ---------------------------------------------------------------------------+
805: -- |-----------------------------< convert_defs >-----------------------------|

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

1185: l_validation_start_date date;
1186: l_validation_end_date date;
1187: --
1188: Begin
1189: hr_utility.set_location('Entering:'||l_proc, 5);
1190: --
1191: -- Ensure that the DateTrack update mode is valid
1192: --
1193: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1343: l_rec pqp_aat_shd.g_rec_type;
1344: l_proc varchar2(72) := g_package||'upd';
1345: --
1346: Begin
1347: hr_utility.set_location('Entering:'||l_proc, 5);
1348: --
1349: -- Call conversion function to turn arguments into the
1350: -- l_rec structure.
1351: --

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

1451: p_effective_start_date := l_rec.effective_start_date;
1452: p_effective_end_date := l_rec.effective_end_date;
1453: --
1454: --
1455: hr_utility.set_location(' Leaving:'||l_proc, 10);
1456: End upd;
1457: --
1458: end pqp_aat_upd;