概述
FNDLOAD 客户化开发移植常用全脚本
FNDLOAD相信大家都不陌生了,这篇帖子不是对其原理的介绍,而是为大家
所需时提供最直接的脚本服务,包含了我们最常用的所有开发的移植,同时
也包括了对XMLP的模版文件的移植,进入主题:
[b]约定:[/b]客户化应用名称CUX,ldt文件的存放路径在开发环境和测试环境相同,
为$CUX_TOP/import/ldtscripts/,需要实现的效果是将开发环境的客户
化开发移植到测试环境,所有的移植步骤为:
1.在开发环境执行FNDLOAD的DOWNLOAD操作;
2.将生成的ldt文件下载到本地,再上传到测试环境;
3.在测试环境执行FNDLOAD的UPLOAD操作。
4. CUSTOM_MODE=FORCE 强制覆盖已有数据
FNDLOAD apps/apps_pwd 0 Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct $XX_TOP/import/CUSTOM_PROF.ldt - CUSTOM_MODE=FORCE
(似乎只针对菜单有效)
1.programs并发程序,请求简称:CUXARBLA
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct $CUX_TOP/import/ldtscripts/”CUXARBLA”.ldt PROGRAM APPLICATION_SHORT_NAME=”CUX” CONCURRENT_PROGRAM_NAME=”CUXARBLA”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct $CUX_TOP/import/ldtscripts/”CUXARBLA”.ldt
2.FORM表单,表单简称:CUXARFRM
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct $CUX_TOP/import/ldtscripts/”CUXARFRM”.ldt FORM. FORM_APP_SHORT_NAME=”CUX” FORM_NAME=”CUXARFRM”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct $CUX_TOP/import/ldtscripts/”CUXARFRM”.ldt
3.functions功能,功能简称:CUXARFUC
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct $CUX_TOP/import/ldtscripts/”CUXARFUC”.ldt FUNCTION FUNC_APP_SHORT_NAME=”CUX” FUNCTION_NAME=”CUXARFUC”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct $CUX_TOP/import/ldtscripts/”CUXARFUC”.ldt
4.menu菜单,菜单简称:CUXALMENU
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct $CUX_TOP/import/ldtscripts/”CUXALMENU”.ldt MENU MENU_APP_SHORT_NAME=”CUX” MENU_NAME=”CUXALMENU”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct $CUX_TOP/import/ldtscripts/”CUXALMENU”.ldt
5.value set值集,值集名称:CUX_CUSTOMER_NAME
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct $CUX_TOP/import/ldtscripts/”CUX_CUSTOMER_NAME”.ldt VALUE_SET FLEX_VALUE_SET_NAME= “CUX_CUSTOMER_NAME”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct $CUX_TOP/import/ldtscripts/”CUX_CUSTOMER_NAME”.ldt
6.key flexfield关键性弹性域,ID_FLEX_CODE=CUX_ACC_KF
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct $CUX_TOP/import/ldtscripts/”CUX_ACC_KF”.ldt KEY_FLEX APPLICATION_SHORT_NAME=”CUX” D_FLEX_CODE=”CUX_ACC_KF”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct $CUX_TOP/import/ldtscripts/”CUX_ACC_KF”.ldt
7.description flexfield描述性弹性域,弹性域名称=CUX_ORDER_HEADER
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct $CUX_TOP/import/ldtscripts/”CUX_ORDER_HEADER”.ldt DESC_FLEX APPLICATION_SHORT_NAME=”CUX” DESCRIPTIVE_FLEXFIELD_NAME=”CUX_ORDER_HEADER”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct $CUX_TOP/import/ldtscripts/”CUX_ORDER_HEADER”.ldt
8.lookups代码,代码名称=CUX_ITEM_TYPE
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct $CUX_TOP/import/ldtscripts/”CUX_ITEM_TYPE”.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME=”CUX” LOOKUP_TYPE=”CUX_ITEM_TYPE”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/aflvmlu.lct $CUX_TOP/import/ldtscripts/”CUX_ITEM_TYPE”.ldt
9.request sets请求集,名称=CUX_REQUES_SET
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct $CUX_TOP/import/ldtscripts/“CUX_REQUES_SET”.ldt REQ_SET APPLICATION_SHORT_NAME="CUX" REQUEST_SET_NAME=" CUX_REQUES_SET"
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct $CUX_TOP/import/ldtscripts/“CUX_REQUES_SET”.ldt
10.request groups请求组,名称=CUX_PAYROLL_APPR
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct $CUX_TOP/import/ldtscripts/”CUX_PAYROLL_APPR”.ldt REQUEST_GROUP APPLICATION_SHORT_NAME=”CUX” REQUEST_GROUP_NAME=”CUX_PAYROLL_APPR”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpreqg.lct $CUX_TOP/import/ldtscripts/”CUX_PAYROLL_APPR”.ldt
11.messages消息,消息名称=CUX_CST_UPDATE
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct $CUX_TOP/import/ldtscripts/”CUX_CST_UPDATE”.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME=”CUX” MESSAGE_NAME=”CUX_CST_UPDATE”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct $CUX_TOP/import/ldtscripts/”CUX_CST_UPDATE”.ldt
12.profile options预制文件,名称=CUX_DEBUG_MODE
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct $CUX_TOP/import/ldtscripts/”CUX_DEBUG_MODE”.ldt PROFILE APPLICATION_SHORT_NAME=”CUX” PROFILE_NAME=”CUX_DEBUG_MODE”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct $CUX_TOP/import/ldtscripts/”CUX_DEBUG_MODE”.ldt
13.RESPONSIBILITY职责(感谢alther.cai提供),职责关键字=CUX_AP_SUPER_USER,需要先load该职责的菜单
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct $CUX_TOP/import/ldtscripts/”CUX_AP_SUPER_USER”.ldt FND_RESPONSIBILITY RESP_KEY=”CUX_AP_SUPER_USER”
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct $CUX_TOP/import/ldtscripts/”CUX_AP_SUPER_USER”.ldt
14.个性化form移植
开发环境:
NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK";export NLS_LANG
FNDLOAD apps/apps 0 Y DOWNLOAD @FND:patch/115/import/affrmcus.lct $CUX_TOP/import/ldtscripts/ “CUX_RCV_RCVTXERT”.lct FND_FORM_CUSTOM_RULES function_name="RCV_RCVTXERT"
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD @FND:patch/115/import/affrmcus.lct $CUX_TOP/import/ldtscripts/ “CUX_RCV_RCVTXERT”.lct
15.附件attachment
开发环境:
FNDLOAD apps/apps 0 Y DOWNLOAD @FND:patch/115/import/afattach.lct "CUX_ATTACHMENT".ldt FND_ATTACHMENT_FUNCTIONS FUNCTION_NAME="FUNCTION_NAME"
测试环境:
FNDLOAD apps/apps 0 Y UPLOAD @FND:patch/115/import/afattach.lct "CUX_ATTACHMENT".ldt
16.XML数据定义和模板定义
下载数据定义:
FNDLOAD apps/apps 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct $CUX_TOP/import/ldtscripts/"program"_XDO.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME="CUX" DATA_SOURCE_CODE="program"
上传数据定义:
FNDLOAD apps/apps 0 Y UPLOAD $XDO_TOP/patch/115/import/xdotmpl.lct $CUX_TOP/import/ldtscripts/"program"_XDO.ldt
上传模板:
java oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME apps -DB_PASSWORD apps -JDBC_CONNECTION HostName:SID:Port -LOB_TYPE TEMPLATE -APPS_SHORT_NAME “CUX” -LOB_CODE "program" -LANGUAGE zh -XDO_FILE_TYPE RTF -FILE_NAME $CUX_TOP/import/ldtscripts/"program".rtf
17.WebADI
-- Integrators
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bneint.lct bneint.ldt BNE_INTEGRATORS INTEGRATOR_ASN="HX" INTEGRATOR_CODE="GENERAL_208_INTG"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bneint.lct bneint.ldt
-- Layouts
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnelay.lct bnelay.ldt BNE_LAYOUTS LAYOUT_ASN="HX" LAYOUT_CODE="HXPROJECTRATELAYOUT"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnelay.lct bnelay.ldt
-- Mappings
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnemap.lct bnemap.ldt BNE_MAPPINGS MAPPING_ASN="HX" MAPPING_CODE="GENERAL_208_MAP"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnemap.lct bnemap.ldt
-- Contents
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnecont.lct bnecont.ldt BNE_CONTENTS CONTENT_ASN="HX" CONTENT_CODE="GENERAL_208_CNT"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnecont.lct bnecont.ldt
-- Parameter List
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bneparamlist.lct bneparamlist.ldt BNE_PARAM_LISTS INTEGRATOR_ASN="HX" INTEGRATOR_CODE="GENERAL_208_INTG"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bneparamlist.lct bneparamlist.ldt
-- Security
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnesecurity.lct bnesecurity.ldt BNE_SECURED_OBJECTS SECURED_OBJECT_ASN="HX" SECURED_OBJECT_CODE="GENERAL_208_INTG"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnesecurity.lct bnesecurity.ldt
1 - Printer Styles
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afcppstl.lct file_name.ldt STYLE. PRINTER_STYLE_NAME="printer style. name"
2 - Lookups
FNDLOAD apps/apps@seed115 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 Flexfield with all of specific Contexts
FNDLOAD apps/apps@seed115 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 Flexfield Structures
FNDLOAD apps/apps@seed115 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/apps@seed115 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/apps@seed115 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/apps@seed115 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/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct file_name.ldt PROFILE PROFILE_NAME="profile option" APPLICATION_SHORT_NAME="prod"
8 - Request Groups
FNDLOAD apps/apps@seed115 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/apps@seed115 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/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct file_name.ldt FND_RESPONSIBILITY RESP_KEY="responsibility"
12 - Menus
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt MENU MENU_NAME="menu_name"
语法:
FNDLOAD logon 0 Y mode configfile datafile [ entity [ param ... ] ]
logon : EBS用户名/密码[@TNS连接别名]
mode : UPLOAD 或 DOWNLOAD
configfile: 配置文件路径,根据同步对象的不同需要选择不同的配置文件。
datafile : 数据文件
entity : 条目名称, 或者上载时的所有相关值
param : 参数格式为 NAME=VALUE
环境变量:
NLS_LANG="SIMPLIFIED CHINESE_America.ZHS16GBK"
export NLS_LANG
1,并发请求,可执行程序。
FNDLOAD apps/xshx87246788 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct afcpprog.ldt PROGRAM APPLICATION_SHORT_NAME="HOM" CONCURRENT_PROGRAM_NAME="HOM_WIP_ISSUE_PROC_PUB"
FNDLOAD apps/hxgg82645988 O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct afcpprog.ldt
2,请求组,请求集。
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct file_name.ldt REQUEST_GROUP REQUEST_GROUP_NAME=”request group” APPLICATION_SHORT_NAME=”prod”
# For this you will be firstly required to download the request set definition.
## Next you will be required to download the Sets Linkage definition
## Well, lets be clear here, the above sequence is more important while uploading
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct XX_GL_MY_INTERFACE_SET.ldt REQ_SET REQUEST_SET_NAME="FNDRSSUB4610101_Will_look_like_this"
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct XX_GL_MY_INTERFACE_SET_LINK.ldt REQ_SET_LINKS REQUEST_SET_NAME="FNDRSSUB4610101_Will_look_like_this"
## Note that FNDRSSUB4610101 can be found by doing an examine on the
########----->select request_set_name from fnd_request_sets_vl
########----->where user_request_set_name = 'User visible name for the request set here'
## Now for uploading the request set, execute the below commands
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct XX_GL_MY_INTERFACE_SET.ldt
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct XX_GL_MY_INTERFACE_SET_LINK.ldt
3,配置文件
FNDLOAD apps/xshx87246788 O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct afscprof.ldt PROFILE PROFILE_NAME="HX_PO_LINE_ALLOW_MODIFY_ITEM_DESC" APPLICATION_SHORT_NAME="HX"
FNDLOAD apps/hxgg82645988 O Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct afscprof.ldt
4,键弹性域。
FNDLOAD apps/apps@seed115 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”
描述性弹性域
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct XX_PO_REQ_HEADERS_DFF.ldt DESC_FLEX APPLICATION_SHORT_NAME="PO" DESCRIPTIVE_FLEXFIELD_NAME="PO_REQUISITION_HEADERS"
FNDLOAD apps/xshx87246788 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct XX_PO_REQ_HEADERS_DFF.ldt
5,菜单
FNDLOAD apps/apps_pwd O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct ICX_POR_SSP_HOME.ldt MENU MENU_NAME="ICX_POR_SSP_HOME"
FNDLOAD apps/apps_pwd O Y UPLOAD $FND_TOP/patch/115/import/afsload.lct ICX_POR_SSP_HOME.ldt
6,Form个性化。
FNDLOAD apps/apps_pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct XX_AP_APXVDMVD.ldt FND_FORM_CUSTOM_RULES function_name="AP_APXVDMVD"
FNDLOAD apps/apps_pwd 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct XX_AP_APXVDMVD.ldt
7,功能
$FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct xxx.lct FUNCTION FUNC_APP_SHORT_NAME=”CFA” FUNCTION_NAME=”XXX”
$FNDLOAD apps/xshx87246788 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct xxx.lct
7,附件。
$FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afattach.lct xxx.ldt FND_ATTACHMENT_FUNCTIONS FUNCTION_NAME=”xxx”
$FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afattach.lct xxx.ldt
8,消息。
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct XX_ALL_GMS_MESSAGES_00.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME='XXGMS'
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct XX_ICX_POR_LIFECYCLE_PAY_TIP.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME='ICX' MESSAGE_NAME=XX_ICX_POR_LIFECYCLE_PAY_TIP
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct XX_ICX_POR_LIFECYCLE_PAY_TIP.ldt
9,值集和值。
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct xxx.ldt VALUE_SET FLEX_VALUE_SET_NAME=”VALUE_SET_NAME”
FNDLOAD apps/xshx87246788 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct xxx.ldt
10,LOOKUP CODE
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct aflvmlu.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME ='HOM' LOOKUP_TYPE="HOM_ALTERNATION_ALLOWED_RANGE"
FNDLOAD apps/hxgg82645988 0 Y UPLOAD $FND_TOP/patch/115/import/aflvmlu.lct aflvmlu.ldt
11,职责
FNDLOAD apps/apps_pwd O Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct XX_PERSON_RESPY.ldt FND_RESPONSIBILITY RESP_KEY="XX_PERSON_RESPY"
FNDLOAD apps/apps_pwd O Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct XX_PERSON_RESPY.ldt
12,用户
FNDLOAD apps/apps_pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct XX_FND_USER_PASSI.ldt FND_USER USER_NAME='XZB'
FNDLOAD apps/apps_pwd 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct XX_FND_USER_PASSI.ldt FND_USER
13,打印机定义。
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afcppstl.lct file_name.ldt STYLE. PRINTER_STYLE_NAME=”printer style. name”
14,FND字典。
15,帮助配置。
16,单据序列。
17,并发管理器计划员。
18,WebADI
-- Integrators
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bneint.lct bneint.ldt BNE_INTEGRATORS INTEGRATOR_ASN="HX" INTEGRATOR_CODE="GENERAL_208_INTG"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bneint.lct bneint.ldt
-- Layouts
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnelay.lct bnelay.ldt BNE_LAYOUTS LAYOUT_ASN="HX" LAYOUT_CODE="HXPROJECTRATELAYOUT"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnelay.lct bnelay.ldt
-- Mappings
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnemap.lct bnemap.ldt BNE_MAPPINGS MAPPING_ASN="HX" MAPPING_CODE="GENERAL_208_MAP"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnemap.lct bnemap.ldt
-- Contents
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnecont.lct bnecont.ldt BNE_CONTENTS CONTENT_ASN="HX" CONTENT_CODE="GENERAL_208_CNT"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnecont.lct bnecont.ldt
-- Parameter List
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bneparamlist.lct bneparamlist.ldt BNE_PARAM_LISTS INTEGRATOR_ASN="HX" INTEGRATOR_CODE="GENERAL_208_INTG"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bneparamlist.lct bneparamlist.ldt
-- Security
FNDLOAD apps/xshx87246788 0 Y DOWNLOAD $BNE_TOP/admin/import/bnesecurity.lct bnesecurity.ldt BNE_SECURED_OBJECTS SECURED_OBJECT_ASN="HX" SECURED_OBJECT_CODE="GENERAL_208_INTG"
FNDLOAD apps/ 0 Y UPLOAD $BNE_TOP/admin/import/bnesecurity.lct bnesecurity.ldt
FNDLOAD相关参数
CUSTOM_MODE=FORCE 强制覆盖已有数据
FNDLOAD apps/apps_pwd 0 Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct $XX_TOP/import/CUSTOM_PROF.ldt - CUSTOM_MODE=FORCE
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24627116/viewspace-761809/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/24627116/viewspace-761809/
最后
以上就是敏感衬衫为你收集整理的FNDLOAD 客户化开发移植常用全脚本(转)的全部内容,希望文章能够帮你解决FNDLOAD 客户化开发移植常用全脚本(转)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复