DBA Data[Home] [Help]

APPS.OTA_RESOURCE_BOOKING_API dependencies on OTA_GENERAL

Line 641: := ota_general.value_changed(l_date_from,

637:
638: -- Fire reminder notification to instructor on booking date change
639:
640: l_start_date_changed
641: := ota_general.value_changed(l_date_from,
642: p_required_date_from);
643:
644: if l_person_id is not null and l_event_id is not null
645: and l_start_date_changed and l_date_from > trunc(sysdate)