DBA Data[Home] [Help]

APPS.HXC_HEG_INS dependencies on HXC_HEG_INS

Line 1: Package Body hxc_heg_ins as

1: Package Body hxc_heg_ins as
2: /* $Header: hxchegrhi.pkb 120.2 2005/09/23 10:42:21 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 282: hxc_heg_ins.pre_insert(p_rec);

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

Line 286: hxc_heg_ins.insert_dml(p_rec);

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

Line 290: hxc_heg_ins.post_insert

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

Line 339: hxc_heg_ins.ins

335: --
336: -- Having converted the arguments into the hxc_heg_rec
337: -- plsql record structure we call the corresponding record business process.
338: --
339: hxc_heg_ins.ins
340: (l_rec
341: );
342: --
343: -- As the primary key argument(s)

Line 354: end hxc_heg_ins;

350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: end if;
352: End ins;
353: --
354: end hxc_heg_ins;