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.6 2010/01/12 06:37:43 skura ship $ */
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 882: per_spp_ins.delete_future_spps(p_assignment_id => p_rec.assignment_id

878: --
879: -- Bug 2977842 starts here.
880: if p_replace_future_spp then
881: --
882: per_spp_ins.delete_future_spps(p_assignment_id => p_rec.assignment_id
883: ,p_effective_date => p_effective_date);
884: --
885: end if;
886: --

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

883: ,p_effective_date => p_effective_date);
884: --
885: end if;
886: --
887: per_spp_ins.sync_spp_asg(p_assignment_id => p_rec.assignment_id
888: ,p_effective_date => p_effective_date);
889: --
890: --Bug 2977842 ends here.
891: --

Line 1060: per_spp_ins.ins_lck

1056: );
1057: --
1058: -- Call the lock operation
1059: --
1060: per_spp_ins.ins_lck
1061: (p_effective_date => p_effective_date
1062: ,p_datetrack_mode => l_datetrack_mode
1063: ,p_rec => p_rec
1064: ,p_validation_start_date => l_validation_start_date

Line 1081: per_spp_ins.pre_insert

1077:
1078: --
1079: -- Call the supporting pre-insert operation
1080: --
1081: per_spp_ins.pre_insert
1082: (p_rec => p_rec
1083: ,p_effective_date => p_effective_date
1084: ,p_datetrack_mode => l_datetrack_mode
1085: ,p_validation_start_date => l_validation_start_date

Line 1091: per_spp_ins.insert_dml

1087: );
1088: --
1089: -- Insert the row
1090: --
1091: per_spp_ins.insert_dml
1092: (p_rec => p_rec
1093: ,p_effective_date => p_effective_date
1094: ,p_datetrack_mode => l_datetrack_mode
1095: ,p_validation_start_date => l_validation_start_date

Line 1102: per_spp_ins.post_insert

1098: --
1099: -- Call the supporting post-insert operation
1100: --
1101:
1102: per_spp_ins.post_insert
1103: (p_rec => p_rec
1104: ,p_effective_date => p_effective_date
1105: ,p_datetrack_mode => l_datetrack_mode
1106: ,p_validation_start_date => l_validation_start_date

Line 1261: per_spp_ins.ins

1257: -- Having converted the arguments into the per_spp_rec
1258: -- plsql record structure we call the corresponding record
1259: -- business process.
1260: --
1261: per_spp_ins.ins
1262: (p_effective_date
1263: ,l_rec
1264: ,p_replace_future_spp --Added bug2977842.
1265: );

Line 1279: end per_spp_ins;

1275: hr_utility.set_location(' Leaving:'||l_proc, 999);
1276: --
1277: End ins;
1278: --
1279: end per_spp_ins;