DBA Data[Home] [Help]

APPS.BEN_CPD_BUS dependencies on BEN_CPD_SHD

Line 123: (p_rec in ben_cpd_shd.g_rec_type

119: --
120: -- {End of comments}
121: -- ----------------------------------------------------------------------------
122: Procedure insert_validate
123: (p_rec in ben_cpd_shd.g_rec_type
124: );
125: --
126: -- ----------------------------------------------------------------------------
127: -- |---------------------------< update_validate >----------------------------|

Line 154: (p_rec in ben_cpd_shd.g_rec_type

150: --
151: -- {End Of Comments}
152: -- ----------------------------------------------------------------------------
153: Procedure update_validate
154: (p_rec in ben_cpd_shd.g_rec_type
155: );
156: --
157: -- ----------------------------------------------------------------------------
158: -- |---------------------------< delete_validate >----------------------------|

Line 190: (p_rec in ben_cpd_shd.g_rec_type

186: --
187: -- {End Of Comments}
188: -- ----------------------------------------------------------------------------
189: Procedure delete_validate
190: (p_rec in ben_cpd_shd.g_rec_type
191: );
192: --
193: end ben_cpd_bus;