DBA Data[Home] [Help]

APPS.OTA_TRAINING_RECORD dependencies on OTA_BOOKING_STATUS_TYPES_TL

Line 71: perf_status ota_booking_status_types_tl.name%TYPE,

67: end_date ota_activity_versions_vl.end_date%TYPE,
68: certification_member_id ota_certification_members.certification_member_id%TYPE,
69: member_sequence ota_certification_members.member_sequence%TYPE,
70: event_id ota_events.event_id%TYPE,
71: perf_status ota_booking_status_types_tl.name%TYPE,
72: cert_prd_enrollment_id ota_cert_mbr_enrollments.cert_prd_enrollment_id%TYPE,
73: cert_enrollment_id ota_cert_enrollments.cert_enrollment_id%TYPE,
74: certification_id ota_cert_enrollments.certification_id%TYPE,
75: site_address varchar2(255),

Line 214: status ota_booking_status_types_tl.name%TYPE,

210:
211: TYPE booking_rectype IS RECORD
212: (
213: delegate_person_id ota_delegate_bookings.delegate_person_id%TYPE,
214: status ota_booking_status_types_tl.name%TYPE,
215: player_status hr_lookups.meaning%TYPE,
216: booking_id ota_delegate_bookings.booking_id%TYPE,
217: is_history_flag ota_delegate_bookings.is_history_flag%TYPE,
218: date_status_changed ota_delegate_bookings.date_status_changed%TYPE,