Sie sind auf Seite 1von 83

LOGIN REGISTER

HOME TRAININGS FUSION R12 BLOGS CONTACT US

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

Click here to raise Support Ticket. Get reply within 48 hours.

SEARCH COURSES

Cari Produk
Cari

ORACLE APPS SCRIPTS SEARCH TRAININGS


ORACLE FNDLOAD SCRIPT EXAMPLES Cari Produk

Details
Cari
Written by Anil Passi

Category: Oracle Apps Scripts

Published: 27 August 2006

FULLY VERIFIABLE
User Rating:5/5 TESTIMONIALS

Rate
PLEASE RATE Vote 5

Like 0 f Share Tweet Share 0 Share In this article I wish to give real working examples of
Oracle's FNDLOAD utility.
Besides that, I have included some useful notes on FNDLOAD utility

I have used FNDLOAD successfully in past for several di erent entities/data types within Oracle 11i for almost all myFUSION HCM MODULES ORACLE TALEO RECRUIT
TRAINING PACKAGE AND ONBOARDING TRAININ
previous clients, ever since this utility became available.
I would especially like to thank the Course and study material
Some of the examples in this FNDLOAD article include:- Apps2fusion for brilliant packages excellent. The instructor was
FNDLOAD to transfer Request Groups o ered. It includes 1 whole year of good and delivered the materia
FNDLOAD for moving Concurrent Programs video access plu very informative way fo

FNDLOAD to download and upload Forms Personalizations ( or Personalisations depending on where you are Read Full Testimonial

located )
Ammir Saaduldeen Abhijeet Singh Ahluw
To FNDLOAD Web ADI, visit the link Web ADI FNDLOAD Saudi Arabia
https://sa.linkedin.com/in/- https://ae.linkedin.com/in/abh
93212957- singh-ahluwalia-b192
Use FNDLOAD for transferring value set de nitions.
-->Please note that when transferring Key Flex Fields and Descriptive ex elds the respective value sets against All Testimonial
each segment will be extracted and loaded automatically.
APPS2FUSION - EVENT LIST
Also, FNDLOAD can be used to migrate Key FlexFields, Descriptive Flex elds, Responsibilities and almost every other
FND entity.
<< Jul2017 >>
Mon Tue Wed Thu Fri Sat Sun
Please note that the text written down here could get wrapped in the browser.
1 2
Hence you may have to use \ to continue the single line command on Unix, in case you nd the lines wrapping
3 4 5 6 7 8 9
In my case I am ensuring that $CLIENT_APPS_PWD has the apps password before running the scripts
10 11 12 13 14 15 16

17 18 19 20 21 22 23

24 25 26 27 28 29 30
------------------------------------------------------------------------------------------
31

##To FNDLOAD Request groups


FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct
XX_MY_REPORT_GROUP_NAME.ldt REQUEST_GROUP REQUEST_GROUP_NAME="XX_MY_REPORT_GROUP_NAME" SEARCH ON APPS2FUSION
APPLICATION_SHORT_NAME="XXGMS"
Search ...
##Note that
##--------- Search

## <> will be your Application Shortname where request group is registered


## XX_MY_REPORT_GROUP_NAME
Will be the name of your request group
## ##To upload this Request Group in other environment after having transferred the ldt le ENQUIRE FOR TRAINING

FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afcpreqg.lct

Email *

------------------------------------------------------------------------------------------

First Name *
##To FNDLOAD Concurrent Programs
Last Name *
FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct
XX_CUSTOM_ORACLE_INTERFACE_PROG.ldt PROGRAM APPLICATION_SHORT_NAME="XXGMS"
CONCURRENT_PROGRAM_NAME="XX_CUSTOM_ORACLE_INTERFACE_PROG"
Country *
##Note that
##---------
## XXGMS will be your custom GMS Application Shortname where concurrent program is registered Mobile *
## XX_CUSTOM_ORACLE_INTERFACE_PROG
0812-345-678
Will be the name of your request group
## XX_CUSTOM_ORACLE_INTERFACE_PROG.ldt is the le where concurrent program de nition will be extracted Training of your interest *
## ##To upload
FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct
XX_CUSTOM_ORACLE_INTERFACE_PROG.ldt Enter your inquiry *

------------------------------------------------------------------------------------------

* required information
##To FNDLOAD Oracle Descriptive Flex elds
For security purposes, please type the
$FND_TOP/bin/FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a oad.lct
letters and numbers you see below.
XX_PO_REQ_HEADERS_DFF.ldt DESC_FLEX APPLICATION_SHORT_NAME=PO
DESCRIPTIVE_FLEXFIELD_NAME='PO_REQUISITION_HEADERS'
##Note that
##---------
## PO is the Application Shortname against which descriptive ex eld against PO Headers is registered
## PO_REQUISITION_HEADERS
is the name of Descriptive Flex eld against PO Requisition Headers SUBMIT
## Use the SQL below to nd the name of DFF, rather than logging into the screen (ooops via jinitiator)
########----->SELECT
########----->application_id, DESCRIPTIVE_FLEXFIELD_NAME, application_table_name
RELATED ITEMS
########----->FROM
########-----> fnd_descriptive_ exs_vl
########----->WHERE Moving XML/BI Publisher Components
Between Instances
########-----> APPLICATION_TABLE_NAME like '%' || upper('&tab_name') || '%'
Extend FNDLOAD
########----->ORDER BY APPLICATION_TABLE_NAME
FNDLOAD AME Objects
########----->/
FNDLOAD - A dive into basics
## To upload into another environment
FNDLOAD for Oracle Web ADI
$FND_TOP/bin/FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/a oad.lct
XX_PO_REQ_HEADERS_DFF.ldt

## OK another example for DFF against FND_LOOKUPS


FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a oad.lct
XX_FND_COMMON_LOOKUPS_DFF.ldt DESC_FLEX APPLICATION_SHORT_NAME=FND
DESCRIPTIVE_FLEXFIELD_NAME='FND_COMMON_LOOKUPS'
## OK another example for DFF against Project Accounting Expenditure Types
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a oad.lct
XX_PA_EXPENDITURE_TYPES_DESC_FLEX_DFF.ldt DESC_FLEX APPLICATION_SHORT_NAME=PA
DESCRIPTIVE_FLEXFIELD_NAME='PA_EXPENDITURE_TYPES_DESC_FLEX'

ARTICLES

------------------------------------------------------------------------------------------
Apps2Fusion Articles

##To FNDLOAD Oracle Menus


$FND_TOP/bin/FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
GET EMAIL UPDATES
ICX_POR_SSP_HOME.ldt MENU MENU_NAME="ICX_POR_SSP_HOME"
##Note that
##---------
Enter your email address...
## Oracle Menus are not attached to applications. Hence no need to include application short name
## ICX_POR_SSP_HOME is the menu name. This can be validated via below SQL
Subscribe
## select user_menu_name from fnd_menus_vl where menu_name = 'ICX_POR_SSP_HOME' ;
## Also note that we do not pass in the User_menu_name in this example Powered by Google FeedBurner

## OK, now to upload this le


$FND_TOP/bin/FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afsload.lct
ICX_POR_SSP_HOME.ldt

----------------------------------------------------------------------------------------------------------------------------

## Well, now for FND Messages to download a single message


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 you may as well download all the messages within an application


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'

## now to upload using FNDLOAD


FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct
XX_ICX_POR_LIFECYCLE_PAY_TIP.ldt

----------------------------------------------------------------------------------------------------------------------------
## Now it's the turn of Lookup values. Again, its not a rocket science
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD a vmlu.lct XX_TRX_BATCH_STATUS.ldt FND_LOOKUP_TYPE
APPLICATION_SHORT_NAME ='XXGMS' LOOKUP_TYPE="XX_TRX_BATCH_STATUS"
## Note that
## XX_TRX_BATCH_STATUS is the name of FND Lookup Type in this example
## This will download all the lookup codes within the de ned lookup
## To upload
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD a vmlu.lct XX_TRX_BATCH_STATUS.ldt

----------------------------------------------------------------------------------------------------------------------------

## You can also move the User de nitions from FND_USER


FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct
./XX_FND_USER_PASSI.ldt FND_USER USER_NAME='ANILPASSI'
#Do not worry about your password being extracted, it will be encrypted as below in ldt le
#BEGIN FND_USER "ANILPASSI"
# OWNER = "PASSIA"
# LAST_UPDATE_DATE = "2005/10/19"
# ENCRYPTED_USER_PASSWORD = "ZGE45A8A9BE5CF4339596C625B99CAEDF136C34FEA244DC7A"
# SESSION_NUMBER = "0"
To upload the FND_USER using FNDLOAD command use
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct
./XX_FND_USER_PASSI.ldt
Notes for using FNDLOAD against FND_USER:-
1. After uploading using FNDLOAD, user will be promoted to change their password again during their next signon
attempt.
2. All the responsibilities will be extracted by FNDLOAD alongwith User De nition in FND_USER
3. In the Target Environment , make sure that you have done FNDLOAD for new responsibilities prior to running
FNDLOAD on users.
----------------------------------------------------------------------------------------------------------------------------

