DBA Data[Home] [Help]

APPS.PER_CNL_INS dependencies on HR_MULTI_MESSAGE

Line 372: hr_multi_message.end_validation_set;

368: ,p_rec
369: );
370: --
371: -- Call to raise any errors on multi-message list
372: hr_multi_message.end_validation_set;
373: --
374: -- Call the supporting pre-insert operation
375: --
376: per_cnl_ins.pre_insert(p_rec);

Line 388: hr_multi_message.end_validation_set;

384: per_cnl_ins.post_insert
385: (p_effective_date ,p_rec );
386: --
387: -- Call to raise any errors on multi-message list
388: hr_multi_message.end_validation_set;
389: --
390: hr_utility.set_location('Leaving:'||l_proc, 20);
391: end ins;
392: --