DBA Data[Home] [Help]

APPS.OTA_LO_UTILITY dependencies on OTA_DELEGATE_BOOKINGS

Line 336: p_booking_id IN ota_delegate_bookings.booking_id%TYPE,

332: FUNCTION get_enroll_lo_status(p_user_id IN NUMBER,
333: p_user_type IN ota_attempts.user_type%type,
334: p_event_id IN ota_events.event_id%TYPE,
335: p_booking_status_type_id IN ota_booking_status_types.booking_status_type_id%TYPE,
336: p_booking_id IN ota_delegate_bookings.booking_id%TYPE,
337: p_mode IN number default null,
338: p_chk_active_cert_flag varchar2 default 'N')
339: RETURN VARCHAR2;
340: --

Line 376: p_booking_id ota_delegate_bookings.booking_id%TYPE)

372:
373: FUNCTION get_history_button(p_user_id fnd_user.user_id%TYPE,
374: p_lo_id ota_learning_objects.learning_object_id%TYPE,
375: p_event_id ota_events.event_id%TYPE,
376: p_booking_id ota_delegate_bookings.booking_id%TYPE)
377: RETURN VARCHAR2;
378:
379: FUNCTION get_lo_completion_date(p_event_id IN ota_events.event_id%type,
380: p_user_id IN NUMBER,

Line 424: p_booking_id IN ota_delegate_bookings.booking_id%TYPE,

420: FUNCTION get_cert_lo_status(p_user_id IN NUMBER,
421: p_user_type IN ota_attempts.user_type%type,
422: p_event_id IN ota_events.event_id%TYPE,
423: p_booking_status_type_id IN ota_booking_status_types.booking_status_type_id%TYPE,
424: p_booking_id IN ota_delegate_bookings.booking_id%TYPE,
425: p_cert_prd_enrollment_id in ota_cert_prd_enrollments.cert_prd_enrollment_id%type,
426: p_mode IN number default null)
427: RETURN varchar2;
428:

Line 788: p_booking_id IN ota_delegate_bookings.booking_id%TYPE)

784: --
785: FUNCTION get_enroll_lo_score(p_user_id IN NUMBER,
786: p_user_type IN ota_attempts.user_type%type,
787: p_event_id IN ota_events.event_id%TYPE,
788: p_booking_id IN ota_delegate_bookings.booking_id%TYPE)
789: RETURN VARCHAR2;
790: --
791: -- ----------------------------------------------------------------------------
792: -- |-------------------------< get_enroll_lo_time >--------------------------|

Line 825: p_booking_id IN ota_delegate_bookings.booking_id%TYPE)

821: --
822: FUNCTION get_enroll_lo_time(p_user_id IN NUMBER,
823: p_user_type IN ota_attempts.user_type%type,
824: p_event_id IN ota_events.event_id%TYPE,
825: p_booking_id IN ota_delegate_bookings.booking_id%TYPE)
826: RETURN VARCHAR2;
827:
828: -- ----------------------------------------------------------------------------
829: -- |-------------------------< get_player_status >----------------------------|

Line 862: p_booking_id IN ota_delegate_bookings.booking_id%TYPE)

