GL_Account_Description [message #180351] |
Mon, 03 July 2006 03:22 |
krish12
Messages: 4 Registered: July 2006
|
Junior Member |
|
|
Hi
While developing Expences interface i have two columns one is gl_account that is mandatory another one is gl_account_description this is not mandatory.How to find gl_account_description.
|
|
|
|
Re: GL_Account_Description [message #180738 is a reply to message #180465] |
Wed, 05 July 2006 01:40 |
krish12
Messages: 4 Registered: July 2006
|
Junior Member |
|
|
hi
thanks for reply
Actually in gl we have gl_account and gl_acc_desc columns.
those things are key flexfields
Ex->
and gl_acc_desc will store like company-ind-hyd-banj
and gl_acc will store like 01-023-2332-46043
i found gl_accont from segments now i want gl_acc_desc plz help
Regards
krish
|
|
|
Re: GL_Account_Description [message #180763 is a reply to message #180738] |
Wed, 05 July 2006 03:14 |
agostino_neto
Messages: 180 Registered: July 2005
|
Senior Member |
|
|
Each segment belongs to a flex value set (FND_FLEX_VALUE_SETS table).
Independent segments are stored in FND_FLEX_VALUES (query with FLEX_VALUE_SET_ID also) and the description is stored in FND_FLEX_VALUES_TL.
|
|
|