DBA Data[Home] [Help]

APPS.BEN_EIV_BUS dependencies on BEN_EIV_SHD

Line 69: (p_rec in ben_eiv_shd.g_rec_type

65: --
66: -- {End of comments}
67: -- ----------------------------------------------------------------------------
68: Procedure insert_validate
69: (p_rec in ben_eiv_shd.g_rec_type
70: ,p_effective_date in date
71: );
72: --
73: -- ----------------------------------------------------------------------------

Line 101: (p_rec in ben_eiv_shd.g_rec_type

97: --
98: -- {End Of Comments}
99: -- ----------------------------------------------------------------------------
100: Procedure update_validate
101: (p_rec in ben_eiv_shd.g_rec_type
102: ,p_effective_date in date
103: );
104: --
105: -- ----------------------------------------------------------------------------

Line 138: (p_rec in ben_eiv_shd.g_rec_type

134: --
135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure delete_validate
138: (p_rec in ben_eiv_shd.g_rec_type
139: ,p_effective_date in date
140: );
141: --
142: end ben_eiv_bus;