DBA Data[Home] [Help]

APPS.GHR_PAH_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: --
62: ghr_pah_shd.g_api_dml := true; -- Set the api dml status
63: --

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

279: where pa_history_id = p_rec.pa_history_id;
280: --
281: ghr_pah_shd.g_api_dml := false; -- Unset the api dml status
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: --
285: Exception
286: When hr_api.check_integrity_violated Then
287: -- A check constraint has been violated

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

339: --
340: l_proc varchar2(72) := g_package||'pre_update';
341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End pre_update;
347: --

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

341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End pre_update;
347: --
348: -- ----------------------------------------------------------------------------
349: -- |-----------------------------< post_update >------------------------------|

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

381: --
382: l_proc varchar2(72) := g_package||'post_update';
383: --
384: Begin
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: --
387: -- This is a hook point and the user hook for post_update is called here.
388: --
389: begin

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

817: ,p_hook_type => 'AU'
818: );
819: end;
820: -- End of API User Hook for post_insert.
821: hr_utility.set_location(' Leaving:'||l_proc, 10);
822: End post_update;
823: --
824: -- ----------------------------------------------------------------------------
825: -- |-----------------------------< convert_defs >-----------------------------|

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

870: l_proc varchar2(72) := g_package||'convert_defs';
871: --
872: Begin
873: --
874: hr_utility.set_location('Entering:'||l_proc, 5);
875: --
876: -- We must now examine each argument value in the
877: -- p_rec plsql record structure
878: -- to see if a system default is being used. If a system default

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

1718: p_rec.information200 :=
1719: ghr_pah_shd.g_old_rec.information200;
1720: End If;
1721: --
1722: hr_utility.set_location(' Leaving:'||l_proc, 10);
1723: --
1724: End convert_defs;
1725: --
1726: -- ----------------------------------------------------------------------------

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

1733: --
1734: l_proc varchar2(72) := g_package||'upd';
1735: --
1736: Begin
1737: hr_utility.set_location('Entering:'||l_proc, 5);
1738: --
1739: -- We must lock the row which we need to update.
1740: --
1741: ghr_pah_shd.lck

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

1986: l_rec ghr_pah_shd.g_rec_type;
1987: l_proc varchar2(72) := g_package||'upd';
1988: --
1989: Begin
1990: hr_utility.set_location('Entering:'||l_proc, 5);
1991: --
1992: -- Call conversion function to turn arguments into the
1993: -- l_rec structure.
1994: --

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

2214: --
2215: upd(l_rec);
2216: --
2217: --
2218: hr_utility.set_location(' Leaving:'||l_proc, 10);
2219: End upd;
2220: --
2221: end ghr_pah_upd;