Monday, 17 December 2012
Oracle Application URL from the Apps database
SELECT profile_option_value
FROM apps.fnd_profile_option_values
WHERE profile_option_id =
(SELECT profile_option_id
FROM apps.fnd_profile_options
WHERE profile_option_name = 'APPS_FRAMEWORK_AGENT')
AND level_value = 0
Subscribe to:
Posts (Atom)