DBA Data[Home] [Help]

APPS.HXC_DRU_INS dependencies on HR_UTILITY

Line 9: g_debug boolean :=hr_utility.debug_enabled;

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

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

59: --
60: Begin
61: if g_debug then
62: l_proc := g_package||'insert_dml';
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: end if;
65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: hxc_dru_shd.g_api_dml := true; -- Set the api dml status

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

96: --
97: hxc_dru_shd.g_api_dml := false; -- Unset the api dml status
98: --
99: if g_debug then
100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101: end if;
102: Exception
103: When hr_api.check_integrity_violated Then
104: -- A check constraint has been violated

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

167: --
168: Begin
169: if g_debug then
170: l_proc := g_package||'pre_insert';
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: end if;
173: --
174: --
175: -- Select the next sequence number

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

178: Fetch C_Sel1 Into p_rec.data_app_rule_usage_id;
179: Close C_Sel1;
180: --
181: if g_debug then
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: end if;
184: End pre_insert;
185: --
186: -- ----------------------------------------------------------------------------

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

224: --
225: Begin
226: if g_debug then
227: l_proc := g_package||'post_insert';
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: end if;
230: begin
231: --
232: hxc_dru_rki.after_insert

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

253: --
254: end;
255: --
256: if g_debug then
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: end if;
259: End post_insert;
260: --
261: -- ----------------------------------------------------------------------------

Line 272: g_debug:=hr_utility.debug_enabled;

268: --
269: l_proc varchar2(72);
270: --
271: Begin
272: g_debug:=hr_utility.debug_enabled;
273: if g_debug then
274: l_proc := g_package||'ins';
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: end if;

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

271: Begin
272: g_debug:=hr_utility.debug_enabled;
273: if g_debug then
274: l_proc := g_package||'ins';
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: end if;
277: --
278: -- Call the supporting insert validate operations
279: --

Line 301: hr_utility.set_location('Leaving:'||l_proc, 20);

297: ,p_rec
298: );
299: --
300: if g_debug then
301: hr_utility.set_location('Leaving:'||l_proc, 20);
302: end if;
303: end ins;
304: --
305: -- ----------------------------------------------------------------------------

Line 321: g_debug:=hr_utility.debug_enabled;

317: l_rec hxc_dru_shd.g_rec_type;
318: l_proc varchar2(72);
319: --
320: Begin
321: g_debug:=hr_utility.debug_enabled;
322: if g_debug then
323: l_proc := g_package||'ins';
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: end if;

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

320: Begin
321: g_debug:=hr_utility.debug_enabled;
322: if g_debug then
323: l_proc := g_package||'ins';
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: end if;
326: --
327: -- Call conversion function to turn arguments into the
328: -- p_rec structure.

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

350: p_data_app_rule_usage_id := l_rec.data_app_rule_usage_id;
351: p_object_version_number := l_rec.object_version_number;
352: --
353: if g_debug then
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: end if;
356: End ins;
357: --
358: end hxc_dru_ins;