## Now lets have a look at the pro le option using oracle's FNDLOAD
FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct
POR_ENABLE_REQ_HEADER_CUST.ldt PROFILE PROFILE_NAME="POR_ENABLE_REQ_HEADER_CUST"
APPLICATION_SHORT_NAME="ICX"
## Note that
## POR_ENABLE_REQ_HEADER_CUST is the short name of pro le option
## We aren't passing the user pro le option name in this case. Validate using ...
########----->select application_id, PROFILE_OPTION_NAME || '==>' || pro le_option_id || '==>' ||
########----->USER_PROFILE_OPTION_NAME
########----->from FND_PROFILE_OPTIONS_VL
########----->where PROFILE_OPTION_NAME like '%' || upper('&pro le_option_name') || '%'
########----->order by PROFILE_OPTION_NAME
########----->/
## Now to upload
FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct
POR_ENABLE_REQ_HEADER_CUST.ldt

----------------------------------------------------------------------------------------------------------------------------

## Now for the request sets that contain the stages and links for underlying concurrent programs
## For this you will be rstly required to download the request set de nition.
## Next you will be required to download the Sets Linkage de nition
## Well, lets be clear here, the above sequence is more important while uploading
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct
XX_GL_MY_INTERFACE_SET.ldt REQ_SET REQUEST_SET_NAME="FNDRSSUB4610101_Will_look_like_this"
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct
XX_GL_MY_INTERFACE_SET_LINK.ldt REQ_SET_LINKS REQUEST_SET_NAME="FNDRSSUB4610101_Will_look_like_this"
## Note that FNDRSSUB4610101 can be found by doing an examine on the
########----->select request_set_name from fnd_request_sets_vl
########----->where user_request_set_name = 'User visible name for the request set here'
## Now for uploading the request set, execute the below commands
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct
XX_GL_MY_INTERFACE_SET.ldt
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct
XX_GL_MY_INTERFACE_SET_LINK.ldt

----------------------------------------------------------------------------------------------------------------------------

## Now for the responsibility


FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct
XX_PERSON_RESPY.ldt FND_RESPONSIBILITY RESP_KEY="XX_PERSON_RESPY"
## note that XX_PERSON_RESPY is the responsibility key
## Now to upload
FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct XX_PERSON_RESPY.ldt

----------------------------------------------------------------------------------------------------------------------------
## OK, now for the forms personalizations
## For the forms personalizations, I have given three examples as below.
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a rmcus.lct XX_PERWSHRG.ldt
FND_FORM_CUSTOM_RULES function_name="PERWSHRG-404"
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a rmcus.lct
XX_HZ_ARXCUDCI_STD.ldt FND_FORM_CUSTOM_RULES function_name="HZ_ARXCUDCI_STD"
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a rmcus.lct
XX_AP_APXVDMVD.ldt FND_FORM_CUSTOM_RULES function_name="AP_APXVDMVD"
## Note that the function name above is the function short name as seen in the Function De nition Screen
## Now to upload the forms personalizations that are de ned against these forms functions....
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/a rmcus.lct XX_PERWSHRG.ldt
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/a rmcus.lct
XX_HZ_ARXCUDCI_STD.ldt
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/a rmcus.lct XX_AP_APXVDMVD.ldt

----------------------------------------------------------------------------------------------------------------------------

Notes :
1. Give special attention when downloading Menus or Responsibilities.
In case your client has several developers modifying Responsibilities and Menus, then be ultra carefull. Not being
carefull will mean that untested Forms and Functions will become available in your clients Production environment
besides your tested forms, functions and menus.

2. Be very careful when downloading ex elds that reference value sets with independent values for GL Segment
Codes.
By doing so, you will download and extract all the test data in GL Codes that might not be applicable for production.

3. There are several variations possible for FNDLOAD, for example you can restrict the download and uploads to
speci c segments within Descriptive Flex Fields. Please amend the above examples as desired for applying
appropriate lterations.
4. The list of examples by no mean cover all possible FNDLOAD entities.

5. FNDLOAD is very reliable and stable, if used properly. This happens to by one of my favourite Oracle utilities.

4. Last but not the least, please test your FNDLOAD properly, so as to ensure that you do not get any unexpected
data. In past I have noticed undesired results when the Lookup gets modi ed manually directly on production, and
then the FNDLOAD is run for similar changes. If possible, try to follow a good practice of modifying FNDLOADable
data only by FNDLOAD on production environment.

5. As the name suggests, FNDLOAD is useful for FND Related objects. However in any implementation, you will be
required to migrate the Setups in Financials and Oracle HRMS from one environment to another. For this you can
use iSetup. "Oracle iSetup".
Some of the things that can be migrated using Oracle iSetup are
GL Set of Books, HR Organization Structures, HRMS Employees, Pro le Options Setup, Suppliers, Customers, Tax
Codes
& Tax Rates, Financials Setup, Accounting Calendars, Chart of Accounts, GL Currencies.

ANIL PASSI

Prev

MORE ARTICLES FROM THIS AUTHOR


Missing Roles in Fusion Applications R9 instance
Fusion Accounting Hub for Finance Transformation
SLA's AAD in Fusion Accounting Hub
Constructing Journal Lines in Fusion Accounting Hub using Rules
Changing FAADMIN Password in Fusion Applications
Open First Period in Fusion General Ledger
Oracle some key products
SLA Part 8 - Creating Application Accounting De nition - AAD
Oracle Golden Gate Training
Concurrent Program Logs in Fusion Applications
Oracle Hyperion Planning Training Concepts
Forum for Clearing Concepts and Doubt Removal
Oracle SOA 12c is exciting
Oracle Data Integrator Training
Thanks for signing up with Apps2Fusion
Linkage between Oracle EBS HR FND_USER and Oracle IDM OIM AD
Integration testing of Part 1-8 in SSHR AME - Part 9
Unrelated to Oracle but IMPORTANT: Muhammad Yunus article
Oracle ACE
WF Noti cation API Install

OVERALL RATING (0)

0 out of 5 stars

Comments Lovies

PEOPLE IN THIS CONVERSATION


COMMENTS (149)

Sort by Oldest First / Sort by Latest First Subscribe: Email / RSS

GUEST - VISHAL about 10 years ago

Hi Anil,
I tried the command again. I was missing single quotes around APPLICATION_SHORT_NAME and hence was
giving me an error. Now it worked ne.

One question. When I uploaded the DFF,


Created By:
Creation Date
Updated By:
Update Date:

same as Updated By:


Update Date:
from the instance from which i downloaded the information.

Is there a way to show the sysdate as creation date ?

1nd Question, I could not nd a script above for migrating value sets with the data for them as well. Can
you add a script for this.

Thanks for the wonderful scripts.


Vishal.

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Vishal

The dates or rather the entire RowWho information will be passed in fromm Source System, i.e. whatever is
in the ldt le.

Open the lct le by doing


vi $FND_TOP/patch/115/import/a oad.lct

search for string fnd_ ex_loader_apis.up_desc_ ex

In the parameter last_update_date you can pass sysdate, replacing the value read from ldt le
Please note this is customization and is not supportable
The reason value sets were not included is because they always get downloaded or uploaded along with
Flex eld Segments or Conc Program Parameters. But anyway, please nd the script for FNDLOAD of value
set

$FND_TOP/bin/FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/a oad.lct


XX_SSHR_01_ETH_VALUE_SET.ldt VALUE_SET FLEX_VALUE_SET_NAME=XX_HRMS_ETH_ORIGIN

Thanks,
Anil Passi

Share Permalink

GUEST - ANIL PASSI about 10 years ago


GUEST - ANIL PASSI about 10 years ago

Hi Vishal

The dates or rather the entire RowWho information will be passed in fromm Source System, i.e. whatever is
in the ldt le.

Open the lct le by doing


vi $FND_TOP/patch/115/import/a oad.lct

search for string fnd_ ex_loader_apis.up_desc_ ex

In the parameter last_update_date you can pass sysdate, replacing the value read from ldt le
Please note this is customization and is not supportable
The reason value sets were not included is because they always get downloaded or uploaded along with
Flex eld Segments or Conc Program Parameters. But anyway, please nd the script for FNDLOAD of value
set

$FND_TOP/bin/FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/a oad.lct


XX_SSHR_01_ETH_VALUE_SET.ldt VALUE_SET FLEX_VALUE_SET_NAME=XX_HRMS_ETH_ORIGIN

Thanks,
Anil Passi

Share Permalink

GUEST - VIKRAM UNDE about 10 years ago

Hi Anil,

I used FBNDLOAD to donload/upload the ldt for Request Set & its Links. I am sucsessful to download the
Request Set & its Links from one instance, but the upload to another instance gives error as follows:
---------------------
Uploading from the data le XX_THA_GLDOIUPR_REP_DEF.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les (/u02/appluat/uatappl/fnd/11.5.0/patch/115/import/afcprs
et.lct(115.26), XX_THA_GLDOIUPR_REP_DEF.ldt) to stage tables
Dump LCT le /u02/appluat/uatappl/fnd/11.5.0/patch/115/import/afcprset.lct(115.
26) into FND_SEED_STAGE_CONFIG
Dump LDT le XX_THA_GLDOIUPR_REP_DEF.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (REQ_SET SQLGL XX_THA_GLDOIUPR_REP , STAGE_PROG 10 ) into FND_S
EED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for STAGE_PROG: APPLICATION_SHORT_NAME = SQLGL, REQUES
T_SET_NAME = XX_THA_GLDOIUPR_REP, STAGE_NAME = 1, SEQUENCE = 10, ORA-01403: no
data found
---------------------
Could you please advice urgently.

Thanks & Regards,


Vikram Unde

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Vikram,

The most likely cause of ORA-01403 during FNDLOAD is that Custom Application de ned in your dev
environment does not exist on other environment.
Hi Minal,
I am sorry for the late response to your urgent query, I had a busy day at work today.

