DBA Data[Home] [Help]

APPS.OTA_EVENT_SWI dependencies on OTA_EVENT_API

Line 130: ota_event_api.create_class

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

Line 294: ota_event_api.delete_class

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

Line 456: ota_event_api.update_class

452: --
453: --
454: -- Call API
455: --
456: ota_event_api.update_class
457: (p_event_id => p_event_id
458: ,p_effective_date => p_effective_date
459: ,p_vendor_id => p_vendor_id
460: ,p_activity_version_id => p_activity_version_id