DBA Data[Home] [Help]

APPS.HXC_APC_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_apc_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_apc_shd.g_api_dml := true; -- Set the api dml status

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

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

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

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

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

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

Line 225: g_debug:=hr_utility.debug_enabled;

221: --
222: l_proc varchar2(72);
223: --
224: Begin
225: g_debug:=hr_utility.debug_enabled;
226: if g_debug then
227: l_proc := g_package||'post_insert';
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: end if;

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

224: Begin
225: g_debug:=hr_utility.debug_enabled;
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_apc_rki.after_insert

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

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

Line 273: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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

Line 322: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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