DBA Data[Home] [Help]

APPS.PQH_RER_BUS dependencies on PQH_RER_SHD

Line 155: ,p_rec in pqh_rer_shd.g_rec_type

151: -- {End of comments}
152: -- ----------------------------------------------------------------------------
153: Procedure insert_validate
154: (p_effective_date in date
155: ,p_rec in pqh_rer_shd.g_rec_type
156: );
157: --
158: -- ----------------------------------------------------------------------------
159: -- |---------------------------< update_validate >----------------------------|

Line 187: ,p_rec in pqh_rer_shd.g_rec_type

183: -- {End Of Comments}
184: -- ----------------------------------------------------------------------------
185: Procedure update_validate
186: (p_effective_date in date
187: ,p_rec in pqh_rer_shd.g_rec_type
188: );
189: --
190: -- ----------------------------------------------------------------------------
191: -- |---------------------------< delete_validate >----------------------------|

Line 223: (p_rec in pqh_rer_shd.g_rec_type

219: --
220: -- {End Of Comments}
221: -- ----------------------------------------------------------------------------
222: Procedure delete_validate
223: (p_rec in pqh_rer_shd.g_rec_type
224: );
225: --
226: end pqh_rer_bus;