zoukankan      html  css  js  c++  java
  • 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"

    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"

  • 相关阅读:
    使用Task创建任务
    动态,静态库的发布和使用
    gcc编译
    knockout.js的学习笔记2
    网络爬虫基本原理(一)
    .Net项目分层与文件夹结构
    ASP.NET MVC的客户端验证:jQuery的验证
    ASP.NET MVC的客户端验证:jQuery验证在Model验证中的实现
    CMake 手册详解
    一个真实的应用程序 — 精通ASP.NET MVC 3
  • 原文地址:https://www.cnblogs.com/quanweiru/p/2616146.html
Copyright © 2011-2022 走看看