DBA Data[Home] [Help]

APPS.BEN_ELP_INS dependencies on BEN_ELP_SHD

Line 61: (p_rec in out nocopy ben_elp_shd.g_rec_type,

57: --
58: -- {End Of Comments}
59: -- ----------------------------------------------------------------------------
60: Procedure insert_dml
61: (p_rec in out nocopy ben_elp_shd.g_rec_type,
62: p_effective_date in date,
63: p_datetrack_mode in varchar2,
64: p_validation_start_date in date,
65: p_validation_end_date in date);

Line 116: p_rec in out nocopy ben_elp_shd.g_rec_type,

112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure ins
115: (
116: p_rec in out nocopy ben_elp_shd.g_rec_type,
117: p_effective_date in date
118: );
119: --
120: -- ----------------------------------------------------------------------------