DBA Data[Home] [Help]

APPS.PAY_IPD_INS dependencies on PAY_IPD_INS

Line 1: Package Body pay_ipd_ins as

1: Package Body pay_ipd_ins as
2: /* $Header: pyipdrhi.pkb 120.4 2011/11/09 12:41:18 rsahai ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 300: pay_ipd_ins.dt_insert_dml

296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: pay_ipd_ins.dt_insert_dml
301: (p_rec => p_rec
302: ,p_effective_date => p_effective_date
303: ,p_datetrack_mode => p_datetrack_mode
304: ,p_validation_start_date => p_validation_start_date

Line 579: pay_ipd_ins.ins_lck

575: hr_utility.set_location('Entering:'||l_proc, 5);
576: --
577: -- Call the lock operation
578: --
579: pay_ipd_ins.ins_lck
580: (p_effective_date => p_effective_date
581: ,p_datetrack_mode => l_datetrack_mode
582: ,p_rec => p_rec
583: ,p_validation_start_date => l_validation_start_date

Line 599: pay_ipd_ins.pre_insert

595: );
596: --
597: -- Call the supporting pre-insert operation
598: --
599: pay_ipd_ins.pre_insert
600: (p_rec => p_rec
601: ,p_effective_date => p_effective_date
602: ,p_datetrack_mode => l_datetrack_mode
603: ,p_validation_start_date => l_validation_start_date

Line 609: pay_ipd_ins.insert_dml

605: );
606: --
607: -- Insert the row
608: --
609: pay_ipd_ins.insert_dml
610: (p_rec => p_rec
611: ,p_effective_date => p_effective_date
612: ,p_datetrack_mode => l_datetrack_mode
613: ,p_validation_start_date => l_validation_start_date

Line 619: pay_ipd_ins.post_insert

615: );
616: --
617: -- Call the supporting post-insert operation
618: --
619: pay_ipd_ins.post_insert
620: (p_rec => p_rec
621: ,p_effective_date => p_effective_date
622: ,p_datetrack_mode => l_datetrack_mode
623: ,p_validation_start_date => l_validation_start_date

Line 770: pay_ipd_ins.ins

766: -- Having converted the arguments into the pay_ipd_rec
767: -- plsql record structure we call the corresponding record
768: -- business process.
769: --
770: pay_ipd_ins.ins
771: (p_effective_date
772: ,l_rec
773: );
774: --

Line 786: end pay_ipd_ins;

782: --
783: hr_utility.set_location(' Leaving:'||l_proc, 10);
784: End ins;
785: --
786: end pay_ipd_ins;