DBA Data[Home] [Help]

APPS.PQH_CRL_INS dependencies on HR_MULTI_MESSAGE

Line 246: hr_multi_message.end_validation_set;

242: ,p_rec
243: );
244: --
245: -- Call to raise any errors on multi-message list
246: hr_multi_message.end_validation_set;
247: --
248: -- Call the supporting pre-insert operation
249: --
250: pqh_crl_ins.pre_insert

Line 267: hr_multi_message.end_validation_set;

263: ,p_rec
264: );
265: --
266: -- Call to raise any errors on multi-message list
267: hr_multi_message.end_validation_set;
268: --
269: hr_utility.set_location('Leaving:'||l_proc, 20);
270: end ins;
271: --