DBA Data[Home] [Help]

APPS.HR_NMF_UPD dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_nmf_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

53: l_proc varchar2(72) := g_package||'update_dml';
54: --
55: Begin
56: if g_debug then
57: hr_utility.set_location('Entering:'||l_proc, 5);
58: end if;
59: --
60: -- Increment the object version
61: p_rec.object_version_number := p_rec.object_version_number + 1;

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

69: ,object_version_number = p_rec.object_version_number
70: where name_format_id = p_rec.name_format_id;
71: --
72: if g_debug then
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: end if;
75: --
76: Exception
77: When hr_api.check_integrity_violated Then

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

129: l_proc varchar2(72) := g_package||'pre_update';
130: --
131: Begin
132: if g_debug then
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: end if;
135: --
136: if g_debug then
137: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

133: hr_utility.set_location('Entering:'||l_proc, 5);
134: end if;
135: --
136: if g_debug then
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: end if;
139: End pre_update;
140: --
141: -- ----------------------------------------------------------------------------

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

178: l_proc varchar2(72) := g_package||'post_update';
179: --
180: Begin
181: if g_debug then
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: end if;
184: begin
185: --
186: hr_nmf_rku.after_update

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

213: --
214: end;
215: --
216: if g_debug then
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: end if;
219: End post_update;
220: --
221: -- ----------------------------------------------------------------------------

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

302: l_proc varchar2(72) := g_package||'upd';
303: --
304: Begin
305: if g_debug then
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: end if;
308: --
309: -- We must lock the row which we need to update.
310: --

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

361: l_proc varchar2(72) := g_package||'upd';
362: --
363: Begin
364: if g_debug then
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: end if;
367: --
368: -- Call conversion function to turn arguments into the
369: -- l_rec structure.

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

388: );
389: p_object_version_number := l_rec.object_version_number;
390: --
391: if g_debug then
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: end if;
394: End upd;
395: --
396: end hr_nmf_upd;