Who's Online
1 registered (CT), 7 Guests and 3 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Concurrent Request - running slow
by CT
Today at 11:16 AM
Element to recover value in balance on leaving
by jkavia
Today at 11:04 AM
P11d's
by jkavia
Today at 10:49 AM
Assignment EIT not displaying in Self Service
by CT
Today at 06:45 AM
Vehicle Mileage Setup
by Chris Abraham
Yesterday at 12:24 PM
In which table is external learning data stored
by DMC
Yesterday at 08:45 AM
Oracle Payroll and Cash Management
by Gus
20/05/12 11:27 AM
Pension Auto Enrolment
by CT
18/05/12 09:46 AM
11.5.10 "Extended Support" extended til..... when?
by Vigneswar Battu
17/05/12 10:59 AM
Hacking element definitions
by CT
15/05/12 08:42 AM
Top Posters (30 Days)
CT 38
delboy 36
Vigneswar Battu 15
pat.woodall 9
bcooper 4
Gus 4
DMC 3
Mani 3
7Giri 3
Ryan 3
(Views)Popular Topics
Family Pack K issues thread 20153
CREATE_GRADE api returns:PLS-00306: wrong number o 15194
Still trying to locate... 13844
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 11889
Viewing Output of another user 10307
HR_PF.K RUP4 10271
Review of my Release 12 laptop 9733
Enhanced Retro & Release 12 9397
Adding a taskflow button to a form 9129
Family Pack K 7906
Topic Options
Rate This Topic
#3813 - 16/12/08 01:10 PM List of DFFs in the system (for audit purposes)
SBi Offline
sitting tennant

Registered: 23/05/08
Posts: 356
Loc: UK
I have a audit requirement to get a list of all descriptive flexfields defined in the system (custom/standard) with details.
Is there a standard setup report available or may be a custom sql if anyone has developed, for similar requirement?


Top
#3826 - 22/12/08 11:12 AM Re: List of DFFs in the system (for audit purposes) [Re: SBi]
CT Online   content
Guru
***

Registered: 11/03/05
Posts: 1185
Loc: Bath
Shiva

Not sure if it covers the entire system, but in (R12) Order Entry there is apparently an Oracle Reports concurrent program called 'Descriptive Flex Listing' - also not sure if it's available in R11.5, but might at least be a reasonable basis for a custom version?

_________________________
L&K
CT

Remember: A dog is for life, not just for Christmas... unless you're in Korea

Top
#3829 - 22/12/08 02:01 PM Re: List of DFFs in the system (for audit purposes) [Re: CT]
CT Online   content
Guru
***

Registered: 11/03/05
Posts: 1185
Loc: Bath
Shiva, what 'details' would be expected in this report?
_________________________
L&K
CT

Remember: A dog is for life, not just for Christmas... unless you're in Korea

Top
#3830 - 22/12/08 02:43 PM Re: List of DFFs in the system (for audit purposes) [Re: CT]
SBi Offline
sitting tennant

Registered: 23/05/08
Posts: 356
Loc: UK
All I wanted was DFF names and segments
I updated on OAUG email and got the below query which is somewhat useful.

--------------------------
SELECT dff.descriptive_flexfield_name,
dff.application_table_name,
app.application_short_name app,
u.descriptive_flex_context_code,
u.application_column_name,
u.end_user_column_name
FROM fnd_descr_flex_column_usages u,
fnd_descriptive_flexs dff,
fnd_application app
WHERE u.descriptive_flexfield_name NOT LIKE '$SRS$.%'
AND dff.descriptive_flexfield_name = u.descriptive_flexfield_name
AND app.application_id = dff.table_application_id
--AND dff.application_table_name = 'OE_ORDER_HEADERS_ALL'
--and u.descriptive_flexfield_name = 'RA_ADDRESSES_HZ'
ORDER BY app.application_short_name,
descriptive_flexfield_name,
descriptive_flex_context_code,
TO_NUMBER (REGEXP_REPLACE (u.application_column_name,
'[^0-9]'))

Top
#3850 - 24/12/08 11:51 AM Re: List of DFFs in the system (for audit purposes) [Re: SBi]
kp_rapolu Offline
claiming squatters rights

Registered: 15/11/07
Posts: 213
Loc: U.K
thanks for qry
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top



Moderator:  bcooper, CT 
Forum Stats
791 Members
48 Forums
1582 Topics
7651 Posts

Max Online: 67 @ 14/04/12 05:38 PM
Today's Birthdays
No Birthdays
Recent vacancies
Top Posters
CT 1185
bcooper 1112
delboy 594
Geoff Dixon 369
SBi 356
vkumar 223
kp_rapolu 213
cbrookes 197
Gavin Harris 163
Gus 146
May
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31