For your concurrent program, the parameters must be downloaded by default. Please email me the lct le
you are using.
Has anyone modi ed the afcpprog.lct in your environment? Check if its version di ers from other
environment. Or email me your lct

Thanks,
Anil Passi

Share Permalink

GUEST - ANIL PASSI about 10 years ago

.
.
.
Hi Ruma,
Link http://www.google.com/search?q=site:apps2fusion.com+ nd-request-group-for-concurrent-programs
should answer your question, though partially.

Which application did you attach this Request Set to? It is possible that the Request Group against all those
responsibilities includes the Application which is attached to your Request Set.

Thanks,
Anil Passi

Share Permalink

GUEST - SIDDH about 10 years ago


Hi,
We have customized dashboard functionality in telesales. We have to move it into other instances. can you
let me know how to do the download for pro le check variables, pro le checks, drilldown for pro le checks
using FNDLOAD. The lct le used is cscprfbk.lct and cscprfck.lct

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Ruma,

I need to know the APPLICATION to which this request set is attached?

Not the responsibility.

Query the Request Set from Request set de nition screen and see which application is that attached to.

I think the APPLICATION associated with your request set is included in most of your request groups.

If so is not the case, then you need to raise Tar. Although, I very much doubt this being a bug.

Thanks,
Anil

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Ruma,

I need to know the APPLICATION to which this request set is attached?


Not the responsibility.

Query the Request Set from Request set de nition screen and see which application is that attached to.

I think the APPLICATION associated with your request set is included in most of your request groups.

If so is not the case, then you need to raise Tar. Although, I very much doubt this being a bug.

Thanks,
Anil

Share Permalink

GUEST - SIDDH about 10 years ago

Hi Anil,
Can you send one example to load telesales dashboard objects like pro le variables and drilldown using
FNDLOAD?

Thanks.
-Siddh

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Siddh

I think you need to open the lct le , and see the key parameters in DOWNLOAD section

Also see the UPLOAD section of lct, as that will have the API calls,with parameters mapped to ldt values.
This will give you the idea of the attributes that can be migrated.
Thanks,
Anil Passi

Share Permalink

GUEST - VENUGOPAL about 10 years ago

Hi Anil,

I want to migrate Lookup types with their values from one instance to another. The FNDLOAD with
download and upload runs ne for me. But there is no data in the ldt le. There are around 1500 lookup
values for a particular lookup type but when I upload it says no data to upload. Checked the ldt le it shows
only the lookup type de nition. Request you kindly help at the earliest
Thanks and Regards
Venugopal

Share Permalink

GUEST - VENUGOPAL about 10 years ago

Anil,
Thanks for your quick response. I have changed the lookup_code eld size to varchar2(250) but still facing
the same issue. I am sending the con g le to you (anilpassi@gmail.com). Request you to go through and
suggest changes.
Regards
Venugopal

Share Permalink

GUEST - ANIL PASSI about 10 years ago


Hi Venu

Use the lct le from this link.

See if this works


http://www.apps2fusion.com/docs_apps/demo/wf/ic_a vmlu.lct

Thanks,
Anil Passi

Share Permalink

GUEST - VENUGOPAL about 10 years ago

Hi Anil,

Tried with the .lct le you provided but it is not working. What could be the issue? Please help.

Regards
Venugopl

Share Permalink

GUEST - NILESH about 10 years ago

Hi Anil,
I have created one Oracle Alert in one environment and trying to migrate it to another environment. The
original alert action details text has some formatting which is getting lost during upload. Can you suggest
me how to maintain this text formatting?

Share Permalink

GUEST - ANIL PASSI about 10 years ago


.
.
.
Hi Nilesh,

Interesting, I never moved alerts using fndload.


But anyway, are you transferring the les in ascii mode?

thanks
anil

Share Permalink

GUEST - ANIL PASSI about 10 years ago

.
.
.
Hi Alexander,

You need to do two things.


1. check if your ldt le has required information, to ensure download worked successfully. You must be
able to locate each and every segment in the ldt le.
2. If your ldt le is OK, then check to see the log le that was created during upload. Are there any error
messages in the log le?

Thanks,
Anil Passi

Share Permalink

GUEST - RAJITHA about 10 years ago


GUEST - RAJITHA about 10 years ago

Hi Anil,

My requirement is to download the part of the menu not whole menu. Is there any option we can set while
downloading menu to down load based on sequence no or function name or by prompt name.

From metalink I found following example

CUSTOM_MODE=FORCE will upload any new items in the le that do not currently exist in the database
UPLOAD_MODE=REPLACE will replace any current values with the values in the le

Unix command is

FNDLOAD apps/apps_pwd@oracle_sid 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct


$MSC_TOP/patch/115/import/US msctop.ldt - WARNINGS=YES
UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

Thanks!

Rajitha

Share Permalink

GUEST - CHANDRASEKAR about 10 years ago

Please update this article by including examples of using Isetup for transferrring setup data. Pl give how to
access this responsibility and are there any pro les to be taken care of

Share Permalink

GUEST - ANIL PASSI about 10 years ago


GUEST - ANIL PASSI about 10 years ago

Hi Rajitha

I have never tried doing this on a speci c Function for Menus.

You can either restrict the fndload to a sub menu OR if you know precisely what menu entries you want,
then simply edit the ldt le and remove the unwanted entries.

**Pls test this on other instance, I think it should work, because I can see that lct le is calling
fnd_menu_entries_pkg.LOAD_ROW for the Menus available in ldt le

Thanks,
Anil Passi

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Chandra

I am yet to use iSetup myself, as I think it does not cover every possible setup.
Also, it appears to be based on linking di erent environments which involves admni activity, which I nd to
be a turn-o of getting this agreed with management

any wonder why not many people use iSetup?

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Excellent stu Alexander.

Share Permalink
GUEST - ANIL PASSI about 10 years ago
GUEST - ANIL PASSI about 10 years ago

Hi BSR

Each data type like value set , ex value etc have a internal id generated by the sequence.

If you do export and import, the value of the sequence used to generate unique key may di er in the two
environments. This can cause overlap and con icts

Hence, use FNDLOAD, because FNDLOAD uses respective APIs

thanks,
anil

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Frank,

Please check the width of the columns mentioned in lct le. Possibly one of the column have less number
of VARCHAR2(lenngth) than the corresponding length in the fnd_lookup_values

Share Permalink

GUEST - VISHAL about 10 years ago

Hi Anil,
Journal import, when run for the rst time, takes a lot of time to complete since it tries to create code
combiantions for the rst time.

Is there an Oracle API/Script which can be used to pre-create code combinations (Like we have Generate
Accounts program in FA) and which also takes care of cross-validation rules.
Thanks.

Share Permalink

GUEST - FLORIN about 10 years ago

hello Anil,

i guess you have to run the fndload commands using the applmgr user on the machine holding the
database for oracle apps. is there a way to run this fndload command using another user ?

thanks

Share Permalink

GUEST - ANIL PASSI about 10 years ago

I think this should work, so long as fndload has execute permission for your login, and also your login has
apps environment variables set, then it should work

thanks,
anil

Share Permalink

GUEST - ASHOK about 10 years ago

Hi Anil,
This page is very good and helps a lot. But i have one question, is there any way to rollback the ldt le
which is uploaded.
The reason is suppose if i have uploaded the ldt le (Concurrent Program with values) with wrong data,
how can i rollback the ldt le.
Thanks
Ashok

Share Permalink

GUEST - ASHOK about 10 years ago

Hi Anil,
This page is very good and helps a lot. But i have one question, is there any way to rollback the ldt le
which is uploaded.
The reason is suppose if i have uploaded the ldt le (Concurrent Program with values) with wrong data,
how can i rollback the ldt le.

Thanks
Ashok

Share Permalink

GUEST - BABU about 10 years ago

hi anil,
I am using FNDLOAD to migrate a custom report from the test instance to the production instance. i am
able to con gure everything in the production system except the parameters of the report.i have used the
sample scripts that are published in your site, can help me out please in con guring my report parameters
from the test system to the prodution system.
thanks in advance.

Thanks & Regards,


Babu.

Share Permalink
GUEST - ANIL PASSI about 10 years ago
GUEST - ANIL PASSI about 10 years ago

Hi Babu

The scipt will download and upload the parameters too. Simply con gure your parameters on DEV/TST,
then download, and then upload on PRD

Thanks
Anil

Share Permalink

GUEST - SATYA about 10 years ago

Hello experts,

I have a spreadsheet which has around 300-400 responsibilities and wanted to load into oracle tables.

Does, anybody has any ideas what will the process involved these responsibilities from spreadsheet to
oracle tables.

Any ideas will be highly appriciated.

-Satya

Share Permalink

GUEST - VISHNU about 10 years ago

API on Status change in Property Manager

Share Permalink

GUEST - NAGESH about 10 years ago


Hi Anil,

My Request group which i would like to migrate has lot of other Programs added in that which are not
available in Prod.Hence when i try migrating the whole request group, its throwing an error saying it could
not nd those programs.
However i would like to migrate only one program from that request group onto production using
FNDLOAD for reguest group.

Could you please let me know if i could migrate only one(or couple) of concurrent progs from a request
group using FNDLOAD. I tried ltering by a parameter UNIT_NAME in it, however it giving blank values for
others and causing probs.

Thanks,
Nagesh

Share Permalink

GUEST - MICHU about 10 years ago

