DBA Data[Home] [Help]

APPS.PAY_PRF_UPD dependencies on HR_MULTI_MESSAGE

Line 945: hr_multi_message.end_validation_set;

941: (p_rec
942: );
943: --
944: -- Call to raise any errors on multi-message list
945: hr_multi_message.end_validation_set;
946: --
947: -- Call the supporting pre-update operation
948: --
949: pay_prf_upd.pre_update(p_rec);

Line 966: hr_multi_message.end_validation_set;

962: );
963: */
964: --
965: -- Call to raise any errors on multi-message list
966: hr_multi_message.end_validation_set;
967: End upd;
968: --
969: -- ----------------------------------------------------------------------------
970: -- |---------------------------------< upd >----------------------------------|