DBA Data[Home] [Help]

APPS.HR_QSF_DEL dependencies on HR_MULTI_MESSAGE

Line 211: hr_multi_message.end_validation_set;

207: --
208: -- Call the supporting delete validate operation
209: --
210: hr_qsf_bus.delete_validate(p_rec);
211: hr_multi_message.end_validation_set;
212: --
213: -- Call the supporting pre-delete operation
214: --
215: pre_delete(p_rec);

Line 224: hr_multi_message.end_validation_set;

220: --
221: -- Call the supporting post-delete operation
222: --
223: post_delete(p_rec);
224: hr_multi_message.end_validation_set;
225: End del;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |---------------------------------< del >----------------------------------|