Hi Anil,
Can you send some information about Oracle projects, am new to this module, I have to do costing
conversions,project conversions

Thanks

Share Permalink

GUEST - DHIMAN about 10 years ago

Hi Anil,

Can we upload forms also using FNDLOAD utility?


If yes, do we need to uploas Form and Form Function separately?

Please advice.

Thanks & Regards,


Dhiman.

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Dhiman

If you download the menu, that will download both form and form function for you.

To upload just the forms or form functions, kindly use the UPLOAD PARTIAL mode.

Parameters for the entities are:-

FORM
-------
FORM_APP_SHORT_NAME
FORM_NAME

FUNCTION
-----------
FUNC_APP_SHORT_NAME
FUNCTION_NAME
Thanks,
Anil Passi

Share Permalink

GUEST - RAJ NAIK about 10 years ago

Hi Anil,

Raj again, i missed one point. What about XML Reports, i mean Data De nition & Templates?

Thanks
Raj Naik

Share Permalink

GUEST - RAJ NAIK about 10 years ago

Hi Anil,

Raj again, i missed one point. What about XML Reports, i mean Data De nition & Templates?

Thanks
Raj Naik

Share Permalink

GUEST - ASHISH GAIROLA about 10 years ago

Anil,

I need one favor.Can we migrate Assign pro le options and Asssign security rules using FNDLOADER

Share Permalink

GUEST - ANIL PASSI about 10 years ago


GUEST - ANIL PASSI about 10 years ago

Hi

Migrating pro les by default will transfer all the values for that pro le option set at all possible levels.

With regards to Security pro les, please elaborate. Are you referring to the Rules to restrict Value set
values?

Thanks,
AniL Passi

Share Permalink

GUEST - NAGENDER about 10 years ago

Hi anil,
Good to know about FNDLOAD and its functionalities.
Mr. Anil can we use FNDLOAD to port reports from one environment to another. My requirement is to port
reports from 11 to 11i.

Thanks,
Nagender

Share Permalink

GUEST - PASSIANIL about 10 years ago

Hi Nag

You simply need to copy the rdf le into respective $MODULE_TOP/reports/US


or some other relevant language directory
thanks
anil

Share Permalink

GUEST - NAGENDER about 10 years ago

Hi Anil,
Thanks for the quick reply.Bur sry, I did not get you, my requirement is to movie all the existing
reports/custom reports in 11 environment to 11i(11.5.10.2) environment.
How can we do this, Can it be done using FNDLOAD.

Sorry, If I was not clear in my previous post.


And also Mr.Anil, how can we preserve the customizations we made for forms or reports when we upgrade
or migrate to a higher version.

Thanks,
Nagender

Share Permalink

GUEST - ANIL PASSI about 10 years ago

Hi Nag,

If you are moving concurrent program de nition for the reports then of course you can use FNDLOAD.

However if you are upgrading to 11.5.10, then upgrade process will retain your custom reports registered
with custom application

Thanks,

Share Permalink
GUEST - PRUTHVI about 9 years ago
GUEST - PRUTHVI about 9 years ago

Hi Anil,
Iam in need of some information from you.
I need to migrate the AOL data into an xl sheet, like all the concurrent program related data along with the
parameters it uses and the value sets associated with it will be stored in one tab.In short what ever the data
is generated by lct le in the ldt le i need it as an excel sheet.I have tried to convery the data in the ldt le
into xl format but iam not successful.Now i am trying to use the lct le and work on the code available in lct
le to get the work done.
Can you please suggest me what would be the best way to capture all the AOL related data into an xl sheet
or if there are any existing scripts available other that the .lct scripts to perform the job.
Thanks,
Pruthvi M.

Share Permalink

GUEST - APASSI about 9 years ago

Hi Pruthvi

Your second approach, of using SQL in lct le is the best approach.


In every lct le, there is a DOWNLOAD section that contains SQL's used to extract data.

You should use the same SQL as that in DOWNLOAD section of lct

Thanks,
Anil

Share Permalink

GUEST - SANDRA about 9 years ago


Hi Anil,
thank ypu for script, it helps very much.
I used it for upload fnd_new_messages, upload was succesful,i check table value, but when I start
application, there is no change in prompt_text at all. It is still the old value.
Thanks,
Sandra

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Sandra

Please request your DBA to generate message les. That should x the issue

Thanks,
Anil

Share Permalink

GUEST - SANDRA about 9 years ago

Thank you Anil very much!


I generate message le throw adadmin, and it works for all applications except for fnd (for message name
with start FND_SSO%).
I have one more question: I also change description for language in table fnd_languages_tl- what should I
do to see changes in application?
Regards,
Sandra

Share Permalink

GUEST - ANIL PASSI about 9 years ago


Hi Sandra,

Can you see the description re ected in fnd_languages_vl ?


You can try this from SQL*Plus, ensuring that NLS for SQL Session is same as that for the responsibility
being used to test the changes.

Thanks,
Anil Passi

Share Permalink

GUEST - KIKS about 9 years ago

Below are the commands to download & upload .ldt les useful for Alerts migration. As you know, one
should use APPS or APPS_READ passwords in order to generate the .ldt les.

--DOWNLOAD from one instance--


FNDLOAD 0 Y DOWNLOAD $ALR_TOP/patch/115/import/alr.lct ALR_ALERTS APPLICATION_SHORT_NAME=
ALERT_NAME=

--UPLOAD to another instance--


FNDLOAD 0 Y UPLOAD $ALR_TOP/patch/115/import/alr.lct

Best Regards,
Kiks

Share Permalink

GUEST - TUAN about 9 years ago

hello Anil,
I am noving custom responsibilities that has custom Menus and functions. Do I need to FNDLOAD custom
Functions and Menus before FNDLOAD custom Responsibility?

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Tuan

FNDLOAD for responsiblity will download for you things like security group, user group
Hence you need to upload the MENU rst using afsload.lct.
When you FNDLOAD menu's, form funtions and form de nitions attached to the menu's will also get
FNDLOAD'ed

Thanks
Anil

Share Permalink

HARDEEP SINGH about 9 years ago

Hi Anil,
When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL
for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL
table and if I not inserted into GL_INTERFACE_CONTROL what will happen?

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Krishnab

If you are submitting the JournalImport programatically, then you must create a record in
GL_INTERFACE_CONTROL.
This is so, because the GL Import process, when called programatically, must be passed the
interface_run_id as shown below
v_conc_id := fnd_request.submit_request(application => 'SQLGL'
,program => 'GLLEZL'
,description => NULL
,start_time => SYSDATE
,sub_request => FALSE
,argument1 => v_interface_run_id
,argument2 => p_sob_id
,argument3 => 'N'
,argument4 => NULL
,argument5 => NULL
,argument6 => 'N'
,argument7 => 'W');

In case you are submitting GL Import from screen, then the screen will do the insert into
gl_interface_control.

Another purpose of this table is in case you wish to use a custom or some other table for GL Import,
instead of gl_interface.
One such example is that project accounting uses PA_GL_INTERFACE. Hence in this case,
GL_INTERFACE_CONTROL.INTERFACE_TABLE_NAME will have a value of PA_GL_INTERFACE

If you leave GL_INTERFACE_CONTROL.INTERFACE_TABLE_NAME as null, then gl_interface will become the


source for importing the journals

Thanks,
Anil Passi

Share Permalink

HARDEEP SINGH about 9 years ago


HARDEEP SINGH about 9 years ago

Hi Anil,
In Oracle12i they introduced LEDGER_ID instead of SET_OF_BOOKS_ID,means is it same as
SET_OF_BOOKS_ID or any other use?

Share Permalink

HARDEEP SINGH about 9 years ago

Hi Anil,
In Oracle12i they introduced LEDGER_ID instead of SET_OF_BOOKS_ID,means is it same as
SET_OF_BOOKS_ID or any other use?

Share Permalink

HARDEEP SINGH about 9 years ago

Hi Anil,
We can extract the data from in 2 ways.
1.Useing UTL File
2.Useing Spool

From above 2 which one is the usefull and preferable?

Share Permalink

GUEST - ANITA about 9 years ago

Hi,
I want to migrate Element,Fast Formula and setup to production Env from development env. Can I migrate
Element and Fast Formula using FNDLOAD, If you can provide sample script for the above(FF,Element,Setup
Payroll)I will be greatful to you.
Thanks
Anita

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Anita,

For moving the fast formulas from one environment to another, please use Fast Formula Assistant.
You can also search on Metalink for Fast Formula Assistant
Metalink Note is 435765.1

For elements, there are two lct les that I can see on my environment.
--For transferring element types
$PAY_TOP/patch/115/import/pypett.lct

--For transferring Element Input Values


$PAY_TOP/patch/115/import/pypivt.lct

Note: Please test these lct les before usage, as I am yet to use these loader les myself

Thanks,
Anil Passi

Share Permalink

GUEST - MARCO RAMOS about 9 years ago

Has anyone encounterd this problem. I'm currently at a new project and I'm trying to use fndload to
download my concurrent program de nitions. I specify the
ENTITY = PROGRAM and the two parameters APPLICATION_SHORT_NAME and
CONCURRENT_PROGRAM_NAME but I keep getting the message below in my log le:

An entity name must be speci ed for the download operation

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Marco

To download, you do not need to specify the ENTITY

FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct


XX_CUSTOM_ORACLE_INTERFACE_PROG.ldt PROGRAM APPLICATION_SHORT_NAME="XXGMS"
CONCURRENT_PROGRAM_NAME="XX_CUSTOM_ORACLE_INTERFACE_PROG"

