DBA Data[Home] [Help]

APPS.BEN_CSO_BUS dependencies on BEN_CSO_SHD

Line 150: ,p_rec in ben_cso_shd.g_rec_type

146: -- {End of comments}
147: -- ----------------------------------------------------------------------------
148: Procedure insert_validate
149: (p_effective_date in date
150: ,p_rec in ben_cso_shd.g_rec_type
151: );
152: --
153: -- ----------------------------------------------------------------------------
154: -- |---------------------------< update_validate >----------------------------|

Line 182: ,p_rec in ben_cso_shd.g_rec_type

178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure update_validate
181: (p_effective_date in date
182: ,p_rec in ben_cso_shd.g_rec_type
183: );
184: --
185: -- ----------------------------------------------------------------------------
186: -- |---------------------------< delete_validate >----------------------------|

Line 218: (p_rec in ben_cso_shd.g_rec_type

214: --
215: -- {End Of Comments}
216: -- ----------------------------------------------------------------------------
217: Procedure delete_validate
218: (p_rec in ben_cso_shd.g_rec_type
219: );
220: --
221: end ben_cso_bus;