DBA Data[Home] [Help]

APPS.HXC_HTC_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

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

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

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

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

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

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_htc_rki.after_insert

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

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

Line 275: g_debug := hr_utility.debug_enabled;

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

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

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

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

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

Line 323: g_debug := hr_utility.debug_enabled;

319: l_rec hxc_htc_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 358: hr_utility.set_location(' Leaving:'||l_proc, 10);

354: p_time_category_id := l_rec.time_category_id;
355: p_object_version_number := l_rec.object_version_number;
356: --
357: if g_debug then
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: end if;
360: End ins;
361: --
362: end hxc_htc_ins;