Thanks,
Anil Passi

Share Permalink

GUEST - DILEE about 9 years ago

Hi Anil,

Is is posible to download the ldt les of concurrent programs without the values of independent valuesets?

Thanks & Regards,


Dilee

Share Permalink

GUEST - ANKUR JAISWAL about 9 years ago


Hi Anil
can we use FNDLOAD to transfer Transaction Type set up IN AME/OAM.
also,could you guide us to create new lcts.
Regards
Ankur

Share Permalink

GUEST - NAGA about 9 years ago

Hi Anil,
How can we move XML publisher reports, Templates and Data de nitions?

thanks
Siva

Share Permalink

GUEST - VISHAL GOYAL about 9 years ago

Hi Anil,

Is there a way to transfer setups like JE Sources/Categories/Security Rules from Instance A to Instance B. We
have huge many setups in GL and want to xfer them, rather then using data loader to load them again
manually. I have DFFs as well on sources/categories.

Thanks.
Vishal.

Share Permalink

GUEST - ANIL PASSI about 9 years ago


Hi Siva

XML Publisher stores the metadata and physical les for templates and data de nitions
in BLOB columns in its schema. XML Publisher allows you to use FNDLOAD
in conjunction
with XDOLoader to allow you to move the metadata and physical les for your templates
and data de nitions from one instance to another.

FNDLOAD can
---------
Upload and download the data de nition information and the template metadata

XDOLoader can
-------------
Upload and download the physical les like (RTF, PDF, XSL-FO, XML, and XSD)

For complete details, see page 251 onwards from the link below
http://download-uk.oracle.com/docs/cd/B40089_02/current/acrobat/120xdoig.pdf

Hi Vishal,

See the latest documentation of Oracle iSetup.


The version I have can transfer the following for General Ledger
Sets of Books
Chart of Accounts
Statistical Units of Measure
Account Code Combinations
Accounting Calendar
Currencies

Thanks,
Anil Passi

Share Permalink

GUEST - VINAYAKSAWAL about 9 years ago

Hi Anil,

First of all we appreciate your dedication towards the APPS community. i am strong follower of your portal
I have one question
My question may be bit wierd for you.

I need to move all the FND objects from one instance to another in one shot is it possible?
and also to that i need whichever are present on the destination sever should not get overlapped.?

Can you please suggest your expertise ?

Cheers,
Vinay

Share Permalink

GUEST - ANIL PASSI about 9 years ago


Hi Vinay

Take a copy of each lct le and rename those as xx.


In the upload section, you will nd the API calls or update statements. You can modify that section to
include an IF statement before each API Call. This IF Statement will check the existence of the object in
destination instance prior to APIs being invoked.

Next use these xx...lct les to upload.

I can't see any existing parameter in FNDLOAD controller les, to meet your requirements out of the box.

Do proper testing too.


Thanks,
Anil Passi

Share Permalink

GUEST - DEEPTHI J about 9 years ago

If it is using Fast Formula Assitant please let me know the process.

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Deepthi

I am pasting this straight from Metalink Note 435765.1, as below

Applies to:
Oracle Payroll - Version: 11.5.10
Information in this document applies to any platform.
Goal
How do you set up FastFormula Assistant (new functionality in HRMS Family Pack K ) ?

Solution
Here are the steps:

1)
Add the following menus
Cross-Business Group Home Page
FastFormula Assistant Home Page
to a suitable point in the SHRMS Navigator menu tree.
Responsibility : System Administrator
Navigation : Application > Menu

NOTE : We DO NOT provide a prompt for these submenus.


These menus are needed only to give the appropriate permissions for all the functions below each
menu.

2)
Add the following functions
FF Assistant Cross-Business Group Search Page
FF Assistant Search Page
to the SHRMS BASIC menu giving an appropriate prompt for each function
(i.e. Global FastFormula Assistant and FastFormula Assistant).
Responsibility : System Administrator
Navigation : Application > Menu
3)
Ensure the 'FastFormula Transaction Manager' concurrent manager is
running on your environment.
Log in as System Administrator

Concurrent > Manager > De ne


Query back FastFormula Transaction Manager

Is Enabled Checkbox ticked ?


If not can you :-
a) Check Enable checkbox
b) Save changes
c) Activate Manager :-
1) Navigation : Concurrent > Manager > Administer
2) Query back Fast% (there should be 1 or more processes).
3) Click on Activate if FastFormula Transaction Manager not already running

Thanks,
Anil Passi

Share Permalink

GUEST - DEEPTHI J about 9 years ago

Hi Anil,
Followed the steps and setted up the fast formula assistant,but i am not able to upload the fast formula.I
am able to download the Fast formula but not able to upload the formula.If you know the process and if
can explain me the same that would be of great help.
Thanks
Deepthi

Share Permalink

GUEST - RAMACHANDRA about 9 years ago

Hi Anil

I want to pass application short name as parameters for this afscursp.lct


some of the entities like fnd_user etc... did't have application table. so how can i pass application short
name as parameter for this afscursp.lct le.

Plese give me advise.

Thank you.
RamaChandra.N
Please give me suggestions.

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Rama

Please visit http://www.google.com/search?q=site:apps2fusion.com+fndload-a-dive-into-basics for the


answer to your question. The presentation explains that concept.

Thanks
Anil Passi

Share Permalink

GUEST - RAMYA about 9 years ago


GUEST - RAMYA about 9 years ago

Hi Anil,

I have a sample code of downloading the valuesets,concurrent programs and Request Groups using
FNDLOAD.

In the request area...in old sample code they had used UNIT_TYPE and UNIT_NAME....what these are
related to.

Kindly Clarify...

Ramya

Share Permalink

GUEST - PUNIT about 9 years ago

I have a requirement
I have created a concurrent program, which has parameters like cost centre number(using DFF valuesets). I
want to move the concurrent program from TEST to production, but i do not want the d values from Test
to overwrite the values in Production. Is there some way we can down load only the vlaue set name in ldt
le for Concurrent progtrams not the values.

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Punit

Have a look at presentation in [url]http://www.google.com/search?q=site:apps2fusion.com+fndload-a-dive-


into-basics-2[/url]
That will help you nd the answer yourself.

Thanks,
Anil Passi

Share Permalink

GUEST - RAMCHANDRA about 9 years ago

Hi Anil

I am Trying to upload Responsibilities individually by using FNDLOAD.


But, it giving error like

