Categories
12.1 12.2 Oracle EBS Workflow

Workflow: Set override e-mail address from backend

Get the override e-mail address from the backend

select parameter_value
from fnd_svc_comp_param_vals
where  parameter_id = 
( select parameter_id
  from   fnd_svc_comp_params_tl
  where  display_name = 'Test Address'
);

Set the override e-mail address from the backend

update fnd_svc_comp_param_vals 
set parameter_value = 'test@email.com' 
where  parameter_id = 
( select parameter_id
  from fnd_svc_comp_params_tl
  where  display_name = 'Test Address'
);

afsvcpup.sql

Categories
12.2 KnowHow Oracle EBS

Change the APPS, APPLSYS, and APPS_NE Password Using FNDCPASS or AFPASSWD

What are the steps to change the APPS, APPLSYS, and APPS_NE password using FNDCPASS for E-Business Suite (EBS) 12.2?

Categories
12.1

adcfgclone.pl appsTier error RC-50014: Fatal: Execution of AutoConfig was failed

adcfgclone.pl -appstier apps/apps