DBA Data[Home] [Help]

APPS.OTA_EVT_INS dependencies on HR_MULTI_MESSAGE

Line 422: hr_multi_message.end_validation_set;

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

Line 438: hr_multi_message.end_validation_set;

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