Home » Applications » Oracle Fusion Apps & E-Business Suite » Key FlexFields....Urgent!!!
Key FlexFields....Urgent!!! [message #117913] Sun, 01 May 2005 09:15 Go to next message
venkatesham
Messages: 45
Registered: April 2005
Location: Hyd
Member

Hi,
Can any one tell how many Key FlexFields are there in
Oracle Applications and there names with Module name.


I will be thankful to u if u can provide this information

Thanks in Advance....

Ramesh..
Re: Key FlexFields....Urgent!!! [message #117959 is a reply to message #117913] Mon, 02 May 2005 02:47 Go to previous messageGo to next message
adragnes
Messages: 241
Registered: February 2005
Location: Oslo, Norway
Senior Member
Try this query:

SELECT fat.application_name
     , fif.id_flex_name
  FROM fnd_id_flexs fif
  JOIN fnd_application_tl fat
    ON fat.application_id = fif.application_id
   AND fat.language = 'US'
 ORDER BY fat.application_name


You could also use the Register Key Flexfield form available in the Application Developer responsibility to query all the flexfields.

--
Aleksander Dragnes
Re: Key FlexFields....Urgent!!! [message #117971 is a reply to message #117913] Mon, 02 May 2005 04:48 Go to previous message
venkatesham
Messages: 45
Registered: April 2005
Location: Hyd
Member
Thanks very much for providing this info......

Ramesh..
Previous Topic: Reconciliation Process of Sub-Ledgers
Next Topic: custom concurrent programs
Goto Forum:
  


Current Time: Tue Apr 16 10:00:48 CDT 2024