DBA Data[Home] [Help]

APPS.PER_ABV_INS dependencies on PER_ABV_INS

Line 1: Package Body per_abv_ins as

1: Package Body per_abv_ins as
2: /* $Header: peabvrhi.pkb 120.0.12010000.2 2009/05/27 06:36:51 brsinha ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 218: per_abv_ins.dt_insert_dml

214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: per_abv_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 481: per_abv_ins.ins_lck

477: hr_utility.set_location('Entering:'||l_proc, 5);
478: --
479: -- Call the lock operation
480: --
481: per_abv_ins.ins_lck
482: (p_effective_date => p_effective_date
483: ,p_datetrack_mode => l_datetrack_mode
484: ,p_rec => p_rec
485: ,p_validation_start_date => l_validation_start_date

Line 501: per_abv_ins.pre_insert

497: );
498: --
499: -- Call the supporting pre-insert operation
500: --
501: per_abv_ins.pre_insert
502: (p_rec => p_rec
503: ,p_effective_date => p_effective_date
504: ,p_datetrack_mode => l_datetrack_mode
505: ,p_validation_start_date => l_validation_start_date

Line 511: per_abv_ins.insert_dml

507: );
508: --
509: -- Insert the row
510: --
511: per_abv_ins.insert_dml
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: per_abv_ins.post_insert

517: );
518: --
519: -- Call the supporting post-insert operation
520: --
521: per_abv_ins.post_insert
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 580: per_abv_ins.ins

576: -- Having converted the arguments into the per_abv_rec
577: -- plsql record structure we call the corresponding record
578: -- business process.
579: --
580: per_abv_ins.ins
581: (p_effective_date
582: ,l_rec
583: );
584: --

Line 595: end per_abv_ins;

591: --
592: hr_utility.set_location(' Leaving:'||l_proc, 10);
593: End ins;
594: --
595: end per_abv_ins;