FNDLOAD使用大全

时间:2023-03-09 21:39:22
FNDLOAD使用大全

FNDLOAD使用大全

Syntax

FNDLOAD [username/password] 0 Y [mode] [configuration file] [target data file] [object type key] [object Identifier]

Where

0 Y represent your concurrent program flags.

[username/password] your apps username and password

[mode] might be download or upload

[configuration file] might be the .lct file like afcpprog.lct

[target data file] this the .ldt file created while download(or used for upload) like someprg.ldt[object type key] this would represent you object type like CONCURRENT_PROGRAM

[object Identifier] this would be your object name like CONCURRENT_PROGRAM_NAME='XXXXXXX'

1 - Printer Styles

FNDLOAD apps/apps@seed115 0 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 0 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 0 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 0 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 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="prod" CONCURRENT_PROGRAM_NAME="concurrent name"

注意:如果请求参数为独立值集,也会同时把值集和值一起download下来!!!!

6 - Value Sets

FNDLOAD apps/apps@seed115 0 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_SET_VALUE FLEX_VALUE_SET_NAME="value set name"

8 - Profile Options

FNDLOAD apps/apps/@seed115 0 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 0 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 0 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 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct file_name.ldt FND_RESPONSIBILITY RESP_KEY="responsibility"

12 - Menus

FNDLOAD apps/apps/@seed115 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt MENU MENU_NAME="menu_name"

13 - Forms Personalizations

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct POXRQERQ_pers.ldt FND_FORM_CUSTOM_RULES FORM_NAME=POXRQERQ

14 - Alert

FNDLOAD apps/apps 0 Y DOWNLOAD $ALR_TOP/patch/115/import/alr.lct my_alert.ldt ALR_ALERTS APPLICATION_SHORT_NAME=FND ALERT_NAME=Alert name to download

15 - Function

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct MTRCEXBSI.ldt FUNCTION FUNC_APP_SHORT_NAME="CE" FUNCTION_NAME="MTRCEXBSI"

Fndload的用法

(2007-07-03 21:41:56)

标签:

erp

fndload

分类: ORACLE ERP

--download 值集
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct XXXCMBC_CREDIT_FILENAME.ldt VALUE_SET FLEX_VALUE_SET_NAME="CMBC_CREDIT_FILENAME"
--upload 值集
FNDLOAD apps/apps 0 Y UPLOAD @FND:patch/115/import/afffload.lct $XXX_TOP/install/XXXCMBC_CREDIT_FILENAME.ldt

--download 并发程序
FNDLOAD apps/apps 0 Y DOWNLOAD @FND:patch/115/import/afcpprog.lct XXXCMBCFILELISTHOST.ldt PROGRAM APPLICATION_SHORT_NAME="XXX" CONCURRENT_PROGRAM_NAME="CMBCFILELISTHOST"
--upload 并发程序
FNDLOAD apps/apps 0 Y UPLOAD @FND:patch/115/import/afcpprog.lct $XXX_TOP/install/XXXCMBCFILELISTHOST.ldt

--downloa 菜单
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct XXXOIE_BUDGET_MAIN.ldt MENU MENU_NAME="OIE_BUDGET_MAIN"
--upload 菜单
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct $XXX_TOP/install/XXXOIE_BUDGET_MAIN.ldt

--download 功能
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct XXXCMBC_AP_BUDGET_DOWNLOAD.ldt FUNCTION FUNCTION_NAME='XXXCMBC_AP_BUDGET_DOWNLOAD'
--upload 功能
FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afsload.lct $XXX_TOP/install/XXXCMBC_AP_BUDGET_DOWNLOAD.ldt

--download 附件功能

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afattach.lct XXXPOXPOEPO_ATTACH_FUN.ldt FND_ATTACHMENT_FUNCTIONS FUNCTION_NAME='XXXPOXPOEPO'

--upload 附件功能
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afattach.lct $XXX_TOP/install/XXXPOXPOEPO_ATTACH_FUN.ldt

--download 消息
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct XXXMESSAGE.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME=XXX MESSAGE_NAME="CMBC%"
--upload 消息
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct $XXX_TOP/install/XXXMESSAGE.ldt

--FORM个性化下载
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct XXXPO_POXPOEPO.ldt FND_FORM_CUSTOM_RULES function="PO_POXPOEPO"

--FORM个性化上传
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct $XXX_TOP/install/XXXPO_POXPOEPO.ldt

--工作流文件下载

WFLOAD apps/apps 0 Y DOWNLOAD APINV.wft APINV  
WFLOAD apps/apps 0 Y DOWNLOAD APEXP.wft APEXP
WFLOAD apps/apps 0 Y DOWNLOAD GLBATCH.wft GLBATCH

--工作流文件上传

WFLOAD apps/apps 0 Y FORCE APINV.wft
WFLOAD apps/apps 0 Y FORCE APEXP.wft
WFLOAD apps/apps 0 Y FORCE GLBATCH.wft