DBA Data[Home] [Help]

APPS.HR_AHK_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: hr_ahk_shd.g_api_dml := true; -- Set the api dml status
63: --

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

77: where api_hook_id = p_rec.api_hook_id;
78: --
79: hr_ahk_shd.g_api_dml := false; -- Unset the api dml status
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated

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

137: --
138: l_proc varchar2(72) := g_package||'pre_update';
139: --
140: Begin
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: --
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: End pre_update;
145: --

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

139: --
140: Begin
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: --
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: End pre_update;
145: --
146: -- ----------------------------------------------------------------------------
147: -- |-----------------------------< post_update >------------------------------|

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

179: --
180: l_proc varchar2(72) := g_package||'post_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End post_update;
187: --

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

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End post_update;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------------< convert_defs >-----------------------------|

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

234: l_proc varchar2(72) := g_package||'convert_defs';
235: --
236: Begin
237: --
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: -- We must now examine each argument value in the
241: -- p_rec plsql record structure
242: -- to see if a system default is being used. If a system default

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

274: p_rec.encoded_error :=
275: hr_ahk_shd.g_old_rec.encoded_error;
276: End If;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: --
280: End convert_defs;
281: --
282: -- ----------------------------------------------------------------------------

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

290: --
291: l_proc varchar2(72) := g_package||'upd';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must lock the row which we need to update.
297: --
298: hr_ahk_shd.lck

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

340: l_rec hr_ahk_shd.g_rec_type;
341: l_proc varchar2(72) := g_package||'upd';
342: --
343: Begin
344: hr_utility.set_location('Entering:'||l_proc, 5);
345: --
346: -- Call conversion function to turn arguments into the
347: -- l_rec structure.
348: --

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

366: --
367: upd(l_rec, p_effective_date);
368: --
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End upd;
372: --
373: end hr_ahk_upd;