DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on OTA_UTILITY

Line 2946: l_user_id := ota_utility.get_ext_lrnr_party_id(l_c_booking_id.delegate_contact_id);

2942:
2943: If l_learning_object_id is not null then
2944: -- pass party id for external learner
2945: If l_c_booking_id.delegate_person_id is null then
2946: l_user_id := ota_utility.get_ext_lrnr_party_id(l_c_booking_id.delegate_contact_id);
2947: End if;
2948:
2949: -- Check LO attached the offering has record in performance with 'C' or 'P' status.
2950: Open c_less_status(l_user_id,l_learning_object_id) ;