858: --
859: FUNCTION get_player_status(p_user_id IN NUMBER,
860: p_user_type IN ota_attempts.user_type%type,
861: p_event_id IN ota_events.event_id%TYPE,
862: p_booking_id IN ota_delegate_bookings.booking_id%TYPE)
863: RETURN VARCHAR2;
864:
865: function get_play_eval_button(
866: p_event_id OTA_EVENTS.EVENT_ID%TYPE,

Line 868: p_booking_status_type_id OTA_DELEGATE_BOOKINGS.BOOKING_STATUS_TYPE_ID%TYPE,

864:
865: function get_play_eval_button(
866: p_event_id OTA_EVENTS.EVENT_ID%TYPE,
867: p_user_id fnd_user.user_id%type,
868: p_booking_status_type_id OTA_DELEGATE_BOOKINGS.BOOKING_STATUS_TYPE_ID%TYPE,
869: p_object_id OTA_EVALUATIONS.OBJECT_ID%TYPE,
870: p_object_type OTA_EVALUATIONS.OBJECT_TYPE%TYPE,
871: p_mand_flag OTA_EVALUATIONS.EVAL_MANDATORY_FLAG%TYPE,
872: p_test_id OTA_TESTS.TEST_ID%TYPE)

Line 888: p_booking_id ota_delegate_bookings.booking_id%type,

884: p_date date,
885: p_failed varchar2);
886:
887: procedure update_enrollment(
888: p_booking_id ota_delegate_bookings.booking_id%type,
889: p_event_id ota_events.event_id%type,
890: p_business_group_id ota_delegate_bookings.business_group_id%type,
891: p_date_booking_placed ota_delegate_bookings.date_booking_placed%type,
892: p_object_version_number ota_delegate_bookings.object_version_number%type,

Line 890: p_business_group_id ota_delegate_bookings.business_group_id%type,

886:
887: procedure update_enrollment(
888: p_booking_id ota_delegate_bookings.booking_id%type,
889: p_event_id ota_events.event_id%type,
890: p_business_group_id ota_delegate_bookings.business_group_id%type,
891: p_date_booking_placed ota_delegate_bookings.date_booking_placed%type,
892: p_object_version_number ota_delegate_bookings.object_version_number%type,
893: p_date_status_changed ota_delegate_bookings.date_status_changed%type,
894: p_new_status varchar2,

Line 891: p_date_booking_placed ota_delegate_bookings.date_booking_placed%type,

887: procedure update_enrollment(
888: p_booking_id ota_delegate_bookings.booking_id%type,
889: p_event_id ota_events.event_id%type,
890: p_business_group_id ota_delegate_bookings.business_group_id%type,
891: p_date_booking_placed ota_delegate_bookings.date_booking_placed%type,
892: p_object_version_number ota_delegate_bookings.object_version_number%type,
893: p_date_status_changed ota_delegate_bookings.date_status_changed%type,
894: p_new_status varchar2,
895: p_failed varchar2);

Line 892: p_object_version_number ota_delegate_bookings.object_version_number%type,

888: p_booking_id ota_delegate_bookings.booking_id%type,
889: p_event_id ota_events.event_id%type,
890: p_business_group_id ota_delegate_bookings.business_group_id%type,
891: p_date_booking_placed ota_delegate_bookings.date_booking_placed%type,
892: p_object_version_number ota_delegate_bookings.object_version_number%type,
893: p_date_status_changed ota_delegate_bookings.date_status_changed%type,
894: p_new_status varchar2,
895: p_failed varchar2);
896:

Line 893: p_date_status_changed ota_delegate_bookings.date_status_changed%type,

889: p_event_id ota_events.event_id%type,
890: p_business_group_id ota_delegate_bookings.business_group_id%type,
891: p_date_booking_placed ota_delegate_bookings.date_booking_placed%type,
892: p_object_version_number ota_delegate_bookings.object_version_number%type,
893: p_date_status_changed ota_delegate_bookings.date_status_changed%type,
894: p_new_status varchar2,
895: p_failed varchar2);
896:
897: --Enhancement: 7310093 SIP: A NEW FIELD WHICH CAN GIVE THE STATUS OF THE COURSE / CLASS EVALUATION

Line 901: p_booking_status_type_id OTA_DELEGATE_BOOKINGS.BOOKING_STATUS_TYPE_ID%TYPE,

897: --Enhancement: 7310093 SIP: A NEW FIELD WHICH CAN GIVE THE STATUS OF THE COURSE / CLASS EVALUATION
898: function get_admin_eval_status(
899: p_event_id OTA_EVENTS.EVENT_ID%TYPE,
900: p_user_id fnd_user.user_id%type,
901: p_booking_status_type_id OTA_DELEGATE_BOOKINGS.BOOKING_STATUS_TYPE_ID%TYPE,
902: p_mand_flag OTA_EVALUATIONS.EVAL_MANDATORY_FLAG%TYPE,
903: p_test_id OTA_TESTS.TEST_ID%TYPE)
904: return varchar2;
905: