Chart of Accounts - FND - FLEX PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

ORACLES CHART OF ACCOUNTS XREF WITH FLEX VALUES

Keywords: flexfield fnd flex field value oracle general ledger gl ar


accounts receivable key segment values lookup
FND_LOOKUP_TYPES_TL
FND_LOOKUP_VALUES_VL
fnd_flex_value_sets

Wednesday, December 22, 2004

C:\Chart of Accounts 2.0.doc

By George Lewycky
http://georgenet.net/oracle
[email protected]

select * from fnd_flex_values_t

Chart of Accounts
select * from fnd_languages
select * from
fnd_flex_value_sets
where flex_value_set_id >=
1005830
select * from fnd_flex_values
where flex_value_set_id =
1005838
order by flex_value
select * from
fnd_flex_values_t

select * from fnd_languages


select * from fnd_flex_value_sets
where flex_value_set_id >= 1005830
select * from fnd_flex_values
where flex_value_set_id = 1005838
order by flex_value
select * from fnd_flex_values_tl

NOTE: flex_value_set_id >= 1005830

 this value might vary machine to machine

select * from fnd_flex_value_sets where flex_value_set_id >= 1005830

flex_value_set_name

creation_date

created_by

format_type

maximum_size

description

flex_value_set_id
1005834
1005835
1005836
1005837
1005838

XXX_COMPANY
XXX_ACCOUNT
XXX_COSTCENTER
XXX_FUNCTION
XXX_JOB

6/25/2003 2:18:11 PM
6/25/2003 2:19:47 PM
6/25/2003 2:22:08 PM
6/25/2003 2:23:24 PM
6/25/2003 2:24:33 PM

1011
1011
1011
1011
1011

C
C
C
C
C

1
5
4
3
5

COMPANY
ACCOUNT
COST CENTER
FUNCTION
JOB

select * from fnd_flex_values where flex_value_set_id = 1005838 and


flex_value_id = 56782

flex_value_id

flex_value

enabled_flag

summary_flag

start_date_active

end_date_active

parent_flex_value_low

parent_flex_value_high

structured_hierarchy_level

hierarchy_level

compiled_value_attributes

56782

99830

null

null

null

null

null

null

Y|Y

value_category

flex_value_set_id
1005838

last_update_date

last_updated_by

creation_date

created_by

description

11/29/2004 10:54

-1

11/9/2004 14:30

-1

2005-MAIN LINE SWITCH


PROGRAM

flex_value_meaning

language
US

source_lang

flex_value_id
56782

US

99830

select * from fnd_flex_values_tl


where flex_value_meaning = '99830'

You might also like