Thursday, 8 January 2015

Oracle Apps FND Download Script

ORACLE Apps FND_DOWNLOAD Command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

---- Function Down load -----------------------------

FNDLOAD apps/Bs0r12 O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct  XXPCL_BO_AGENCY_TRANSFER_FUNC.ldt FUNCTION FUNCTION_NAME="XXPCLBO0083" APPLICATION_SHORT_NAME="XXBO"

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct  XXPCL_BO_AGENT_TERMINATION_FUNC.ldt FUNCTION FUNCTION_NAME="XXPCLBO0031" APPLICATION_SHORT_NAME="XXBO"

-----------------------------------------------------

Download the Personalization in Oracle Apps 
 ----------------------------------------------------
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct
XXPCL_BO_AGENT_TERMINAT_PERZ.ldt FND_FORM_CUSTOM_RULES FUNCTION_NAME="XXPCLBO0031" APPLICATION_SHORT_NAME="XXBO"



FNDLOAD apps/Bs0r12 O Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct  XXPCL_BO_AGENCY_TRANSFER_PERZ.ldt FND_FORM_CUSTOM_RULES FUNCTION_NAME="XXPCLBO0083" APPLICATION_SHORT_NAME="XXBO"


Down load the Concurrent Program lct   ( for Report and Concurren Program )
------------------------------------------------------------------------------------------


( Note  :  for Report download two lct file – 1. Concurrent program and 2. Template  )

FNDLOAD apps/Bs0r12 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct  XXPCL_BO_PROMOTION_STATUS_REP_CONC.ldt PROGRAM APPLICATION_SHORT_NAME=”XXBO”  CONCURRENT_PROGRAM_NAME=” XXPCL Promotion Status Report”



FNDLOAD apps/Bs0r12 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXPCL_BO_AUOT_PROMOTION_CONC.ldt PROGRAM APPLICATION_SHORT_NAME="XXBO" CONCURRENT_PROGRAM_NAME="XXPCLBO0068"




  Download the Template for Report in Oracle Apps 
  -------------------------------------------------------------------------
FNDLOAD apps/Bs0r12 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct XXPCL_BO_PROMOTION_STATUS_REP_TEMP.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=”XXBO” DATA_SOURCE_CODE=”XXPCLBO0074”


Down load the Concurrent Program in Oracle Apps  
-------------------------------------------------------------------
$FND_TOP/bin/FNDLOAD apps/Bs0r12 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct 
XXPCL_BO_BONUS_GENERATION_CONC.ldt PROGRAM APPLICATION_SHORT_NAME="XXBO"
CONCURRENT_PROGRAM_NAME="XXPCL BONUS GENERATION"

 -----------------------------------------------------

 FND_DOWNLOAD Command in Oracle Apps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


---- Function Down load -----------------------------
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct xxpcl_so_chq_no_alloc.ldt FUNCTION FUNCTION_NAME="XXPCLSO0016" APPLICATION_SHORT_NAME="XXSO"


Down load the lookup in Oracle Apps 
----------------------------------------------------------------

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct xxpcl_bo_service_request_lookup.ldt FND_LOOKUP_TYPE LOOKUP_TYPE="XXPCL_SR_SUBCAT_FORM_MAP" APPLICATION_SHORT_NAME ="XXBO"



Download the Personalization in Oracle Apps
------------------------------------------------------


FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct xxpcl_bo_cond_prom_perz.ldt FND_FORM_CUSTOM_RULES FUNCTION_NAME="XXPCLBO0019" APPLICATION_SHORT_NAME="XXBO"


FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD aflvmlu.lct XX_TRX_BATCH_STATUS.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME ='XXGMS' LOOKUP_TYPE="XX_TRX_BATCH_STATUS"

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt FUNCTION APPLICATION_SHORT_NAME="FND" FORM_NAME="custom_form.fmb"
FUNCTION_NAME="custom_form_function"


FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct xxpcl_bo_conditional_prom.ldt FUNCTION APPLICATION_SHORT_NAME="XXPCLBO0019" FORM_NAME=" XXPCLBO0019.fmb"
FUNCTION_NAME="
XXPCLBO0019"



FNDLOAD apps/<my_password> O Y UPLOAD
$FND_TOP/patch/115/import/afsload.lct g.ldt MENU_NAME="WIP_OTHER_10G"
FORM_APP_SHORT_NAME="CUSOM_APP" FORM_NAME="custom_form.fmb"
FUNCTION_NAME="custom_form_function"


FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="FND" CONCURRENT_PROGRAM_NAME="concurrent name"



Personalization in Oracle Apps:       Down load the ldt file from one instance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct XX_HZ_ARXCUDCI_STD.ldt FND_FORM_CUSTOM_RULES function_name="HZ_ARXCUDCI_STD"

in Oracle Apps Up load the ldt file from one instance 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct XXPCL_BO_CONDITIONAL_PROMOTION_PERS.ldt

No comments:

Post a Comment