DBA Data[Home] [Help]

APPS.HXC_MPC_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

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

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

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

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

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

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

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

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

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

Line 281: g_debug := hr_utility.debug_enabled;

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

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

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

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

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

Line 329: g_debug := hr_utility.debug_enabled;

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

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

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

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

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