Uploading from the data le xxbmc_bcm_responsibility.ldt


Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les
(/u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afscursp.lct(115.44),
xxbmc_bcm_responsibility.ldt) to stage tables
Dump LCT le /u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afscursp.lct(115.44) into
FND_SEED_STAGE_CONFIG
Dump LDT le xxbmc_bcm_responsibility.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (FND_APPLICATION BMCSREV , FND_RESPONSIBILITY BMCSREV
BMC_COLLECTIONS_MANAGER ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for FND_RESPONSIBILITY: APPLICATION_SHORT_NAME = BMCSREV, RESP_KEY =
BMC_COLLECTIONS_MANAGER, ORA-20001: APP-FND-01572: Invalid foreign key data was found for this
record.
Value CL_BMC_COLLECTIONS_MANAGER for column MENU_NAME does not exist in table FND_MENUS_VL.

Please give me solution.


Thank you.
Regards
Ramchandra.N

Share Permalink

GUEST - RAMCHANDRA about 9 years ago

Hi anil

I am trying uploading menus individually. but it giving error like

Please give me solution for these error.

Uploading from the data le xxbmc_401_menu.ldt


Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les
(/u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afsload.lct(115.59),
xxbmc_401_menu.ldt) to stage tables
Dump LCT le /u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afsload.lct(115.59) into
FND_SEED_STAGE_CONFIG
Dump LDT le xxbmc_401_menu.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (MENU *NULL* , MENU 401K MAINTENANCE ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for FORM: APPLICATION_SHORT_NAME = BMCS, FORM_NAME = BMCS401K, ORA-
01400: cannot insert NULL into ("APPLSYS"."FND_FORM"."APPLICATION_ID")
ORA-06512: at "APPS.FND_FORM_PKG", line 23
ORA-06512: at "APPS.FND_FORM_PKG", line 277
ORA-01403: no data found
Error loading seed data for FORM: APPLICATION_SHORT_NAME = BMCS, FORM_NAME = BMCSLOAN, ORA-
01400: cannot insert NULL into ("APPLSYS"."FND_FORM"."APPLICATION_ID")
ORA-06512: at "APPS.FND_FORM_PKG", line 23
ORA-06512: at "APPS.FND_FORM_PKG", line 277
ORA-01403: no data found

and another one is

Uploading from the data le xxbmc_ar_menu.ldt


Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les
(/u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afsload.lct(115.59), xxbmc_ar_menu.ldt)
to stage tables
Dump LCT le /u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afsload.lct(115.59) into
FND_SEED_STAGE_CONFIG
Dump LDT le xxbmc_ar_menu.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (MENU *NULL* , MENU AR_CONTROL_GUI ) into FND_SEED_STAGE_ENTITY
Upload from stage tables

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Ramchandra,

Please run this SQL in the destination environment.


Does this return a record?
Perhaps you haven't yet setup this custom application on the destination environment.

select application_id from fnd_application where application_short_name = 'BMCS';


Thanks,
Anil Passi

Share Permalink

GUEST - MUGUNTHAN.S about 9 years ago

Hi Anil,

We are trying to do the upgrade from 11.0.3 to 11.5.10.2 (Financials). How simply can we upgrade or
migrate the "Custom responsibilities/ menus (include and exclude) to the 11i environment ? Is there a script
available or is it part of the upgrade process.

Your help is very much appreciated.

Share Permalink

GUEST - RAMCHANDRA about 9 years ago

Hi Anil

I am Trying to upload Responsibilities individually by using FNDLOAD.


But, it giving error like

Uploading from the data le xxbmc_bcm_responsibility.ldt


Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les
(/u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afscursp.lct(115.44),
xxbmc_bcm_responsibility.ldt) to stage tables
Dump LCT le /u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afscursp.lct(115.44) into
FND_SEED_STAGE_CONFIG
Dump LDT le xxbmc_bcm_responsibility.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (FND_APPLICATION BMCSREV , FND_RESPONSIBILITY BMCSREV
BMC_COLLECTIONS_MANAGER ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for FND_RESPONSIBILITY: APPLICATION_SHORT_NAME = BMCSREV, RESP_KEY =
BMC_COLLECTIONS_MANAGER, ORA-20001: APP-FND-01572: Invalid foreign key data was found for this
record.
Value CL_BMC_COLLECTIONS_MANAGER for column MENU_NAME does not exist in table FND_MENUS_VL.

Please give me solution.

Thank you.
Regards
Ramchandra.N

Share Permalink

GUEST - SANJIB KUNDU about 9 years ago

Hello Anil,

I nd your site very useful. Really worth going thru all the blogs and articles.

My question to you is:


We have implemented 11.5.10.2. In one of our Development instances ( clone of Production instance) we
have created several Menu's and Responsibilities. While creating the Menu's we have given 10, 20 , 30 , 40
... and so on ... as the Sequence Number in the De ne Menu's form. When we have FNDLOAD the same
Menu's in the production instance the Sequence Number changed from 10, 20, 30 , 40 ..... to 1,2,3,4.

Why this has happened.

Thanks,
Sanjib Kundu
Jamshedpur, INDIA

Share Permalink

GUEST - NITIN GAOPANDE about 9 years ago

Hi Anil,
Following are my questions.Hope I get answers:
1. When a concurrent program is downloaded, is EXECUTABLE not required to be downloaded too? or it is
created automatically or manually has to be created??
2. Can FNDLOAD delete program once created (but not yet run)??

Thnks for this inforamtive site


Nitin

Share Permalink

GUEST - VIVEKCLEMENT about 9 years ago

Hi,
We have the same
I want to override the existing Menu's in the 1st instance with the new menu from the 2nd instance. But on
a normal FNDLOAD upload it appends to the existing menu items.
Is there any option by which i can upload without deleting the submenu's on the table level and do it from
the FNDLOAD itself ?

Share Permalink

OSSIE OSAKWE about 9 years ago


While Transferring Cocurrent programme through FNDLOAD,will it transfer the value set with that.If not
how that can be achived.

Thanks & Regards

Vinay

Share Permalink

GUEST - RAMCHANDRA about 9 years ago

Hi anil I am uploading menus by useing fndload.

While uploading i am getting log les.

1)Uploading from the data le /u001/app/applmgr/ftp/xxbmc_menu_24_BMCSREV_OE _USER.ldt


Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les
(/u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afsload.lct(115.59),
/u001/app/applmgr/ftp/xxbmc_menu_24_BMCSREV_OE _USER.ldt) to stage tables
Dump LCT le /u001/app/ocap2dv1/ocap2dv1appl/fnd/11.5.0/patch/115/import/afsload.lct(115.59) into
FND_SEED_STAGE_CONFIG
Dump LDT le /u001/app/applmgr/ftp/xxbmc_menu_24_BMCSREV_OE _USER.ldt into
FND_SEED_STAGE_ENTITY
Dumped the batch (MENU *NULL* , MENU BMCSREV_OE _USER ) into FND_SEED_STAGE_ENTITY
Upload from stage tableswhere
logon is username/password[@connect]
mode is UPLOAD, UPLOAD_PARTIAL or DOWNLOAD
con g le is the con guration le
data le is the data le
entity is an entity name, or - to specify all values in an upload
param is a NAME=VALUE string used for parameter substitution
batch_id is batch id

Please give me solution for this.

thank you.
Regards
Ramachandra.N

Share Permalink

GUEST - PRABHAKARREDDY about 9 years ago

hi anil,
i want information about tuning in RICE cpmponents.plse

Please give me solution for this.

Thanks and Regards


Prabhakar

Share Permalink

GUEST - ASHISH_ARORA about 9 years ago

Can u please provide anything related to Lookup type which is missing in this how to download or upload
lookups.

Share Permalink

GUEST - RAMANATH KAMATH about 9 years ago


Hi Anil,
please provide detailed information regarding backing up of request sets and trading partner setups

Thanks
Ramanath Kamath

Share Permalink

GUEST - AMRESH about 9 years ago

Hello Anil,

How to use in the case of Multilingual Concurrent programs.


Means from english to di rent languges.

Thanks & Regards,


Amresh

Share Permalink

GUEST - RAHULHRMS about 9 years ago

Hi all ,

How do i download EIT's.

Thanks ,
Rahul

Share Permalink

GUEST - ANIL PASSI about 9 years ago


Hi Rahul

HRMS EIT is a DFF.


Please use the DFF Syntax on FNDLOAD

Thanks,
Anil Passi

Share Permalink

GUEST - MADHUSUDHAN PADAMATINTI about 9 years ago

Hi Anil,
This page is very good and helps a lot. But i have one question
I have created one work ow noti cation in one environment and trying to move it to another environment.
Can you suggest me how to move this noti cation?
Regards
--------
madhu

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Madhu

Please use WFLOAD command to upload your work ow wft le to other environments.

Please search metalink for w oad syntax

Thanks,
Anil Passi
Share Permalink

GUEST - JIM BOYLAND about 9 years ago

I only want to migrate one concurrent program from one instance to another.
I used fndload to download one concurrent program and the .lct le seems to contain
every de nition for the custom application shortname.
I am hesitant to upload it

FNDLOAD apps/apps002 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct 29599_p


rog.ldt PROGRAM APPLICATION_SHORT_NAME="TFND" CONCURRENT_PROGRAM_NAME=
"Tupperware DBA Rebuild Indexes"

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Jim

You are passing the full name of concurrent program.


It should instead be the short name of the concurrent program.
Hence it will be something like CONCURRENT_PROGRAM_NAME=
"TUPPERWARE_DBA_REBUILD"

As per your FNDLOAD command, currently all your concurrent programs belonging to application TFND will
be downloaded.

Passing the short name of concurrent program will resolve this issue.

Thanks,
Anil Passi
Share Permalink

GUEST - SESHU NUKALA about 9 years ago

Anil,
Can you please provide me any FNDLOAD scripts that I can use to download and upload the Chart of
Accounts' value set values.

Thanks/

Share Permalink

GUEST - YAN about 9 years ago

Anil,
Do you have an example for "a oad.lct" le? I am having a problem with the syntax for Qualifer segment
values held in COMPILED_VALUE_ATTRIBUTES.
When I download the value set, the output for this attribute is as follows...
COMPILED_VALUE_ATTRIBUTES = "Y
\
Y"

If I change this to
COMPILED_VALUE_ATTRIBUTES = "N
\
N" for a particular value, and FNDLOAD in UPLOAD mode, it doesn't make any changes.

Any ideas as to what the syntax should be to change the values of "COMPILED_VALUE_ATTRIBUTES"?

Thanks

Share Permalink

GUEST - NATASA RADOSEVIC about 9 years ago


GUEST - NATASA RADOSEVIC about 9 years ago

Hi,

I generated message le throw adadmin for ICX module and I've got next messages: "No Oracle Message
les selected for generation".
Message les for other modules can be generated successfuly and I have a problem only for this one.
What could be a cause?
And is there a solution?

Tnx in advance!
Natasa

Share Permalink

GUEST - RAJ6367 about 9 years ago

Hi Folks,

I am using FNDLOAD utility to migrate the req sets from one instance to another. But the req sets are not
being updated, after the rst time. I mean if i make any changes to req set in dev, then download the req
set using FNDLOAD and migrate the same to UAT and upload it. The new changes are not re ected. Am i
missing any steps here!! please help. I am also trying by using FORCE for uploading.

for dowload this is the command i used:

FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct


FNDRSSUB1992_REQ_SET_DEF.ldt REQ_SET REQUEST_SET_NAME="FNDRSSUB1992"
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct
FNDRSSUB1992_REQ_SET_LK.ldt REQ_SET_LINKS REQUEST_SET_NAME="FNDRSSUB1992"

For upload this is what i used.


FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct
FNDRSSUB1992_REQ_SET_DEF.ldt
FNDLOAD apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct
FNDRSSUB1992_REQ_SET_LK.ldt

Thanks.

Share Permalink

GUEST - MARTAND JOSHI about 9 years ago

Hi Anil,
I have uploaded the FNDLOAD to upload the DFF. It has created the DFF but not DFV view. How can we
generate it or migrate it ?

Thanks

Share Permalink

TAMMYE HERRIN about 9 years ago

Hi Anil,

I have seen this question posted before, but some how, I did not nd any answer for this. I have gone
through your presentation located at: http://www.google.com/search?q=site:apps2fusion.com+fn...ics-2

We are using FNDLOAD utility to migrate AOL objects between instances. This utility migrates the value set
values, automatically, along with defeinition of concurrent program, if the concurrent program has any
parameter tied to an independent value set. This is causing a major issue of corrupting value set values in
the target instance. Is there any option for FNDLOAD, not to bring these value set values from source to
target instance, while migrating concurrent programs? Are there any other AOL objects behave the same
way?

I have checked the UPLOAD_PARTIAL option. But it is to upload certain given entity, but I did not see any
option not to load certain entity from a
downloaded ldt le.

I appreciate your help. This site is really the best one. It has got more detailed information than any other
sites/discussion forums, including metalink.

Thanks,
Srini

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Srini

You can use UPLOAD_PARTIAL, and upload only the desired entities.

Please have a look at presentation in [url]http://apps2fusion.com/technical-articles-mainmenu-


27/miscellaneous-mainmenu-40/21-miscellaneous-technology/198-fndload-a-dive-into-basics[/url]

Thanks,
Anil Passi

Share Permalink

TAMMYE HERRIN about 9 years ago


Thanks Anil, for your prompt reply.

So in this case for uploading a concurrent program, can I use all the entity names on the same command
line, excluding value set values, while uploading partial?
Or do I have to upload one entity at a time, for the concurrent program?

Is there any option to DOWNLOAD_PARTIAL, and not to include value set values for a concurrent program?

But how the other companies are handling this situation. Because it's look like a common problem. I have
used FNDLOAD about 4 years back, but that version's con guration le is not downloading value set values
along with the other entities for conc. program.

Thank You,
Srini

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Srini

Yes, there is an option for DOWNLOAD_PARTIAL too.

FNDLOAD apps/apps 0 Y DOWNLOAD_PARTIAL $FND_TOP/patch/115/import/afscursp.lct


$FND_TOP/patch/115/import/passiuser.ldt FND_USER USER_NAME='ANILPASSI'

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct


$FND_TOP/patch/115/import/passiuser.ldt FND_USER

End result is the same. If you already have downloaded the de nitions, simply use upload partial.

Cheers
Anil

Share Permalink

TAMMYE HERRIN about 9 years ago

Hi Anil,

Since I have downloaded the conc. program ldt le from source instance, it will have all the entities within
the le for coc. progrm. such as program, executable,
parameter, valueset de nition and valuset values.

When I upload the same le in the target instance, can I just use FNDLOAD command once and use
mulitple entity names on the command line?
Or do I have to use multiple times, one for each entity in the concurrent program ldt le? Because I have to
just exclude value set values, but all
other entity de nitions from the downloaded ldt le should be uploaded in the target instance.

What is the best practice? Is any documentation by Oracle?

Thank You Very much for your help.

-- Srini

Share Permalink

GUEST - ANIL PASSI about 9 years ago


GUEST - ANIL PASSI about 9 years ago

Hi Srini

Yes, you should be able to specify multiple entities at command line.


You do that anyway for download too, for example, for downloading a single concurrent program, you can
give Conc Short Name and the Application Short Name together.

Thanks,
Anil Passi

Share Permalink

VALERIA about 9 years ago

Hello Anil,
First, I like to thanks for all the valuable works that you done.
I am working on the FNDLOAD the pro le option and have a question about it.
I am moving the value of all required pro le options for custom responsibilities from instance X to instance
Y. However, instance X has more responsibilities
than instance Y. What would happen when I upload the pro le options from X to Y?

Share Permalink

GUEST - ANIL PASSI- about 9 years ago

HI Tuan

FNDLOAD for pro le options does not extract responsibility_id's.


What happens is this
DURING DOWNLOAD
1. For pro le values at resp level, responsibility keys are downloaded
DURING UPLOAD
1. The responsibility keys from downloaded le are translated into responsibility_id [if found]
2. The responsibility_id is then loaded using FNDLOAD into pro le options value table

If a responsibility does not exist in target system, then fndload will not be able to derive the resp_id from
resp_key. Hence that record will be skipped.

What I am trying to say here is that, I do not foresee data corruption.

Having said so, it is ideal for you to ensure that responsibility_keys in downloaded ldt le exist in target
system as well.
It does not matter if the responsibility_id is same or di erent. What matters is the match between the
responsibility_key

Thanks
Anil Passi

Share Permalink

VALERIA about 9 years ago

Anil,

Thanks a ton. It's the answer I am looking for.

Share Permalink

VALERIA about 9 years ago

Hi Anil,
Please nd below is the error during FNDLOAD Pro le Options:
Uploading from the data le GL_SET_OF_BKS_ID.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les (/apps5/applmgr/11i/pyriteappl/fnd/11.5.0/patch/115/import/afscprof.lct(115.52),
GL_SET_OF_BKS_ID.ldt) to stage tables
Dump LCT le /apps5/applmgr/11i/pyriteappl/fnd/11.5.0/patch/115/import/afscprof.lct(115.52) into
FND_SEED_STAGE_CONFIG
Dump LDT le GL_SET_OF_BKS_ID.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (PROFILE GL_SET_OF_BKS_ID , FND_PROFILE_OPTION_VALUES 10003
LNV_FIN_INV_CA_USER_FI INV ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for FND_PROFILE_OPTION_VALUES: PROFILE_NAME = GL_SET_OF_BKS_ID, LEVEL =
10003, LEVEL_VALUE = LNV_CONTROL_TOWER_US, LEVEL_VALUE_APP = CSF, ORA-01403: no data found

Is there any requirements prior to FNDLOAD Pro le Options? I was successful with the Responsibility and
now trying to the Pro le Options but it error out. Can you please help?
Thanks,
Tuan

Share Permalink

GUEST - ANIL PASSI about 9 years ago

Hi Tuan

Looks like one of the users or the responsibility in ldt le from source system does not exist in target
system.
Have you migrated all the new responsibilities from source to target, retaining the Responsibility Key?
Likewise for FND_USER.USER_NAME

Thanks,
Anil Passi
Share Permalink

VALERIA about 9 years ago

Hello Anil,
Both source and target instance are CRP instance. I only migrated the responsibilities that we wanted to
keep and carry over to the future production instance. Therefore, the target instance has less
responsibilities than the source instance. Also, the FND_USER.USER_NAME is not the same. I am not sure if
my DBA abort the job or it abort itse when encounter the error but I did not see any thing came over to
the target instance. I ws hoping that it would skip to the next record when responsibility key was not found.
Do you have any other advise? since I do not want move unwanted responsibilities to move to the target
instance.
Thanks,
Tuan

Share Permalink

GUEST - ANIL PASSI about 9 years ago

If you do not want unwanted responsibilities to be moves across, then you will have to manually cleanup
the ldt le.

Share Permalink

GAURI about 9 years ago

FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/a oad.lct


XXX_FND_COMMON_LOOKUPS_DFF.ldt DESC_FLEX APPLICATION_SHORT_NAME=FND
DESCRIPTIVE_FLEXFIELD_NAME='FND_COMMON_LOOKUPS'
DESCRIPTIVE_FLEX_CONTEXT_CODE='XXX_STATUS'

Share Permalink

GUEST - ANIL PASSI about 9 years ago


GUEST - ANIL PASSI about 9 years ago

Cheers Prabhakar, for sharing this, as it is a common practice to download just one single DFF structure.

Share Permalink

GUEST - RAM BALASUBRAMANYAN about 8 years ago

Hi,

Can FNDLOAD be used to migrate OA Framework Personalizations also? Pl. let me know, if there is any
others way of migrating these from one instance to another.

Thanks
Ram Balasubramanyan

Share Permalink

GUEST - ANIL PASSI- about 8 years ago

To move OAF Personalizations, do this


1. Login to Functional Administrator responsibility
2. Navigate to Personalization tab, and within that Import Export
Ensure that &#xRo;ot&#xDi;r% pro le is set to a valid directory on mid-tier

Thanks
Anil Passi

Share Permalink

GUEST - ANIL PASSI- about 8 years ago


Hi Ram

Have a look at this link [url]http://apps2fusion.com/apps/oa-framework/14-fwk/215-move-oa-framework-


personalizations-from-one-environment-to-another[/url]

Thanks,
Anil Passi

Share Permalink

VALERIA about 8 years ago

Hello Anil,
Have you done the FNDLOAD for collection elements and collection plans? Can we use FNDLOAD for this?
Can you give an example? Your advise is greatly appreciate here.
Thanks in Advande

Share Permalink

GUEST - ANIL PASSI about 8 years ago

No I haven't

But you can cd to $MODULE_TOP/patch/115/import/ and grep for collection tables within lct les.

Thanks,
Anil Passi

Share Permalink

GUEST - ELAINE FORTIN about 8 years ago


Hi Anil,
I'm getting the error:
"An entity must be speci ed for the download operation." when running this command:

$FND_TOP/bin/FNDLOAD apps/***** 0 Y download $XDO_TOP/patch/115/import/xdotmpl.lct


XMLPData.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME='HUICX'
DATA_SOURCE_CODE='HUICXDELEGRPT'

I tried with double quotes and no quotes as well. Can you see a problem?

Thanks,
Elaine

Share Permalink

GUEST - SHIRAZ about 8 years ago

Hi Anil,

Plese can you give the syntax for Downloading Element Types with Input Values using FNDLOAD.
Please if you can help us ASAP, I shall be greatful to you.

Thanks,
Shiraz

Share Permalink

GUEST - ANIL PASSI about 8 years ago

Try the below


FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $PAY_TOP/patch/115/import/pypett.lct
XX_ELEMENT_TYPE_NAME.ldt PAY_ELEMENT_TYPES E_ELEMENT_NAME="ELEMENTNAMEHERE"

Share Permalink

GUEST - SHIRAZ about 8 years ago

Hi Anil,

Many thanks for the quick response.

select * from PAY_ELEMENT_TYPES_F where element_name like 'test1'


O/p gives 1 record

But FNDLOAD apps/**** O Y DOWNLOAD $PAY_TOP/patch/115/import/pypett.lct test1.ldt


PAY_ELEMENT_TYPES E_ELEMENT_NAME="test1"
Gives no data in ldt le, when substituted E_ELEMENT_NAME with ELEMENT_NAME is the above FNDLOAD
command, it gives some data but not for "test1"
Please advice ...

Share Permalink

GUEST - SHIRAZ about 8 years ago

Hi Anil,

Thanks for you support.

We have found the problem, its with the lct le as condition "BUSINESS_GROUP_ID is NULL " is hard-coded
in it. We have a Business group de ned.
Please advice if we can change the condition in lct & Download from UAT instance & Upload to Production
instance...

Thanks again,
Shiraz

Share Permalink

GUEST - ANIL PASSI about 8 years ago

Hi Shiraz,

Another problem you will face is that input values will not be downloaded and uploaded via that lct le.
Perhaps FNDLOAD is not ideal for what you are trying to achieve.

You should also have a look at Oracle iSetup

Thanks,
Anil Passi

Share Permalink

GUEST - CYRIL about 8 years ago

Hi,

I reply to the issue of Yann concerning the compiled_value_attributes.

I understand you have infact two elds to populate in the compiled_value_attributes with the values Y and
Y (that you have changed with N and N). To solve your problem, modify the ldt le replacing :
'Y

Y'
by : 'Y'||chr(10)|| 'Y'

Then you can upload in the destination environment.

Hope it can help you.

Bye

Cyril

Share Permalink

GUEST - PARAG GURJAR about 8 years ago

Anil
can you suggest me how to move fast formula from one bg to other in bulk

Share Permalink

GUEST - ANNADA about 8 years ago

Hi,

We want to transfer all the customized objects in fnd_top from one instnce to another because we are not
copying fnd_top.

Can you please help me out.


Its very very urgent.. Thanks a lot

Share Permalink

GUEST - ANIL PASSI about 8 years ago


You can download by specifying the Application Shortname , leaving the object name blank.
You will have to do this for each lct le separately

Thanks
Anil Passi

Share Permalink

GUEST - TINA about 8 years ago

Hi,

I want to download concurrent program along with executable and value sets (even custom ones). Can you
please let me know the correct command?

Share Permalink

GUEST - NISHANT about 8 years ago

Hello,

Can some one email me how to download and upload the KFF and Pro le option de nitions !
am not able to do that.

Nishant

Share Permalink

GUEST - ARYAN about 7 years ago

Hello Anil,

Can we use fndload to migrate the concurrent programs from 11i ebs to R12 ebs.
Thank you.

Share Permalink

GUEST - SIDDHARTH SHAH about 7 years ago

Hi Anil,
I am trying to create request set from one instance to another. I have downloaded the ldt and am trying to
upload the ldt and getting this error.
Uploading from the data le SITEL_GLSTRING_SET.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT les (/prod/prodappl/fnd/11.5.0/patch/115/import/afcprset.lct(115.28),
SITEL_GLSTRING_SET.ldt) to stage tables
Dump LCT le /prod/prodappl/fnd/11.5.0/patch/115/import/afcprset.lct(115.28) into
FND_SEED_STAGE_CONFIG
Dump LDT le SITEL_GLSTRING_SET.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (REQ_SET SITGL FNDRSSUB2458 , STAGE_PROG 10 ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for STAGE_PROG: APPLICATION_SHORT_NAME = SITGL, REQUEST_SET_NAME =
FNDRSSUB2458, STAGE_NAME = STAGE10, SEQUENCE = 10, ORA-01403: no
data found
I checked for the application and it exists. Please suggest.
Thanks in advance.
Siddharth

Share Permalink

GUEST - VISHAL about 6 years ago

Hi There is a requirement like below mentioned:-


Can anyone please suggest how we can procced on this.

There will be an automatic program created in the loca Oracle applications instance.
This program will take care of the following.
1. Download of concurrent programs : Based on the input concurrent program name,
this program will create an ldt le.
2. Upload of concurrent programs : Accepting an ldt le name,
this program will create a new concurrent program in the same instance

Share Permalink

GUEST - JOSEF about 6 years ago

MigrationLogiK GUI is the tool which automatically generates all migration scripts including FND objects,
Database Objects, XDOLoader and LIFFLoader. Database object can be immediately downloaded to your
client machine. If you decide to use MigrationLogiK server listener, than EBS objects ( pro le options,
concurrent programs, value sets... ) can be downloaded by simple click of a button to your client machine.
http://migrationlogik.com

Share Permalink

GUEST - PRANAV MULEY about 6 years ago

Dear Anil,

Thanks for the great explaination on FNDLOAD.

As I understand using FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD


$PAY_TOP/patch/115/import/pypett.lct XX_ELEMENT_TYPE_NAME.ldt PAY_ELEMENT_TYPES
E_ELEMENT_NAME="ELEMENTNAMEHERE"

we can upload Elements from one instance to another instance.


Is ther a way to move Balance, dimensions,FF to move from one instance to another instance?

Regards,

Pranav Muley

Share Permalink

GUEST - SACHINPY about 6 years ago

We are using OM_POST_BOOK_EVENT for writing personalization on sales order form post booking.
When we try to create LDT, this record is skipped.
When we changed it to seeded (LOV) like when_new_form_instance or when_new_block_instance, it gets
extracted in LDT le.
Any idea what needs to be done?
Is this an issue with FNDLOAD with custom events?

Share Permalink

GUEST - SURDACE about 4 years ago

Hi I have a valueset with d ... is there any way i can you FNDLOAD to download the valueset with its values
and the d assigned to the values.

Share Permalink

GUEST - NP about 4 years ago

Hi Anil,

FNDLOAD for lookup works ne for a common lookup, but for responsibility speci c ones (the ones with
the Global Security check box NOT CHECKED) it doesnt create the le correctly!!! Any suggestions?? does
the lct le change other than a vmlu.lct

Regards
NP

Share Permalink

GUEST - CORNELL about 2 years ago

I'm trying to migrate a new Descriptive Flex eld segment from development to QA machines.<br /><br />It
seems the FNDLOAD for DFF exports all segments for a table. But there's a comment above about how it
can work for a speci ed segment.<br /><br />How does one do that?<br /><br />Thank you

Share Permalink

ANIL PASSI about 2 years ago

Please edit the downloaded le and retain just those segments,<br /><br />Thanks,<br />Anil

Share Permalink

SUNILREDDY about 2 years ago

Hi Anil,<br />how to move rdf les from dev to test instance?

Share Permalink

GUEST - CORNELL about 2 years ago

First, Anil, great site, great help, thanks!<br /><br />I'm trying to export a concurrent job, and import into
another platform. I've used "##To FNDLOAD Concurrent Programs" which got the "Concurrent Program
Executables" and "Concurrent Program".<br /><br />Now I need to do the "Request Groups". That should
be "##To FNDLOAD Request groups". <br /><br />How do I nd the APPLICATION_SHORT_NAME and
REQUEST_GROUP_NAME?<br /><br />And, I assume that that will download all of the requests, can I edit
the le, removing all but the one of interest, and then upload?
Share Permalink

GUEST - SANTHOSH BABU about 1 year ago

Hi Anil,<br /><br />Can you please tell me download command for downloading the HRMS fast formula and
fast formula functions.<br /><br />Thanks,<br />Santhosh

Share Permalink

LOGIN TO POST A COMMENT

USERNAME PASSWORD

REMEMBER ME Login

Register Forgot password

A AA

LATEST ARTICLES POPULAR ARTICLES ABOUT APPS2FUSION

R12 EBS Oracle Time & Labor Subscribe to New Oracle Apps Apps2Fusion are passionate about Fusion Cloud E-Learning and classroom trainings. Training is our
(OTL) Training Articles on this Website by core business and we have been doing this for many many years. We work hard to advise trainees
Assigning roles, Email with right career paths. We have published various ve star rated Oracle Press Books each was best
responsibilities and create Basic Concepts - List of useful sellers in its category. We have helped many and could help you as well.
grants on Oracle EBS R12 AME Oracle Apps Articles
(Approval Management Forum - For Oracle Apps
Engine)- Demo Customization and Extensions
How to De ne Payroll in OA Framework Tutorials
Oracle EBS R12 HRMS- Demo Training
An Overview of Element Input XML Publisher and Data
Validation Fast Formula in Template - SQL Query to
Oracle Fusion HCM Cloud develop BI Publisher Reports
Application
How to De ne Payment
Methods in Oracle EBS R12
HRMS- Demo OUR COMPANY

Email Alerts for Our Articles

Follow us on twitter
QUICK MENU Join us on Facebook

Email Alerts for Our Articles Self Paced Courses

Follow us on twitter Custom home

Join us on Facebook About Apps2Fusion

Self Paced Courses Corporate Trainings

Custom home Finance Transformation


Experts
About Apps2Fusion

Corporate Trainings

Finance Transformation
Experts

Copyright Apps2Fusion 2017. Oracle Fusion Training & Fusion ELearning.

Das könnte Ihnen auch gefallen