DBA Data[Home] [Help]

APPS.OTA_LO_UTILITY dependencies on OTA_CERT_PRD_ENROLLMENTS

Line 188: p_cert_prd_enroll_id ota_cert_prd_enrollments.cert_prd_enrollment_id%type,

184: p_cert_prd_enrollment_id ota_attempts.cert_prd_enrollment_id%type default null) return varchar2;
185:
186:
187: function user_can_attempt_cert(
188: p_cert_prd_enroll_id ota_cert_prd_enrollments.cert_prd_enrollment_id%type,
189: p_user_id fnd_user.user_id%type,
190: p_user_type ota_attempts.user_type%type,
191: p_reason out nocopy number) return varchar2;
192:

Line 441: p_cert_prd_enrollment_id in ota_cert_prd_enrollments.cert_prd_enrollment_id%type,

437: p_user_type IN ota_attempts.user_type%type,
438: p_event_id IN ota_events.event_id%TYPE,
439: p_booking_status_type_id IN ota_booking_status_types.booking_status_type_id%TYPE,
440: p_booking_id IN ota_delegate_bookings.booking_id%TYPE,
441: p_cert_prd_enrollment_id in ota_cert_prd_enrollments.cert_prd_enrollment_id%type,
442: p_mode IN number default null)
443: RETURN varchar2;
444:
445: -- ----------------------------------------------------------------