DBA Data[Home] [Help]

APPS.BEN_OTP_INS dependencies on BEN_OTP_SHD

Line 37: (p_rec in out nocopy ben_otp_shd.g_rec_type

33: --
34: -- {End Of Comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_dml
37: (p_rec in out nocopy ben_otp_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 ben_otp_shd.g_rec_type

88: -- {End Of Comments}
89: -- ----------------------------------------------------------------------------
90: Procedure ins
91: (p_effective_date in date
92: ,p_rec in out nocopy ben_otp_shd.g_rec_type
93: );
94: --
95: -- ----------------------------------------------------------------------------
96: -- |---------------------------------< ins >----------------------------------|