DBA Data[Home] [Help]

APPS.OTA_CFS_SHD dependencies on OTA_CONFERENCE_SERVERS_B

Line 78: from ota_conference_servers_b

74: ,attribute17
75: ,attribute18
76: ,attribute19
77: ,attribute20
78: from ota_conference_servers_b
79: where conference_server_id = p_conference_server_id;
80: --
81: l_fct_ret boolean;
82: --

Line 172: from ota_conference_servers_b

168: ,attribute17
169: ,attribute18
170: ,attribute19
171: ,attribute20
172: from ota_conference_servers_b
173: where conference_server_id = p_conference_server_id
174: for update nowait;
175: --
176: l_proc varchar2(72) := g_package||'lck';