• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

FNDLOAD Commands to Download Different Seed Data Types

by admin

Question: How to download different seed data types?

Please note that this post has been created for Release 11.0.3.

The Generic Loader (FNDLOAD) is a concurrent program that can transfer Oracle Application entity data between database and text file. The loader reads a configuration file to determine which entity to access.

1. Printer Styles

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcppstl.lct file_name.ldt STYLE PRINTER_STYLE_NAME="printer style name"

2. Lookups

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct file_name.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME="FND" LOOKUP_TYPE="lookup name"

3. Descriptive Flexfield with all of specific Contexts

FNDLOAD <apps_user>/<apps_pwd> 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="FND" DESCRIPTIVE_FLEXFIELD_NAME="desc flex name" P_CONTEXT_CODE="context name"
Note How To Download Single Context Using FNDLOAD For Descriptive Flexfield and how To Download/Upload Descriptive Flexfield With Name $SRS$.

4. Key Flexfield Structures

FNDLOAD <apps_user>/<apps_pwd> 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="FND" ID_FLEX_CODE="key flex code" P_STRUCTURE_CODE="structure name"

5. Concurrent Programs

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="FND" CONCURRENT_PROGRAM_NAME="concurrent name"

6. Value Sets with values

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct file_name.ldt VALUE_SET FLEX_VALUE_SET_NAME="value set name"

7. Profile Options

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct file_name.ldt PROFILE PROFILE_NAME="profile option" APPLICATION_SHORT_NAME="FND"

8. Request Groups

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct file_name.ldt REQUEST_GROUP REQUEST_GROUP_NAME="request group" APPLICATION_SHORT_NAME="FND"

9. Request Sets

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct file_name.ldt REQ_SET_LINKS APPLICATION_SHORT_NAME="FND" REQUEST_SET_NAME="request set"

10. Responsibilities

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct file_name.ldt FND_RESPONSIBILITY RESP_KEY="responsibility"

11. Menus

FNDLOAD <apps_user>/<apps_pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt MENU MENU_NAME="menu_name"

Filed Under: Oracle Apps

Some more articles you might also be interested in …

  1. Parameters Of Different Configuration Files To Download And Upload Seed Data Types
  2. Difference between Create Accounting – Cost Management and Create Accounting – Receiving
  3. How To Download Single Context Using FNDLOAD For Descriptive Flexfield
  4. Application Engine Concepts
  5. PeopleSoft “Authorization Error – Contact your security administrator “
  6. How to check Oracle Apps/EBS version
  7. FNDLOAD program Examples
  8. How to reset your forgotten Primavera P6 user password using database query
  9. How to Reset a Primavera P6 Application User Password
  10. How to read all modules assigned to user from Primavera P6 EPPM database

You May Also Like

Primary Sidebar

Recent Posts

  • diffstat: Create a histogram from the output of the diff command
  • diffoscope: Compare files, archives, and directories
  • diff-pdf: Tool for comparing two PDFs
  • dict: Command line dictionary using the DICT protocol

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright