DBA Data[Home] [Help]

APPS.HR_WNP_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: --
64: --
65: --

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

108: where window_property_id = p_rec.window_property_id;
109: --
110: --
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: --
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated

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

170: --
171: l_proc varchar2(72) := g_package||'pre_update';
172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End pre_update;
178: --

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

172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End pre_update;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |-----------------------------< post_update >------------------------------|

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

214: --
215: l_proc varchar2(72) := g_package||'post_update';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: begin
220: --
221: hr_wnp_rku.after_update
222: (p_window_property_id

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

380: ,p_hook_type => 'AU');
381: --
382: end;
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End post_update;
386: --
387: -- ----------------------------------------------------------------------------
388: -- |-----------------------------< convert_defs >-----------------------------|

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

598: --
599: l_proc varchar2(72) := g_package||'upd';
600: --
601: Begin
602: hr_utility.set_location('Entering:'||l_proc, 5);
603: --
604: -- We must lock the row which we need to update.
605: --
606: hr_wnp_shd.lck

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

680: l_rec hr_wnp_shd.g_rec_type;
681: l_proc varchar2(72) := g_package||'upd';
682: --
683: Begin
684: hr_utility.set_location('Entering:'||l_proc, 5);
685: --
686: -- Call conversion function to turn arguments into the
687: -- l_rec structure.
688: --

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

736: (l_rec
737: );
738: --
739: --
740: hr_utility.set_location(' Leaving:'||l_proc, 10);
741: End upd;
742: --
743: end hr_wnp_upd;