DBA Data[Home] [Help]

APPS.PQH_REI_BUS dependencies on PQH_REI_SHD

Line 208: Procedure chk_non_updateable_args (p_rec in pqh_rei_shd.g_rec_type);

204: -- Internal Table Handler Use Only.
205: --
206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure chk_non_updateable_args (p_rec in pqh_rei_shd.g_rec_type);
209: --
210: -- ----------------------------------------------------------------------------
211: -- |---------------------------< insert_validate >----------------------------|
212: -- ----------------------------------------------------------------------------

Line 243: (p_rec in pqh_rei_shd.g_rec_type

239: --
240: -- {End of comments}
241: -- ----------------------------------------------------------------------------
242: Procedure insert_validate
243: (p_rec in pqh_rei_shd.g_rec_type
244: );
245: --
246: -- ----------------------------------------------------------------------------
247: -- |---------------------------< update_validate >----------------------------|

Line 274: (p_rec in pqh_rei_shd.g_rec_type

270: --
271: -- {End Of Comments}
272: -- ----------------------------------------------------------------------------
273: Procedure update_validate
274: (p_rec in pqh_rei_shd.g_rec_type
275: );
276: --
277: -- ----------------------------------------------------------------------------
278: -- |---------------------------< delete_validate >----------------------------|

Line 310: (p_rec in pqh_rei_shd.g_rec_type

306: --
307: -- {End Of Comments}
308: -- ----------------------------------------------------------------------------
309: Procedure delete_validate
310: (p_rec in pqh_rei_shd.g_rec_type
311: );
312: --
313: end pqh_rei_bus;