DBA Data[Home] [Help]

APPS.PER_QAT_BUS dependencies on PER_QAT_SHD

Line 152: (p_rec in per_qat_shd.g_rec_type

148: --
149: -- {End of comments}
150: -- ----------------------------------------------------------------------------
151: Procedure insert_validate
152: (p_rec in per_qat_shd.g_rec_type
153: ,p_qualification_id in number
154: );
155: --
156: -- ----------------------------------------------------------------------------

Line 184: (p_rec in per_qat_shd.g_rec_type

180: --
181: -- {End Of Comments}
182: -- ----------------------------------------------------------------------------
183: Procedure update_validate
184: (p_rec in per_qat_shd.g_rec_type
185: );
186: --
187: -- ----------------------------------------------------------------------------
188: -- |---------------------------< delete_validate >----------------------------|

Line 220: (p_rec in per_qat_shd.g_rec_type

216: --
217: -- {End Of Comments}
218: -- ----------------------------------------------------------------------------
219: Procedure delete_validate
220: (p_rec in per_qat_shd.g_rec_type
221: );
222: --
223: -- ----------------------------------------------------------------------------
224: -- |-----------------------< set_translation_globals >------------------------|