DBA Data[Home] [Help]

APPS.BEN_EPO_INS dependencies on BEN_EPO_SHD

Line 37: (p_rec in out nocopy ben_epo_shd.g_rec_type,

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

87: --
88: -- {End Of Comments}
89: -- ----------------------------------------------------------------------------
90: Procedure ins
91: (p_rec in out nocopy ben_epo_shd.g_rec_type
92: ,p_effective_date in date
93: --
94: ,p_override_validation in boolean default false
95: );