DBA Data[Home] [Help]

APPS.HR_ICX_INS dependencies on HR_ICX_INS

Line 1: Package Body hr_icx_ins as

1: Package Body hr_icx_ins as
2: /* $Header: hricxrhi.pkb 115.5 2003/10/23 01:44:08 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_icx_ins.'; -- Global package name
9: -- ----------------------------------------------------------------------------
10: -- |-------------------------------< ins_or_sel >-----------------------------|
11: -- ----------------------------------------------------------------------------
12: procedure ins_or_sel

Line 546: hr_icx_ins.pre_insert(p_rec);

542: );
543: --
544: -- Call the supporting pre-insert operation
545: --
546: hr_icx_ins.pre_insert(p_rec);
547: --
548: -- Insert the row
549: --
550: hr_icx_ins.insert_dml(p_rec);

Line 550: hr_icx_ins.insert_dml(p_rec);

546: hr_icx_ins.pre_insert(p_rec);
547: --
548: -- Insert the row
549: --
550: hr_icx_ins.insert_dml(p_rec);
551: --
552: -- Call the supporting post-insert operation
553: --
554: hr_icx_ins.post_insert

Line 554: hr_icx_ins.post_insert

550: hr_icx_ins.insert_dml(p_rec);
551: --
552: -- Call the supporting post-insert operation
553: --
554: hr_icx_ins.post_insert
555: (p_effective_date
556: ,p_rec
557: );
558: --

Line 660: hr_icx_ins.ins

656: --
657: -- Having converted the arguments into the hr_icx_rec
658: -- plsql record structure we call the corresponding record business process.
659: --
660: hr_icx_ins.ins
661: (p_effective_date
662: ,l_rec
663: );
664: --

Line 675: end hr_icx_ins;

671: --
672: hr_utility.set_location(' Leaving:'||l_proc, 10);
673: End ins;
674: --
675: end hr_icx_ins;