Suggestions to load data into the Accounting FlexField Valueset
Posted: 17 September 2006 02:00 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2006-09-17

Hi,

Do any of you have any suggestions on loading data into the accounting flex field valuesets (other than using Data Loader)

Thanks in Advance

Best Regards

Ramdas

Profile
 
 
Posted: 17 September 2006 05:56 PM   [ Ignore ]   [ # 1 ]
Newbie
Avatar
Rank
Total Posts:  18
Joined  2005-07-20

Try SmartDB. http://www.smartdbcorp.com

Profile
 
 
Posted: 22 September 2006 08:16 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2006-08-23

Hi,

You can use FNDLOAD utility to load flexfield value set.

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct file_name.ldt VALUE_SET FLEX_VALUE_SET_NAME="value set name”

Regards,
Vinod

Profile
 
 
Posted: 23 October 2006 09:09 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  2
Joined  2006-10-23

Hi vinod,

Can you pls elaborate as to how to use FNDLOAD.

I have a requirement wherein i need to load assets with multilple source lines. I have checked the Oracle ADI, which has a limitation that it can load assets with single source lines.

Any help on this?

Thanks
Anurag

Profile
 
 
Posted: 26 October 2006 11:56 PM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  2
Joined  2006-10-26

You can also use dataloader for loading values through forms

Profile
 
 
Posted: 31 October 2006 07:44 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  4
Joined  2006-10-31

I am attaching a document on FNDLOAD which should make it easier for you to upload your data

Thanks
Syed

File Attachments
FLDLoad.pdf  (File Size: 123KB - Downloads: 1759)
Profile
 
 
Posted: 05 December 2006 09:50 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  5
Joined  2006-11-29

I guess you can use following API

apps.Fnd_Flex_Val_Api.create_independent_vset_value

RamdasP - 17 September 2006 02:00 PM

Hi,

Do any of you have any suggestions on loading data into the accounting flex field valuesets (other than using Data Loader)

Thanks in Advance

Best Regards

Ramdas

Profile