DBA Data[Home] [Help]

APPS.HXC_HAV_INS dependencies on HXC_HAV_INS

Line 1: Package Body hxc_hav_ins as

1: Package Body hxc_hav_ins as
2: /* $Header: hxchavrhi.pkb 120.2 2005/09/23 10:41:41 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 414: hxc_hav_ins.pre_insert(p_rec);

410: );
411: --
412: -- Call the supporting pre-insert operation
413: --
414: hxc_hav_ins.pre_insert(p_rec);
415: --
416: -- Insert the row
417: --
418: hxc_hav_ins.insert_dml(p_rec);

Line 418: hxc_hav_ins.insert_dml(p_rec);

414: hxc_hav_ins.pre_insert(p_rec);
415: --
416: -- Insert the row
417: --
418: hxc_hav_ins.insert_dml(p_rec);
419: --
420: -- Call the supporting post-insert operation
421: --
422: hxc_hav_ins.post_insert

Line 422: hxc_hav_ins.post_insert

418: hxc_hav_ins.insert_dml(p_rec);
419: --
420: -- Call the supporting post-insert operation
421: --
422: hxc_hav_ins.post_insert
423: (p_rec
424: );
425: --
426: if g_debug then

Line 533: hxc_hav_ins.ins

529: --
530: -- Having converted the arguments into the hxc_hav_rec
531: -- plsql record structure we call the corresponding record business process.
532: --
533: hxc_hav_ins.ins
534: (l_rec
535: );
536: --
537: -- As the primary key argument(s)

Line 557: end hxc_hav_ins;

553: hr_utility.set_location(' Leaving:'||l_proc, 10);
554: end if;
555: End ins;
556: --
557: end hxc_hav_ins;