DBA Data[Home] [Help]

APPS.PER_SPP_INS dependencies on PER_SPP_SHD

Line 37: (p_rec in out nocopy per_spp_shd.g_rec_type

33: --
34: -- {End Of Comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_dml
37: (p_rec in out nocopy per_spp_shd.g_rec_type
38: ,p_effective_date in date
39: ,p_datetrack_mode in varchar2
40: ,p_validation_start_date in date
41: ,p_validation_end_date in date

Line 92: ,p_rec in out nocopy per_spp_shd.g_rec_type

88: -- {End Of Comments}
89: -- ----------------------------------------------------------------------------
90: Procedure ins
91: (p_effective_date in date
92: ,p_rec in out nocopy per_spp_shd.g_rec_type
93: ,p_replace_future_spp in boolean default false -- Added for bug 2977842.
94: );
95: --
96: -- ----------------------------------------------------------------------------