DBA Data[Home] [Help]

APPS.HXC_RTC_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_rtc_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_rtc_shd.g_api_dml := true; -- Set the api dml status

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

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

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

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

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

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

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

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

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

259: --
260: end;
261: --
262: if g_debug then
263: hr_utility.set_location(' Leaving:'||l_proc, 10);
264: end if;
265: End post_insert;
266: --
267: -- ----------------------------------------------------------------------------

Line 278: g_debug := hr_utility.debug_enabled;

274: --
275: l_proc varchar2(72);
276: --
277: Begin
278: g_debug := hr_utility.debug_enabled;
279:
280: if g_debug then
281: l_proc := g_package||'ins';
282: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

304: ,p_rec
305: );
306: --
307: if g_debug then
308: hr_utility.set_location('Leaving:'||l_proc, 20);
309: end if;
310: end ins;
311: --
312: -- ----------------------------------------------------------------------------

Line 328: g_debug := hr_utility.debug_enabled;

324: l_rec hxc_rtc_shd.g_rec_type;
325: l_proc varchar2(72);
326: --
327: Begin
328: g_debug := hr_utility.debug_enabled;
329:
330: if g_debug then
331: l_proc := g_package||'ins';
332: hr_utility.set_location('Entering:'||l_proc, 5);

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

328: g_debug := hr_utility.debug_enabled;
329:
330: if g_debug then
331: l_proc := g_package||'ins';
332: hr_utility.set_location('Entering:'||l_proc, 5);
333: end if;
334: --
335: -- Call conversion function to turn arguments into the
336: -- p_rec structure.

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

358: p_retrieval_rule_comp_id := l_rec.retrieval_rule_comp_id;
359: p_object_version_number := l_rec.object_version_number;
360: --
361: if g_debug then
362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: end if;
364: End ins;
365: --
366: end hxc_rtc_ins;