DBA Data[Home] [Help]

APPS.PQH_RLS_BUS dependencies on PQH_RLS_SHD

Line 116: ,p_rec in pqh_rls_shd.g_rec_type

112: -- {End of comments}
113: -- ----------------------------------------------------------------------------
114: Procedure insert_validate
115: (p_effective_date in date
116: ,p_rec in pqh_rls_shd.g_rec_type
117: );
118: --
119: -- ----------------------------------------------------------------------------
120: -- |---------------------------< update_validate >----------------------------|

Line 153: ,p_rec in pqh_rls_shd.g_rec_type

149: -- {End Of Comments}
150: -- ----------------------------------------------------------------------------
151: Procedure update_validate
152: (p_effective_date in date
153: ,p_rec in pqh_rls_shd.g_rec_type
154: );
155: --
156: -- ----------------------------------------------------------------------------
157: -- |---------------------------< delete_validate >----------------------------|

Line 189: (p_rec in pqh_rls_shd.g_rec_type

185: --
186: -- {End Of Comments}
187: -- ----------------------------------------------------------------------------
188: Procedure delete_validate
189: (p_rec in pqh_rls_shd.g_rec_type
190: ,p_effective_date in date
191: );
192: --
193: end pqh_rls_bus;