DBA Data[Home] [Help]

APPS.OTA_EVT_INS dependencies on HR_MULTI_MESSAGE

Line 420: hr_multi_message.end_validation_set;

416: -- Call the supporting insert validate operations
417: --
418: ota_evt_bus.insert_validate(p_rec);
419: -- added for eBS by asud
420: hr_multi_message.end_validation_set;
421: -- added for eBS by asud
422: --
423: -- Call the supporting pre-insert operation
424: --

Line 436: hr_multi_message.end_validation_set;

432: --
433: post_insert(p_rec);
434: --
435: -- added for eBS by asud
436: hr_multi_message.end_validation_set;
437: -- added for eBS by asud
438: -- If we are validating then raise the Validate_Enabled exception
439: --
440: If p_validate then