DBA Data[Home] [Help]

APPS.HXC_RTR_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

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

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

96: --
97: hxc_rtr_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 173: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

228:
229:
230: if g_debug then
231: l_proc := g_package||'post_insert';
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: end if;
234: begin
235: --
236: hxc_rtr_rki.after_insert

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

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

Line 274: g_debug := hr_utility.debug_enabled;

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

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

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

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

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

Line 323: g_debug := hr_utility.debug_enabled;

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

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

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

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

352: p_retrieval_rule_id := l_rec.retrieval_rule_id;
353: p_object_version_number := l_rec.object_version_number;
354: --
355: if g_debug then
356: hr_utility.set_location(' Leaving:'||l_proc, 10);
357: end if;
358: End ins;
359: --
360: end hxc_rtr_ins;