DBA Data[Home] [Help]

APPS.WF_FWKMON dependencies on FND_WEB_CONFIG

Line 384: l_url := FND_WEB_CONFIG.PLSQL_AGENT||'wf_fwkmon.GuestMonitor'||

380: l_url varchar2(4000);
381:
382: begin
383:
384: l_url := FND_WEB_CONFIG.PLSQL_AGENT||'wf_fwkmon.GuestMonitor'||
385: '?akRegionApplicationId='||akRegionApplicationId||
386: '&'||'akRegionCode='||akRegionCode||
387: '&'||'wa='||accessKey||
388: '&'||'wm='||adminMode||

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 492: l_dbc := FND_WEB_CONFIG.DATABASE_ID;

488: val => l_dbc);
489:
490: if l_dbc is null
491: then
492: l_dbc := FND_WEB_CONFIG.DATABASE_ID;
493: end if;
494:
495: --
496: -- Encode all the parameters (they would have been decoded when GuestMonitor was called)