DBA Data[Home] [Help]

APPS.OTA_EVENT_SWI dependencies on OTA_EVENT_API

Line 131: ota_event_api.create_class

127: );
128: --
129: -- Call API
130: --
131: ota_event_api.create_class
132: (p_effective_date => p_effective_date
133: ,p_event_id => l_event_id
134: ,p_vendor_id => p_vendor_id
135: ,p_activity_version_id => p_activity_version_id

Line 296: ota_event_api.delete_class

292: --
293: --
294: -- Call API
295: --
296: ota_event_api.delete_class
297: (p_validate => l_validate
298: ,p_event_id => p_event_id
299: ,p_object_version_number => p_object_version_number
300: );

Line 459: ota_event_api.update_class

455: --
456: --
457: -- Call API
458: --
459: ota_event_api.update_class
460: (p_event_id => p_event_id
461: ,p_effective_date => p_effective_date
462: ,p_vendor_id => p_vendor_id
463: ,p_activity_version_id => p_activity_version_id