Sei sulla pagina 1di 3

## ------------- User -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct EBUSINESS_USR.

ldt FND_USER
USER_NAME=EBUSINESS
## ------------- Request Group Unit -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct FNDWFBG_RGU.ldt
REQUEST_GROUP REQUEST_GROUP_NAME="Contracts Core All" UNIT_APP=FND UNIT_NAME=FNDWFBG
## ------------- Value Set -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct
AHL_OPERATION_OPERATOR_VS.ldt VALUE_SET FLEX_VALUE_SET_NAME=AHL_Operation_Operator
## ------------- Concurrent Program -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct OKSAUTO_CP.ldt PROGRAM
APPLICATION_SHORT_NAME=AR CONCURRENT_PROGRAM_NAME=OKSAUTO
## ------------- Value Set with Values -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct
AHL_OPERATION_OPERATOR_VS.ldt VALUE_SET_VALUE FLEX_VALUE_SET_NAME=AHL_Operation_Operator
## ------------- DFF Context Code -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct
INSTALLATION_WINDOW_DFF_CONTEXT_1.ldt DESC_FLEX APPLICATION_SHORT_NAME=ONT
DESCRIPTIVE_FLEX_CONTEXT_CODE=Installation_Window
DESCRIPTIVE_FLEXFIELD_NAME="OE_LINE_ATTRIBUTES"
## ------------- Form Function -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
XXSZL_DEMO_PROCESSOR_FUNC.ldt FUNCTION FUNCTION_NAME=XXSZL_DEMO_PROCESSOR
## ------------- DFF -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct
MTL_TXN_REQUEST_LINES_DFF.ldt DESC_FLEX APPLICATION_SHORT_NAME=INV
DESCRIPTIVE_FLEXFIELD_NAME=MTL_TXN_REQUEST_LINES
## ------------- Message -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct
IBE_PRMT_CT_LIST_PRICE_COLON_MSG.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME=IBE
MESSAGE_NAME=IBE_PRMT_CT_LIST_PRICE_COLON
## ------------- Responsibility -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct TELESALESAGENT_RESP.ldt
FND_RESPONSIBILITY RESP_KEY=TELESALESAGENT
## ------------- Request Set Links -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct FNDRSSUB1040_RSL.ldt
REQ_SET_LINKS REQUEST_SET_NAME=FNDRSSUB1040
## ------------- Menu -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct AMS_NEW_ROOT_MENU_MN.ldt
MENU MENU_NAME=AMS_NEW_ROOT_MENU
## ------------- Request Group -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct XXSZL_ALL_REPORTS_RG.ldt
REQUEST_GROUP REQUEST_GROUP_NAME=All Sizzle Reports APPLICATION_SHORT_NAME=ADS
## ------------- Request Set -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct FNDRSSUB1040_RS.ldt
REQ_SET REQUEST_SET_NAME=FNDRSSUB1040
## ------------- Forms Personalization -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct OEXOETEL_FRMPER.ldt
FND_FORM_CUSTOM_RULES FUNCTION_NAME=ONT_OEXOETEL_SUMMARY
## ------------- KFF -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct OQO_PRODUCT_GROUP_KFF.ldt
KEY_FLEX P_LEVEL='COL_ALL:FQL_ALL:SQL_ALL:STR_ONE:WFP_ALL:SHA_ALL:CVR_ALL:SEG_ALL'
APPLICATION_SHORT_NAME=INV ID_FLEX_STRUCTURE_CODE=OQO_PRODUCT_GROUP
## ------------- Profile Option -----------------FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct
CS_DEFAULT_WEB_INC_TYPE_PO.ldt PROFILE PROFILE_NAME=CS_DEFAULT_WEB_INC_TYPE
APPLICATION_SHORT_NAME=CS

Hi Guys
Please find the FNDLOAD Scripts for different objects within apps.
-- FND Scripts to UPLOAD and Download
=======================================
-- Scripts to download Request Sets
FNDLOAD apps/i4got 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct ./ICARSTDU.ldt
REQ_SET REQUEST_SET_NAME="ICARSTDU"
FNDLOAD apps/i4got 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct ./ICARSTDU_LINKS.ldt
REQ_SET_LINKS REQUEST_SET_NAME="ICARSTDU"
-- Scripts to UPLOAD Request Sets
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct
$ICFND_TOP/bin/ICARSTDU.ldt
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct
$ICFND_TOP/bin/ICARSTDU_LINKS.ldt
-- Scripts to DOWNLOAD Concurrent Program
FNDLOAD apps/iC1SD3V 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct ./ICIGSUSER.ldt
PROGRAM CONCURRENT_PROGRAM_NAME="ICIGSUSER"
--Scripts to UPLOAD Concurrent Program
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct
$ICFND_TOP/bin/ICTERMGEN.ldt
-- Scripts to DOWNLOAD Menu
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
/home/Aitupdev/Ganesh/ICSSMENU.ldt \
MENU ENTRY MENU_NAME='IGS_ROOT_MENU' ENTRY='ICIGS_RECEIVABLES'
-- Scripts to UPLOAD Menu
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct
$ICFND_TOP/bin/ICSSMENU.ldt
-- Scripts to DOWNLOAD Form
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
/home/Aitupdev/Ganesh/ICSSFORM.ldt \
FORM FORM_APP_SHORT_NAME='ICIGS' FORM_NAME='ICSSAR%'
-- Scripts to UPLOAD Form
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct
$ICFND_TOP/bin/ICSSMENU.ldt
-- Scripts to DOWNLOAD Function
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
/home/Aitupdev/Ganesh/ICSSFUNC.ldt \
FUNCTION FUNC_APP_SHORT_NAME='ICIGS' FUNCTION_NAME='ICSSAR%'
-- Scripts to UPLOAD Function
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct
$ICFND_TOP/bin/ICSSMENU.ldt

-- Scripts to DOWNLOAD Value Set


FNDLOAD apps/$APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct
$ICFND_TOP/bin/ICSSOSVS.ldt
-- Scripts to UPLOAD value set
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct
$ICFND_TOP/bin/ICSSOSVS.ldt
-- Scripts to DOWNLOAD Lookup Value
FNDLOAD apps/$APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct
$ICFND_TOP/bin/ICSSCSLU.ldt
-- Scripts to UPLOAD Lookup Value
FNDLOAD apps/$APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/aflvmlu.lct
$ICFND_TOP/bin/ICSSCSLU.ldt

Potrebbero piacerti anche