EBS R12 - difference between user profile option EBS "ICX Language" and nls_language for session Ora
Hello,
Context:
A concurrent program exists calling a PL/SQL package.
An EBS user XXXX is defined with the user profile option "ICX Language" set to US.
This concurrent program is executed by one process of the Standard CM.
Action: i want to execute this concurrent program with FR language.
What's the difference between :
- setting the user profile option "ICX Language" to FR and launching the concurrent program
and
- modifying the PL/SQL package with EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_LANGUAGE = '..FR..' and launching the concurrent program
thanks,
Armel