DBA Data[Home] [Help]

APPS.BEN_XIC_BUS dependencies on BEN_XIC_SHD

Line 101: Procedure insert_validate(p_rec in ben_xic_shd.g_rec_type

97: -- Internal Row Handler Use Only.
98: --
99: -- {End Of Comments}
100: -- ----------------------------------------------------------------------------
101: Procedure insert_validate(p_rec in ben_xic_shd.g_rec_type
102: ,p_effective_date in date);
103: --
104: -- ----------------------------------------------------------------------------
105: -- |---------------------------< update_validate >----------------------------|

Line 136: Procedure update_validate(p_rec in ben_xic_shd.g_rec_type

132: -- Internal Row Handler Use Only.
133: --
134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure update_validate(p_rec in ben_xic_shd.g_rec_type
137: ,p_effective_date in date);
138: --
139: -- ----------------------------------------------------------------------------
140: -- |---------------------------< delete_validate >----------------------------|

Line 171: Procedure delete_validate(p_rec in ben_xic_shd.g_rec_type

167: -- Internal Row Handler Use Only.
168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure delete_validate(p_rec in ben_xic_shd.g_rec_type
172: ,p_effective_date in date);
173: --
174: end ben_xic_bus;