DBA Data[Home] [Help]

APPS.PER_PCL_INS dependencies on PER_PCL_INS

Line 1: Package Body per_pcl_ins as

1: Package Body per_pcl_ins as
2: /* $Header: pepclrhi.pkb 115.9 2002/12/09 15:33:43 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 218: per_pcl_ins.dt_insert_dml

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

496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: -- Call the lock operation
499: --
500: per_pcl_ins.ins_lck
501: (p_effective_date => p_effective_date
502: ,p_datetrack_mode => l_datetrack_mode
503: ,p_rec => p_rec
504: ,p_validation_start_date => l_validation_start_date

Line 520: per_pcl_ins.pre_insert

516: );
517: --
518: -- Call the supporting pre-insert operation
519: --
520: per_pcl_ins.pre_insert
521: (p_rec => p_rec
522: ,p_effective_date => p_effective_date
523: ,p_datetrack_mode => l_datetrack_mode
524: ,p_validation_start_date => l_validation_start_date

Line 530: per_pcl_ins.insert_dml

526: );
527: --
528: -- Insert the row
529: --
530: per_pcl_ins.insert_dml
531: (p_rec => p_rec
532: ,p_effective_date => p_effective_date
533: ,p_datetrack_mode => l_datetrack_mode
534: ,p_validation_start_date => l_validation_start_date

Line 540: per_pcl_ins.post_insert

536: );
537: --
538: -- Call the supporting post-insert operation
539: --
540: per_pcl_ins.post_insert
541: (p_rec => p_rec
542: ,p_effective_date => p_effective_date
543: ,p_datetrack_mode => l_datetrack_mode
544: ,p_validation_start_date => l_validation_start_date

Line 609: per_pcl_ins.ins

605: -- Having converted the arguments into the per_pcl_rec
606: -- plsql record structure we call the corresponding record
607: -- business process.
608: --
609: per_pcl_ins.ins
610: (p_effective_date
611: ,l_rec
612: );
613: --

Line 625: end per_pcl_ins;

621: --
622: hr_utility.set_location(' Leaving:'||l_proc, 10);
623: End ins;
624: --
625: end per_pcl_ins;