DBA Data[Home] [Help]

APPS.PQP_RIW_CLASS_WRAPPER dependencies on OTA_EVENT_API

Line 471: ota_event_api.create_class

467:
468: hr_utility.set_location('The class Id is : '||l_event_id, 89);
469:
470: if l_create_flag = 1 then
471: ota_event_api.create_class
472: (p_effective_date => p_effective_date
473: ,p_event_id => l_ev_id
474: ,p_vendor_id => p_vendor_id
475: ,p_activity_version_id => p_activity_version_id

Line 625: ota_event_api.update_class

621: select object_version_number into l_object_version_number from ota_events
622: where event_id = l_event_id;
623:
624: l_class_rec := Get_Record_Values(g_interface_code);
625: ota_event_api.update_class
626: (p_effective_date => p_effective_date
627: ,p_event_id => l_event_id
628: ,p_vendor_id => l_class_rec.vendor_id
629: ,p_activity_version_id => l_class_rec.activity_version_id