DBA Data[Home] [Help]

APPS.OTA_LEARNER_ACCESS_UTIL dependencies on OTA_EVENT_ASSOCIATIONS

Line 352: FUNCTION learner_belongs_to_child_org(p_org_structure_version_id IN ota_event_associations. org_structure_version_id%type,

348: function get_event_start_date(
349: p_event_id ota_events.event_id%type,
350: p_date date) return date;
351:
352: FUNCTION learner_belongs_to_child_org(p_org_structure_version_id IN ota_event_associations. org_structure_version_id%type,
353: p_organization_id IN ota_event_associations.organization_id%type,
354: p_person_id IN per_people_f.person_id%type)
355: RETURN VARCHAR2;
356: function learner_has_access_to_course(

Line 353: p_organization_id IN ota_event_associations.organization_id%type,

349: p_event_id ota_events.event_id%type,
350: p_date date) return date;
351:
352: FUNCTION learner_belongs_to_child_org(p_org_structure_version_id IN ota_event_associations. org_structure_version_id%type,
353: p_organization_id IN ota_event_associations.organization_id%type,
354: p_person_id IN per_people_f.person_id%type)
355: RETURN VARCHAR2;
356: function learner_has_access_to_course(
357: p_person_id in per_people_f.person_id%type,