DBA Data[Home] [Help]

APPS.PER_CTK_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: per_ctk_upd.pre_update(p_rec);

Line 963: hr_multi_message.end_validation_set;

959: ,p_rec
960: );
961: --
962: -- Call to raise any errors on multi-message list
963: hr_multi_message.end_validation_set;
964: End upd;
965: --
966: -- ----------------------------------------------------------------------------
967: -- |---------------------------------< upd >----------------------------------|