DBA Data[Home] [Help]

APPS.HXC_EGC_INS dependencies on HXC_EGC_INS

Line 1: Package Body hxc_egc_ins as

1: Package Body hxc_egc_ins as
2: /* $Header: hxcegcrhi.pkb 120.2 2005/09/23 10:39:50 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 413: hxc_egc_ins.pre_insert(p_rec);

409: -- Bug Fix for 2500562 End
410: --
411: -- Call the supporting pre-insert operation
412: --
413: hxc_egc_ins.pre_insert(p_rec);
414: --
415: -- Insert the row
416: --
417: hxc_egc_ins.insert_dml(p_rec);

Line 417: hxc_egc_ins.insert_dml(p_rec);

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

Line 421: hxc_egc_ins.post_insert

417: hxc_egc_ins.insert_dml(p_rec);
418: --
419: -- Call the supporting post-insert operation
420: --
421: hxc_egc_ins.post_insert
422: (p_effective_date
423: ,p_rec
424: );
425: --

Line 531: hxc_egc_ins.ins

527: --
528: -- Having converted the arguments into the hxc_egc_rec
529: -- plsql record structure we call the corresponding record business process.
530: --
531: hxc_egc_ins.ins
532: (p_effective_date
533: ,l_rec
534: ,p_called_from_form => p_called_from_form
535: );

Line 548: end hxc_egc_ins;

544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: end if;
546: End ins;
547: --
548: end hxc_egc_ins;