DBA Data[Home] [Help]

APPS.PQP_RIW_CLASS_WRAPPER dependencies on OTA_EVENT_API

Line 151: ota_event_api.create_class

147:
148: hr_utility.set_location('The class Id is : '||l_event_id, 89);
149:
150: if l_create_flag = 1 then
151: ota_event_api.create_class
152: (p_effective_date => p_effective_date
153: ,p_event_id => l_ev_id
154: ,p_vendor_id => p_vendor_id
155: ,p_activity_version_id => p_activity_version_id

Line 228: ota_event_api.update_class

224:
225: if l_create_flag = 2 then
226: select object_version_number into l_object_version_number from ota_events
227: where event_id = l_event_id;
228: ota_event_api.update_class
229: (p_effective_date => p_effective_date
230: ,p_event_id => l_event_id
231: ,p_vendor_id => p_vendor_id
232: ,p_activity_version_id => p_activity_version_id