DBA Data[Home] [Help]

APPS.WF_FWKMON dependencies on FND_PROFILE

Line 485: l_url := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));

481: end if;
482:
483: -- Get the framework agent and make sure it always has a trailing slash.
484:
485: l_url := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));
486:
487: fnd_profile.get(name => 'APPS_DATABASE_ID',
488: val => l_dbc);
489:

Line 487: fnd_profile.get(name => 'APPS_DATABASE_ID',

483: -- Get the framework agent and make sure it always has a trailing slash.
484:
485: l_url := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));
486:
487: fnd_profile.get(name => 'APPS_DATABASE_ID',
488: val => l_dbc);
489:
490: if l_dbc is null
491: then