FND Load

FNDLOAD
========
  • FNDLOAD is used to transfer various AOL Objects between instances.
  • FNDLOAD executable can be located at $FND_TOP/bin- config files.

Syntax
=====
FNDLOAD [username/password] 0 Y [mode] [configuration file] [target data file] [object type key] [object Identifier]
  • 0 Y - concurrent program flags. 
  • [mode] -for download or upload .
  • [configuration file] - The .lct file like afcpprog.lct  which varies based on the object to transfer.
  • [target data file] - The .ldt file to be created for download or used for upload. 
  • [object type key] -The object type.
  • [object Identifier] - The object name, for ex: short name for CONCURRENT_PROGRAM_NAME='XXACMEPRT'.

FORM Personalization
================
 Download
     FNDLOAD <userid>/<pass> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct <filename.ldt>  FND_FORM_CUSTOM_RULES function_name=<function name>

 Upload
     FNDLOAD <userid>/<pass> 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct <filename.ldt>

Concurrent program
=================
 Download
    FNDLOAD <userid>/<pass> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct $XX_TOP/admin/import/<LDT file name>.ldt PROGRAM CONCURRENT_PROGRAM_NAME="<Conc Program Short Name>" APPLICATION_SHORT_NAME="<application top>"

 Upload
    FNDLOAD <userid>/<pass> 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct $XX_TOP/admin/import/<FILENAME.ldt> - CUSTOM_MODE=FORCE

Request set
================
Download
RQS File
      FNDLOAD <userid>/<pass> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct $XX_TOP/admin/export/<RQS_NAME>.rqs REQ_SET APPLICATION_SHORT_NAME="<application top>" REQUEST_SET_NAME="<Request set short Name>"

 Request Set - RQL File
           FNDLOAD <userid>/<pass> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct $XXPA_TOP/admin/export/<Request set short Name>.rql REQ_SET_LINKS APPLICATION_SHORT_NAME="XXSPA" REQUEST_SET_NAME="< Request set short Name>"

 Upload
     FNDLOAD <userid>/<pass> 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct $XXPA_TOP/admin/import/<Request link file>.rqs - CUSTOM_MODE=FORCE

     FNDLOAD <userid>/<pass> 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct $XXPA_TOP/admin/import/<Request link file>.rql - CUSTOM_MODE=FORCE

DFF
====
Download
       FNDLOAD <userid>/<pass> 0 Y DOWNLOAD 
$FND_TOP/patch/115/import/afffload.lct PO_REQUISITION_LINES_dff.ldt DESC_FLEX APPLICATION_SHORT_NAME=PO DESCRIPTIVE_FLEXFIELD_NAME=PO_REQUISITION_LINES

Upload
     FNDLOAD <userid>/<pass> 0 Y UPLOAD  
$FND_TOP/patch/115/import/afcpprog.lct "$PO/patch/115/import/PO_REQUISITION_LINES_dff.ldt" 
- UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE;


Quality Plan
==========
FNDLOAD apps/pnapnc01 0 Y DOWNLOAD $QA_TOP/patch/115/import/qltplans.lct Q_plan.ldt QA_PLANS PLAN_ID=8943

FNDLOAD apps/<password> O Y UPLOAD $FND_TOP/patch/115/import/afffload.lct Q_plan.ldt

Steps to create Quality plan
====================
Create collection elements
Create collection plan types
Create collection plan
Enter Quality Results
later Update Quality results - as required

Comments

Popular posts from this blog

PO & Receipt Query

Supplier SQL query

Inventory Item Attributes, Categories, Vendor & Costs