DBA Data[Home] [Help]

APPS.GHR_EVH_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: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

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

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

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

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

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

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

181: --
182: l_proc varchar2(72) := g_package||'post_update';
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: --
188: -- Start of API User Hook for post_update.
189: --

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

220: --
221: -- End of API User Hook for post_update.
222: --
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End post_update;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |-----------------------------< convert_defs >-----------------------------|

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

272: l_proc varchar2(72) := g_package||'convert_defs';
273: --
274: Begin
275: --
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: -- We must now examine each argument value in the
279: -- p_rec plsql record structure
280: -- to see if a system default is being used. If a system default

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

305: ghr_evh_shd.g_old_rec.comments;
306: End If;
307:
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: --
311: End convert_defs;
312: --
313: -- ----------------------------------------------------------------------------

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

320: --
321: l_proc varchar2(72) := g_package||'upd';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: -- We must lock the row which we need to update.
327: --
328: ghr_evh_shd.lck

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

371: l_rec ghr_evh_shd.g_rec_type;
372: l_proc varchar2(72) := g_package||'upd';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: --
377: -- Call conversion function to turn arguments into the
378: -- l_rec structure.
379: --

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

396: --
397: upd(l_rec);
398: p_object_version_number := l_rec.object_version_number;
399: --
400: hr_utility.set_location(' Leaving:'||l_proc, 10);
401: End upd;
402: --
403: end ghr_evh_upd;