DBA Data[Home] [Help]

APPS.FND_CONC_REQUEST_PKG dependencies on DATABASE_PROPERTIES

Line 184: from database_properties

180: -- If request not submitted from the RUN edition, show as Inactive/No Manager
181: -- default_edition should be the edition the managers are running on
182: select property_value
183: into default_edition
184: from database_properties
185: where property_name = 'DEFAULT_EDITION';
186:
187: select edition_name
188: into edname