DBA Data[Home] [Help]

APPS.OTA_TRB_API_PROCEDURES dependencies on OTA_CHATS_B

Line 465: from ota_chats_b

461: where forum_id = p_forum_id;
462:
463: cursor get_chat_dates is
464: select start_date_active,end_date_active,timezone_code
465: from ota_chats_b
466: where chat_id = p_chat_id;
467: --
468: -- cursor to check date ranges of resource being booked
469: --