DBA Data[Home] [Help]

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

189: p_rec.effective_start_date := p_validation_start_date;
190: p_rec.effective_end_date := p_validation_end_date;
191: End If;
192: --
193: hr_utility.set_location(' Leaving:'||l_proc, 15);
194: Exception
195: When hr_api.check_integrity_violated Then
196: -- A check constraint has been violated
197: --

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

248: --
249: l_proc varchar2(72) := g_package||'update_dml';
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: pqh_acc_upd.dt_update_dml
255: (p_rec => p_rec
256: ,p_effective_date => p_effective_date

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

258: ,p_validation_start_date => p_validation_start_date
259: ,p_validation_end_date => p_validation_end_date
260: );
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 10);
263: End update_dml;
264: --
265: -- ----------------------------------------------------------------------------
266: -- |----------------------------< dt_pre_update >-----------------------------|

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

316: l_proc varchar2(72) := g_package||'dt_pre_update';
317: l_dummy_version_number number;
318: --
319: Begin
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: If (p_datetrack_mode <> hr_api.g_correction) then
322: --
323: -- Update the current effective end date
324: --

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

354: ,p_validation_start_date => p_validation_start_date
355: ,p_validation_end_date => p_validation_end_date
356: );
357: End If;
358: hr_utility.set_location(' Leaving:'||l_proc, 20);
359: End dt_pre_update;
360: --
361: -- ----------------------------------------------------------------------------
362: -- |------------------------------< pre_update >------------------------------|

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

400: --
401: l_proc varchar2(72) := g_package||'pre_update';
402: --
403: Begin
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: --
407: --
408: dt_pre_update

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

412: ,p_validation_start_date => p_validation_start_date
413: ,p_validation_end_date => p_validation_end_date
414: );
415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End pre_update;
418: --
419: -- ----------------------------------------------------------------------------
420: -- |----------------------------< post_update >-------------------------------|

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

458: --
459: l_proc varchar2(72) := g_package||'post_update';
460: --
461: Begin
462: hr_utility.set_location('Entering:'||l_proc, 5);
463: begin
464: --
465: pqh_acc_rku.after_update
466: (p_effective_date

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

856: ,p_hook_type => 'AU');
857: --
858: end;
859: --
860: hr_utility.set_location(' Leaving:'||l_proc, 10);
861: End post_update;
862: --
863: -- ----------------------------------------------------------------------------
864: -- |-----------------------------< convert_defs >-----------------------------|

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

1290: l_validation_start_date date;
1291: l_validation_end_date date;
1292: --
1293: Begin
1294: hr_utility.set_location('Entering:'||l_proc, 5);
1295: --
1296: -- Ensure that the DateTrack update mode is valid
1297: --
1298: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1466: l_rec pqh_acc_shd.g_rec_type;
1467: l_proc varchar2(72) := g_package||'upd';
1468: --
1469: Begin
1470: hr_utility.set_location('Entering:'||l_proc, 5);
1471: --
1472: -- Call conversion function to turn arguments into the
1473: -- l_rec structure.
1474: --

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

1586: p_effective_start_date := l_rec.effective_start_date;
1587: p_effective_end_date := l_rec.effective_end_date;
1588: --
1589: --
1590: hr_utility.set_location(' Leaving:'||l_proc, 10);
1591: End upd;
1592: --
1593: end pqh_acc_upd;