DBA Data[Home] [Help]

APPS.HXC_MAP_INS dependencies on HXC_MAP_INS

Line 1: Package Body hxc_map_ins as

1: Package Body hxc_map_ins as
2: /* $Header: hxcmaprhi.pkb 120.2 2005/09/23 08:17:59 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hxc_map_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_map_ins.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------

Line 282: hxc_map_ins.pre_insert(p_rec);

278: );
279: --
280: -- Call the supporting pre-insert operation
281: --
282: hxc_map_ins.pre_insert(p_rec);
283: --
284: -- Insert the row
285: --
286: hxc_map_ins.insert_dml(p_rec);

Line 286: hxc_map_ins.insert_dml(p_rec);

282: hxc_map_ins.pre_insert(p_rec);
283: --
284: -- Insert the row
285: --
286: hxc_map_ins.insert_dml(p_rec);
287: --
288: -- Call the supporting post-insert operation
289: --
290: hxc_map_ins.post_insert

Line 290: hxc_map_ins.post_insert

286: hxc_map_ins.insert_dml(p_rec);
287: --
288: -- Call the supporting post-insert operation
289: --
290: hxc_map_ins.post_insert
291: (p_rec
292: );
293: --
294: if g_debug then

Line 332: hxc_map_ins.ins

328: --
329: -- Having converted the arguments into the hxc_map_rec
330: -- plsql record structure we call the corresponding record business process.
331: --
332: hxc_map_ins.ins
333: (l_rec
334: );
335: --
336: -- As the primary key argument(s)

Line 347: end hxc_map_ins;

343: hr_utility.set_location(' Leaving:'||l_proc, 10);
344: end if;
345: End ins;
346: --
347: end hxc_map_ins;