DBA Data[Home] [Help]

APPS.HXC_HPH_INS dependencies on HXC_HPH_INS

Line 1: Package Body hxc_hph_ins as

1: Package Body hxc_hph_ins as
2: /* $Header: hxchphrhi.pkb 120.2.12000000.2 2007/03/16 13:22:54 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 478: hxc_hph_ins.pre_insert(p_rec);

474: );
475: --
476: -- Call the supporting pre-insert operation
477: --
478: hxc_hph_ins.pre_insert(p_rec);
479: --
480: -- Insert the row
481: --
482: hxc_hph_ins.insert_dml(p_rec);

Line 482: hxc_hph_ins.insert_dml(p_rec);

478: hxc_hph_ins.pre_insert(p_rec);
479: --
480: -- Insert the row
481: --
482: hxc_hph_ins.insert_dml(p_rec);
483: --
484: -- Call the supporting post-insert operation
485: --
486: hxc_hph_ins.post_insert

Line 486: hxc_hph_ins.post_insert

482: hxc_hph_ins.insert_dml(p_rec);
483: --
484: -- Call the supporting post-insert operation
485: --
486: hxc_hph_ins.post_insert
487: (p_effective_date
488: ,p_rec
489: );
490: --

Line 613: hxc_hph_ins.ins

609: --
610: -- Having converted the arguments into the hxc_hph_rec
611: -- plsql record structure we call the corresponding record business process.
612: --
613: hxc_hph_ins.ins
614: (p_effective_date
615: ,l_rec
616: );
617: --

Line 629: end hxc_hph_ins;

625: hr_utility.set_location(' Leaving:'||l_proc, 10);
626: end if;
627: End ins;
628: --
629: end hxc_hph_ins;