DBA Data[Home] [Help]

APPS.AD_ZD_ADOP dependencies on FND_ORACLE_USERID

Line 594: ( select oracle_username from fnd_oracle_userid

590: and run.property_name = 'DEFAULT_EDITION'
591: and e.object_id = s.session_edition_id
592: and e.object_name < run.property_value
593: and s.username in
594: ( select oracle_username from fnd_oracle_userid
595: where read_only_flag in ('A', 'B', 'C', 'E', 'U') );
596: begin
597: OPEN c_sessions_to_kill;
598: FETCH c_sessions_to_kill into l_info,l_statement;