DBA Data[Home] [Help]

APPS.GHR_PAR_UPD dependencies on HR_UTILITY

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

50: --
51: l_proc varchar2(72) := g_package||'update_dml';
52: --
53: Begin
54: hr_utility.set_location('Entering:'||l_proc, 5);
55: --
56: -- Increment the object version
57: --
58: p_rec.object_version_number := p_rec.object_version_number + 1;

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

289: -- Bug# RRR Changes
290: where pa_request_id = p_rec.pa_request_id;
291: --
292: --
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: --
295: Exception
296: When hr_api.check_integrity_violated Then
297: -- A check constraint has been violated

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

345: --
346: l_proc varchar2(72) := g_package||'pre_update';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 10);
352: End pre_update;
353: --

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

347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 10);
352: End pre_update;
353: --
354: -- ----------------------------------------------------------------------------
355: -- |-----------------------------< post_update >------------------------------|

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

387: --
388: l_proc varchar2(72) := g_package||'post_update';
389: --
390: Begin
391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: -- This is a hook point and the user hook for post_update is called here.
394: --
395: begin

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

842: );
843: end;
844: -- End of API User Hook for post_insert.
845:
846: hr_utility.set_location(' Leaving:'||l_proc, 10);
847: End post_update;
848: --
849: -- ----------------------------------------------------------------------------
850: -- |-----------------------------< convert_defs >-----------------------------|

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

896: l_proc varchar2(72) := g_package||'convert_defs';
897: --
898: Begin
899: --
900: hr_utility.set_location('Entering:'||l_proc, 5);
901: --
902: -- We must now examine each argument value in the
903: -- p_rec plsql record structure
904: -- to see if a system default is being used. If a system default

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

1793: ghr_par_shd.g_old_rec.award_salary;
1794: End If;
1795: -- Bug# RRR Changes
1796: --
1797: hr_utility.set_location(' Leaving:'||l_proc, 10);
1798: --
1799: End convert_defs;
1800: --
1801: -- ----------------------------------------------------------------------------

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

1808: --
1809: l_proc varchar2(72) := g_package||'upd';
1810: --
1811: Begin
1812: hr_utility.set_location('Entering:'||l_proc, 5);
1813: --
1814: -- We must lock the row which we need to update.
1815: --
1816: ghr_par_shd.lck

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

2078: l_rec ghr_par_shd.g_rec_type;
2079: l_proc varchar2(72) := g_package||'upd';
2080: --
2081: Begin
2082: hr_utility.set_location('Entering:'||l_proc, 5);
2083: --
2084: -- Call conversion function to turn arguments into the
2085: -- l_rec structure.
2086: --

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

2320: --
2321: upd(l_rec);
2322: p_object_version_number := l_rec.object_version_number;
2323: --
2324: hr_utility.set_location(' Leaving:'||l_proc, 10);
2325: End upd;
2326: --
2327: end ghr_par_upd;