DBA Data[Home] [Help]

APPS.HXC_TER_INS dependencies on HXC_TER_INS

Line 1: Package Body hxc_ter_ins as

1: Package Body hxc_ter_ins as
2: /* $Header: hxcterrhi.pkb 120.2 2005/09/23 09:19:47 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 446: hxc_ter_ins.pre_insert(p_rec);

442: );
443: --
444: -- Call the supporting pre-insert operation
445: --
446: hxc_ter_ins.pre_insert(p_rec);
447: --
448: -- Insert the row
449: --
450: hxc_ter_ins.insert_dml(p_rec);

Line 450: hxc_ter_ins.insert_dml(p_rec);

446: hxc_ter_ins.pre_insert(p_rec);
447: --
448: -- Insert the row
449: --
450: hxc_ter_ins.insert_dml(p_rec);
451: --
452: -- Call the supporting post-insert operation
453: --
454: hxc_ter_ins.post_insert

Line 454: hxc_ter_ins.post_insert

450: hxc_ter_ins.insert_dml(p_rec);
451: --
452: -- Call the supporting post-insert operation
453: --
454: hxc_ter_ins.post_insert
455: (p_effective_date
456: ,p_rec
457: );
458: --

Line 576: hxc_ter_ins.ins

572: --
573: -- Having converted the arguments into the hxc_ter_rec
574: -- plsql record structure we call the corresponding record business process.
575: --
576: hxc_ter_ins.ins
577: (p_effective_date
578: ,l_rec
579: );
580: --

Line 592: end hxc_ter_ins;

588: hr_utility.set_location(' Leaving:'||l_proc, 10);
589: end if;
590: End ins;
591: --
592: end hxc_ter_ins;