DBA Data[Home] [Help]

APPS.PAY_ISB_INS dependencies on PAY_ISB_INS

Line 1: Package Body pay_isb_ins as

1: Package Body pay_isb_ins as
2: /* $Header: pyisbrhi.pkb 115.3 2002/12/16 17:48:15 dsaxby ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 218: pay_isb_ins.dt_insert_dml

214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: pay_isb_ins.dt_insert_dml
219: (p_rec => p_rec
220: ,p_effective_date => p_effective_date
221: ,p_datetrack_mode => p_datetrack_mode
222: ,p_validation_start_date => p_validation_start_date

Line 491: pay_isb_ins.ins_lck

487: hr_utility.set_location('Entering:'||l_proc, 5);
488: --
489: -- Call the lock operation
490: --
491: pay_isb_ins.ins_lck
492: (p_effective_date => p_effective_date
493: ,p_datetrack_mode => l_datetrack_mode
494: ,p_rec => p_rec
495: ,p_validation_start_date => l_validation_start_date

Line 511: pay_isb_ins.pre_insert

507: );
508: --
509: -- Call the supporting pre-insert operation
510: --
511: pay_isb_ins.pre_insert
512: (p_rec => p_rec
513: ,p_effective_date => p_effective_date
514: ,p_datetrack_mode => l_datetrack_mode
515: ,p_validation_start_date => l_validation_start_date

Line 521: pay_isb_ins.insert_dml

517: );
518: --
519: -- Insert the row
520: --
521: pay_isb_ins.insert_dml
522: (p_rec => p_rec
523: ,p_effective_date => p_effective_date
524: ,p_datetrack_mode => l_datetrack_mode
525: ,p_validation_start_date => l_validation_start_date

Line 531: pay_isb_ins.post_insert

527: );
528: --
529: -- Call the supporting post-insert operation
530: --
531: pay_isb_ins.post_insert
532: (p_rec => p_rec
533: ,p_effective_date => p_effective_date
534: ,p_datetrack_mode => l_datetrack_mode
535: ,p_validation_start_date => l_validation_start_date

Line 600: pay_isb_ins.ins

596: -- Having converted the arguments into the pay_isb_rec
597: -- plsql record structure we call the corresponding record
598: -- business process.
599: --
600: pay_isb_ins.ins
601: (p_effective_date
602: ,l_rec
603: );
604: --

Line 615: end pay_isb_ins;

611: --
612: hr_utility.set_location(' Leaving:'||l_proc, 10);
613: End ins;
614: --
615: end pay_isb_ins;