DBA Data[Home] [Help]

APPS.BEN_LRI_BUS dependencies on BEN_LRI_SHD

Line 172: Procedure chk_non_updateable_args (p_rec in ben_lri_shd.g_rec_type);

168: -- Internal Table Handler Use Only.
169: --
170: -- {End Of Comments}
171: -- ----------------------------------------------------------------------------
172: Procedure chk_non_updateable_args (p_rec in ben_lri_shd.g_rec_type);
173: --
174: -- ----------------------------------------------------------------------------
175: -- |---------------------------< insert_validate >----------------------------|
176: -- ----------------------------------------------------------------------------

Line 206: Procedure insert_validate(p_rec in ben_lri_shd.g_rec_type);

202: -- Internal Table Handler Use Only.
203: --
204: -- {End Of Comments}
205: -- ----------------------------------------------------------------------------
206: Procedure insert_validate(p_rec in ben_lri_shd.g_rec_type);
207: --
208: -- ----------------------------------------------------------------------------
209: -- |---------------------------< update_validate >----------------------------|
210: -- ----------------------------------------------------------------------------

Line 240: Procedure update_validate(p_rec in ben_lri_shd.g_rec_type);

236: -- Internal Table Handler Use Only.
237: --
238: -- {End Of Comments}
239: -- ----------------------------------------------------------------------------
240: Procedure update_validate(p_rec in ben_lri_shd.g_rec_type);
241: --
242: -- ----------------------------------------------------------------------------
243: -- |---------------------------< delete_validate >----------------------------|
244: -- ----------------------------------------------------------------------------

Line 274: Procedure delete_validate(p_rec in ben_lri_shd.g_rec_type);

270: -- Internal Table Handler Use Only.
271: --
272: -- {End Of Comments}
273: -- ----------------------------------------------------------------------------
274: Procedure delete_validate(p_rec in ben_lri_shd.g_rec_type);
275: --
276: end ben_lri_bus;