DBA Data[Home] [Help]

APPS.PQP_EXR_UPD dependencies on HR_MULTI_MESSAGE

Line 405: hr_multi_message.end_validation_set;

401: pqp_exr_bus.update_validate
402: (p_rec
403: );
404:
405: hr_multi_message.end_validation_set;
406: --
407: -- Call the supporting pre-update operation
408: --
409: pqp_exr_upd.pre_update(p_rec);

Line 420: hr_multi_message.end_validation_set;

416: --
417: pqp_exr_upd.post_update
418: (p_rec
419: );
420: hr_multi_message.end_validation_set;
421: End upd;
422: --
423: -- ----------------------------------------------------------------------------
424: -- |---------------------------------< upd >----------------------------------|