Description:
Following steps are used to upload the application objects using FNDLOAD.
FNDLOAD Syntax
These are the extensive list which can be done through FNDLOAD
— Concurrent Programs, Executables
— Request Groups, Request Sets
— Profile Options
— Key and Descriptive Flexfields
— Menus and Responsibilities
— Forms and Form Functions
— Attachments
— Messages
— Value Sets and Values
— Lookup Types
— User Responsibilities
— Printer Definitions
— FND Dictionary
— Help Configuration
— Document Sequences
— Concurrent Manager Schedules
The Syntax
FNDLOAD apps/<appspwd> 0 Y mode configfile datafile entity [parameter¦…]
The mode is either DOWNLOAD or UPLOAD.
The configuration file is the file that Fndload needs to download on upload data.
The data file is the output file, in which the downloaded data is written
The entity is the entity you want to download,
Parameters variables is passed to download a certain Alert
1- Printer Styles {source}
FNDLOAD apps/apps@ O Y DOWNLOAD $FND_TOP/patch/115/import/afcppstl.lct file_name.ldt \
STYLE PRINTER_STYLE_NAME=”printer style name”
2 – Lookups
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct file_name.ldt \
FND_LOOKUP_TYPE APPLICATION_SHORT_NAME=”prod” LOOKUP_TYPE=”lookup name”
3 – Descriptive Flexfields with all of specific Contexts
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct file_name.ldt \
DESC_FLEX P_LEVEL=?COL_ALL:REF_ALL:CTX_ONE:SEG_ALL? APPLICATION_SHORT_NAME=”prod” \
DESCRIPTIVE_FLEXFIELD_NAME=”desc flex name” P_CONTEXT_CODE=”context name”
4 – Key Flexfields Structures
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct file_name.ldt \
KEY_FLEX P_LEVEL=?COL_ALL:FQL_ALL:SQL_ALL:STR_ONE:WFP_ALL:SHA_ALL:CVR_ALL:SEG_ALL? \
APPLICATION_SHORT_NAME=”prod” ID_FLEX_CODE=”key flex code” P_STRUCTURE_CODE=”structure name”
5 – Concurrent Programs
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt \
PROGRAM APPLICATION_SHORT_NAME=”prod” CONCURRENT_PROGRAM_NAME=”concurrent name”
6 – Value Sets
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct file_name.ldt \
VALUE_SET FLEX_VALUE_SET_NAME=”value set name”
7 – Value Sets with values
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct file_name.ldt \
VALUE_SET_VALUE FLEX_VALUE_SET_NAME=”value set name”
8 – Profile Options
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct file_name.ldt \
PROFILE PROFILE_NAME=”profile option” APPLICATION_SHORT_NAME=”prod”
9 – Requset Group
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct file_name.ldt \
REQUEST_GROUP REQUEST_GROUP_NAME=”request group” APPLICATION_SHORT_NAME=”prod”
10 – Request Sets
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct file_name.ldt \
REQ_SET APPLICATION_SHORT_NAME=”prod” REQUEST_SET_NAME=”request set”
11 – Responsibilities
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct file_name.ldt \
FND_RESPONSIBILITY RESP_KEY=”responsibility
12 – Menus
FNDLOAD apps/appspassword O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt \
MENU MENU_NAME=”menu_name”
13 Forms/Functions
FNDLOAD apps/appspassword 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct file_name.ldt \
FND_FORM_CUSTOM_RULES
Upload syntax for all styles:
FNDLOAD apps/appspassword 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct file_name.ldt
14. User/Responsibilities
FNDLOAD apps/appspassword 0 Y DOWNLOAD @FND:patch/115/import/afscursp.lct file_name.ldt \
FND_USER Then UPLOAD
FNDLOAD apps/appspassword 0 Y UPLOAD [UPLOAD_PARTIAL] @FND:patch/115/import/afscursp.lct file_name.ldt FND_USER [<USER>]
Thank You.