0% found this document useful (0 votes)
167 views2 pages

LDT and .SH Files

LDT files are data files used with Oracle applications that contain entity definitions, relationships, and data. They can be exported from the Oracle database using the FNDLOAD function. This document provides the FNDLOAD commands and .SH file attachments needed to create LDT files for various Oracle application objects like concurrent programs, data definitions, forms, lookups, request groups, and value sets.

Uploaded by

Mohith Krishna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
167 views2 pages

LDT and .SH Files

LDT files are data files used with Oracle applications that contain entity definitions, relationships, and data. They can be exported from the Oracle database using the FNDLOAD function. This document provides the FNDLOAD commands and .SH file attachments needed to create LDT files for various Oracle application objects like concurrent programs, data definitions, forms, lookups, request groups, and value sets.

Uploaded by

Mohith Krishna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

LOADER DATA (LDT) FILES and .

SH Files

LDT is a file extension for a data file used with Oracle applications.
LDT stands for Loader DaTa files.
LDT files contain entity definitions, parent-child relationships, input parameters and data.
LDT files can be exported from the Oracle database using the FNDLOAD function.
We can open and edit LDT files, but it is not a recommended way.
We can create LDT for all the AOL objects. For e.g. Concurrent programs, Value sets,
Lookups, request groups, responsibilities, request sets, etc.
The below diagram gives a brief description on downloading and uploading the
FNDLOAD :
This table gives the FNDLOAD commands for creating the LDTs and attached are the
.SH files for different AOL objects:

S. No AOL Command for creating LDT Attachmen


Object t for .SH
files
1 Concurrent FNDLOAD apps/apps O Y DOWNLOAD
Program $FND_TOP/patch/115/import/afcpprog.lct LDT_NAME.ldt PROGRAM
APPLICATION_SHORT_NAME="XXBCG" Template_CP.sh
CONCURRENT_PROGRAM_NAME="CP_NAME"
2 Data FNDLOAD apps/apps O Y DOWNLOAD
Definition/ $XDO_TOP/patch/115/import/xdotmpl.lct LDT_NAME.ldt
Data XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME="XXBCG" Template_DD.sh
Definition DATA_SOURCE_CODE="DD_CODE" TMPL_APP_SHORT_NAME="XXBCG"
TEMPLATE_CODE="DT_CODE"
Template_DT.sh
3 Form $FND_TOP/bin/FNDLOAD apps/apps 0 Y DOWNLOAD
$FND_TOP/patch/115/import/afsload.lct LDT_NAME.ldt FORM
FORM_NAME="FORM_NAME" Template_FRM.sh
4 Lookups FNDLOAD apps/apps O Y DOWNLOAD
$FND_TOP/patch/115/import/aflvmlu.lct LDT_NAME.ldt FND_LOOKUP_TYPE
APPLICATION_SHORT_NAME="XXBCG" LOOKUP_TYPE="LKP_NAME" Template_LKP.sh
5 Request FNDLOAD apps/apps 0 Y DOWNLOAD
Groups $FND_TOP/patch/115/import/afcpreqg.lct LDT_NAME.ldt REQUEST_GROUP
APPLICATION_SHORT_NAME="XXBCG" Template_RG.sh
REQUEST_GROUP_NAME="RG_NAME" UNIT_NAME="CP_SHORT_NAME"
6 Request FNDLOAD apps/apps 0 Y DOWNLOAD
Set $FND_TOP/patch/115/import/afcprset.lct LDT_NAME.ldt REQ_SET
REQUEST_SET_NAME=RS_NAME Template_RS.sh

7 Value Set FNDLOAD apps/apps 0 Y DOWNLOAD


$FND_TOP/patch/115/import/afffload.lct LDT_NAME.ldt VALUE_SET
FLEX_VALUE_SET_NAME="VS_NAME" Template_VS.sh
8 XML There is no FNDLOAD for XML. There is only .sh file to attach the file to data
definition.
Template_XML.sh
9 RTF There is no FNDLOAD for RTF. There is only .sh file to attach the rtf to data
template
Template_RTF.sh

You might also like