DBA Data[Home] [Help]

APPS.PAY_ELE_INS dependencies on PAY_ELE_INS

Line 1: Package Body pay_ele_ins as

1: Package Body pay_ele_ins as
2: /* $Header: pyelerhi.pkb 120.1 2005/05/30 05:19:19 rajeesha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 272: pay_ele_ins.dt_insert_dml

268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: pay_ele_ins.dt_insert_dml
273: (p_rec => p_rec
274: ,p_effective_date => p_effective_date
275: ,p_datetrack_mode => p_datetrack_mode
276: ,p_validation_start_date => p_validation_start_date

Line 648: pay_ele_ins.ins_lck

644: hr_utility.set_location('Entering:'||l_proc, 5);
645: --
646: -- Call the lock operation
647: --
648: pay_ele_ins.ins_lck
649: (p_effective_date => p_effective_date
650: ,p_datetrack_mode => l_datetrack_mode
651: ,p_rec => p_rec
652: ,p_validation_start_date => l_validation_start_date

Line 668: pay_ele_ins.pre_insert

664: );
665: --
666: -- Call the supporting pre-insert operation
667: --
668: pay_ele_ins.pre_insert
669: (p_rec => p_rec
670: ,p_effective_date => p_effective_date
671: ,p_datetrack_mode => l_datetrack_mode
672: ,p_validation_start_date => l_validation_start_date

Line 678: pay_ele_ins.insert_dml

674: );
675: --
676: -- Insert the row
677: --
678: pay_ele_ins.insert_dml
679: (p_rec => p_rec
680: ,p_effective_date => p_effective_date
681: ,p_datetrack_mode => l_datetrack_mode
682: ,p_validation_start_date => l_validation_start_date

Line 688: pay_ele_ins.post_insert

684: );
685: --
686: -- Call the supporting post-insert operation
687: --
688: pay_ele_ins.post_insert
689: (p_rec => p_rec
690: ,p_effective_date => p_effective_date
691: ,p_datetrack_mode => l_datetrack_mode
692: ,p_validation_start_date => l_validation_start_date

Line 818: pay_ele_ins.ins

814: -- Having converted the arguments into the pay_ele_rec
815: -- plsql record structure we call the corresponding record
816: -- business process.
817: --
818: pay_ele_ins.ins
819: (p_effective_date
820: ,l_rec
821: );
822: --

Line 834: end pay_ele_ins;

830: --
831: hr_utility.set_location(' Leaving:'||l_proc, 10);
832: End ins;
833: --
834: end pay_ele_ins;