DBA Data[Home] [Help]

APPS.IRC_ISC_UPD dependencies on HR_MULTI_MESSAGE

Line 1173: hr_multi_message.end_validation_set;

1169: ,p_rec
1170: );
1171: --
1172: -- Call to raise any errors on multi-message list
1173: hr_multi_message.end_validation_set;
1174: --
1175: -- Call the supporting pre-update operation
1176: --
1177: irc_isc_upd.pre_update(p_rec);

Line 1191: hr_multi_message.end_validation_set;

1187: ,p_rec
1188: );
1189: --
1190: -- Call to raise any errors on multi-message list
1191: hr_multi_message.end_validation_set;
1192: End upd;
1193: --
1194: -- ----------------------------------------------------------------------------
1195: -- |---------------------------------< upd >----------------------------------|