Fndload Responsibility Download Upload Command

Oracle provides a tool called FNDLOAD, which is also known as the generic loader. This tool is actually a concurrent program that performs the migration of the configuration data between instances of Oracle E-Business Suite. It is a command-line utility that is usually executed via a script.

Use the below fndload commands to download and upload the responsibility.

FNDLOAD Command to download a Responsibility

FNDLOAD apps/<PWD> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct <LDT_FILE_NAME>.ldt FND_RESPONSIBILITY RESP_KEY="<RESPONSIBILITY_KEY>"

FNDLOAD Command to Upload a Responsibility

FNDLOAD apps/<PWD> 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct <LDT_FILE_NAME>.ldt

How To Use FNDLOAD To Download Responsibilities With All Security Groups, Not Just STANDARD

Use the following syntax:

FNDLOAD apps/<PASSWORD> 0 Y DOWNLOAD FND_TOP/patch/115/import/afscursp.lct <USER>.ldt 
FND_USER USER_NAME="<USER>" SECURITY_GROUP=% DATA_GROUP_NAME=%
Related Post