E-Business Suite infrastructure can be very complex… Our goal is to simplify its access.
Raduga is a powerful tool for Oracle developers, implementers, team leaders and project managers.
E-Business Suite Explorer One-click object migration between environments Intuitive navigation Easy object comparison Version control and deployment history Data loading Easy customization for company-specific needs Reporting (objects usage, deployments, etc.) File transfer capabilities
August 28, 2016 at 11:54 AM
Anonymous said...
Na
June 6, 2023 at 5:57 AM
Anonymous said...
Nanu Maida
June 6, 2023 at 5:57 AM
LDT Commands for Upload and Download of Programs:
Download
FNDLOAD apps/<pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXMLBEX.ldt PROGRAM APPLICATION_SHORT_NAME="XXTTY" CONCURRENT_PROGRAM_NAME="XXMLBEXPGAL"
Upload:
FNDLOAD apps/<appspwd> O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XXMLBEX.ldt
--------------------------------------------------------------------------------------------------
Request group download for Specific Program
Download:
FNDLOAD apps/<appspwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct XXMREQ.ldt REQUEST_GROUP REQUEST_GROUP_NAME="All Project Billing Programs" UNIT_NAME="XXMLBEGAL"
--------------------------------------------------------------------------------------
Request Group (NEW request group creation)
Download
FNDLOAD apps/apps O Y DOWNLOAD
$FND_TOP/patch/115/import/afsload.lct XXFRMNAME.ldt FORM
APPLICATION_SHORT_NAME="PN" FORM_NAME="XXFRMNAME"
Upload:
FNDLOAD apps/apps 0 Y UPLOAD @FND:patch/115/import/afsload.lct XXFRMNAME.ldt
Functions:
Download
FNDLOAD
apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
XXFUNNAME.ldt FUNCTION FUNC_APP_SHORT_NAME="PN"
FUNCTION_NAME="XXFUNNAME"
Upload
FNDLOAD apps/apps O Y UPLOAD @FND:patch/115/import/afsload.lct XXFUNNAME.ldt
Donwload:
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
or for all messages
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'
Upload:
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct XX_ICX_POR_LIFECYCLE_PAY_TIP.ldt
Download
FNDLOAD apps/apps 0 Y DOWNLOAD $ALR_TOP/patch/115/import/alr.lct Email_to_requestes_for_PO_Receipt.ldt ALR_ALERTS APPLICATION_SHORT_NAME='PO' ALERT_NAME=' Email to requestes for PO Receipt'
Upload
FNDLOAD apps/apps 0 Y UPLOAD $ALR_TOP/patch/115/import/alr.lct Email_to_requestes_for_PO_Receipt.ldt
-----------------------------------------------------------------
XML Publisher Data Definition and Templates
a) To download all Templates defined for a particular Data Definition
FNDLOAD apps/apps 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct ldt_name.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=[APPSHORTNAME] DATA_SOURCE_CODE=[DATADEFINITIONCODE]
b) To download for a particular Template and Data Definition
FNDLOAD apps/apps 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct ldt_name.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=[APPSHORTNAME] DATA_SOURCE_CODE=[DATADEFSHORTCODE] TMPL_APP_SHORT_NAME=[APPSHORTNAME] TEMPLATE_CODE=[TEMPLATECODE]
posted by Santosh Dhongade at 5:20 AM on Apr 4, 2012
"Oracle Apps: LDT Commands"
3 Comments -
RADUGA APPS http://www.RadugaApps.com
E-Business Suite infrastructure can be very complex… Our goal is to simplify its access.
Raduga is a powerful tool for Oracle developers, implementers, team leaders and project managers.
E-Business Suite Explorer
One-click object migration between environments
Intuitive navigation
Easy object comparison
Version control and deployment history
Data loading
Easy customization for company-specific needs
Reporting (objects usage, deployments, etc.)
File transfer capabilities
August 28, 2016 at 11:54 AM
Na
June 6, 2023 at 5:57 AM
Nanu Maida
June 6, 2023 at 5:57 AM