DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on FND_PROFILE

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

1471: end if;
1472:
1473: -- Get the framework agent and make sure it always has a trailing slash.
1474:
1475: l_url := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));
1476:
1477: fnd_profile.get(name => 'APPS_DATABASE_ID',
1478: val => l_dbc);
1479:

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

1473: -- Get the framework agent and make sure it always has a trailing slash.
1474:
1475: l_url := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));
1476:
1477: fnd_profile.get(name => 'APPS_DATABASE_ID',
1478: val => l_dbc);
1479:
1480: if l_dbc is null
1481: then

Line 4455: l_apps_fwk_agent := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));

4451: l_admin := 'yes';
4452: end if;
4453: end if;
4454:
4455: l_apps_fwk_agent := fnd_web_config.trail_slash(fnd_profile.value('APPS_FRAMEWORK_AGENT'));
4456: l_data_url := getDiagramDataURL(x_item_type, x_item_key, l_admin, x_access_key, lang_codeset);
4457: l_res_url := getDiagramResourceURL();
4458: l_ress_url := getDiagramResourcesUrl();
4459: