Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Auto-config removing /OA_HTML from HTML agent string

edited Aug 20, 2021 9:09AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 2 commentsAnswered ✓

Customer is on release 12.1.3 of E-Business Suite. Here is the behavior of this following query before one executes the actions detailed in https://mosemp.us.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?id=577494.1Doc ID 577494.1 to run $FND_TOP/sql/afsvcpup.sql

SELECT b.component_id,b.component_name, c.parameter_name, c.display_name, a.parameter_value
FROM fnd_svc_comp_param_vals a,
fnd_svc_components b,fnd_svc_comp_params_vl c
WHERE b.component_id = a.component_id
AND b.component_type = c.component_type
AND c.parameter_id = a.parameter_id
AND c.encrypted_flag = 'N'

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center