DBA Data[Home] [Help]

APPS.PER_SPP_INS dependencies on PER_SPP_INS

Line 1: Package Body per_spp_ins as

1: Package Body per_spp_ins as
2: /* $Header: pespprhi.pkb 120.1.12000000.2 2007/08/30 07:19:59 ande noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 276: per_spp_ins.dt_insert_dml

272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: per_spp_ins.dt_insert_dml
277: (p_rec => p_rec
278: ,p_effective_date => p_effective_date
279: ,p_datetrack_mode => p_datetrack_mode
280: ,p_validation_start_date => p_validation_start_date

Line 852: per_spp_ins.delete_future_spps(p_assignment_id => p_rec.assignment_id

848: --
849: -- Bug 2977842 starts here.
850: if p_replace_future_spp then
851: --
852: per_spp_ins.delete_future_spps(p_assignment_id => p_rec.assignment_id
853: ,p_effective_date => p_effective_date);
854: --
855: end if;
856: --

Line 857: per_spp_ins.sync_spp_asg(p_assignment_id => p_rec.assignment_id

853: ,p_effective_date => p_effective_date);
854: --
855: end if;
856: --
857: per_spp_ins.sync_spp_asg(p_assignment_id => p_rec.assignment_id
858: ,p_effective_date => p_effective_date);
859: --
860: --Bug 2977842 ends here.
861: --

Line 1030: per_spp_ins.ins_lck

1026: );
1027: --
1028: -- Call the lock operation
1029: --
1030: per_spp_ins.ins_lck
1031: (p_effective_date => p_effective_date
1032: ,p_datetrack_mode => l_datetrack_mode
1033: ,p_rec => p_rec
1034: ,p_validation_start_date => l_validation_start_date

Line 1051: per_spp_ins.pre_insert

1047:
1048: --
1049: -- Call the supporting pre-insert operation
1050: --
1051: per_spp_ins.pre_insert
1052: (p_rec => p_rec
1053: ,p_effective_date => p_effective_date
1054: ,p_datetrack_mode => l_datetrack_mode
1055: ,p_validation_start_date => l_validation_start_date

Line 1061: per_spp_ins.insert_dml

1057: );
1058: --
1059: -- Insert the row
1060: --
1061: per_spp_ins.insert_dml
1062: (p_rec => p_rec
1063: ,p_effective_date => p_effective_date
1064: ,p_datetrack_mode => l_datetrack_mode
1065: ,p_validation_start_date => l_validation_start_date

Line 1072: per_spp_ins.post_insert

1068: --
1069: -- Call the supporting post-insert operation
1070: --
1071:
1072: per_spp_ins.post_insert
1073: (p_rec => p_rec
1074: ,p_effective_date => p_effective_date
1075: ,p_datetrack_mode => l_datetrack_mode
1076: ,p_validation_start_date => l_validation_start_date

Line 1231: per_spp_ins.ins

1227: -- Having converted the arguments into the per_spp_rec
1228: -- plsql record structure we call the corresponding record
1229: -- business process.
1230: --
1231: per_spp_ins.ins
1232: (p_effective_date
1233: ,l_rec
1234: ,p_replace_future_spp --Added bug2977842.
1235: );

Line 1249: end per_spp_ins;

1245: hr_utility.set_location(' Leaving:'||l_proc, 999);
1246: --
1247: End ins;
1248: --
1249: end per_spp_ins;