DBA Data[Home] [Help]

APPS.PQH_RFE_BUS dependencies on PQH_RFE_SHD

Line 158: ,p_rec in pqh_rfe_shd.g_rec_type

154: -- {End of comments}
155: -- ----------------------------------------------------------------------------
156: Procedure insert_validate
157: (p_effective_date in date
158: ,p_rec in pqh_rfe_shd.g_rec_type
159: );
160: --
161: -- ----------------------------------------------------------------------------
162: -- |---------------------------< update_validate >----------------------------|

Line 190: ,p_rec in pqh_rfe_shd.g_rec_type

186: -- {End Of Comments}
187: -- ----------------------------------------------------------------------------
188: Procedure update_validate
189: (p_effective_date in date
190: ,p_rec in pqh_rfe_shd.g_rec_type
191: );
192: --
193: -- ----------------------------------------------------------------------------
194: -- |---------------------------< delete_validate >----------------------------|

Line 226: (p_rec in pqh_rfe_shd.g_rec_type

222: --
223: -- {End Of Comments}
224: -- ----------------------------------------------------------------------------
225: Procedure delete_validate
226: (p_rec in pqh_rfe_shd.g_rec_type
227: );
228: --
229: end pqh_rfe_bus;