DBA Data[Home] [Help]

APPS.PQH_RMN_INS dependencies on HR_MULTI_MESSAGE

Line 385: hr_multi_message.end_validation_set;

381: (p_rec
382: );
383: --
384: -- Call to raise any errors on multi-message list
385: hr_multi_message.end_validation_set;
386: --
387: -- Call the supporting pre-insert operation
388: --
389: pqh_rmn_ins.pre_insert(p_rec);

Line 402: hr_multi_message.end_validation_set;

398: (p_rec
399: );
400: --
401: -- Call to raise any errors on multi-message list
402: hr_multi_message.end_validation_set;
403: --
404: hr_utility.set_location('Leaving:'||l_proc, 20);
405: end ins;
406: --