DBA Data[Home] [Help]

APPS.PQH_CRF_BUS dependencies on PQH_CRF_SHD

Line 133: (p_rec in pqh_crf_shd.g_rec_type

129: --
130: -- {End of comments}
131: -- ----------------------------------------------------------------------------
132: Procedure insert_validate
133: (p_rec in pqh_crf_shd.g_rec_type
134: );
135: --
136: -- ----------------------------------------------------------------------------
137: -- |---------------------------< update_validate >----------------------------|

Line 164: (p_rec in pqh_crf_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure update_validate
164: (p_rec in pqh_crf_shd.g_rec_type
165: );
166: --
167: -- ----------------------------------------------------------------------------
168: -- |---------------------------< delete_validate >----------------------------|

Line 200: (p_rec in pqh_crf_shd.g_rec_type

196: --
197: -- {End Of Comments}
198: -- ----------------------------------------------------------------------------
199: Procedure delete_validate
200: (p_rec in pqh_crf_shd.g_rec_type
201: );
202: --
203: end pqh_crf_bus;