Who's Online
0 registered (), 5 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Abseces in oracle hrms, super user: how to do I:
by tovia123
01:18 PM
Update EIT in SSHR
by Sahir
03:45 PM
End of Year Legislation Patch for 11i
by delboy
01:35 PM
Interfacing iRec and external sites
by DanC
09/02/12 11:42 PM
Capturing, Storing, & Paying Banked Overtime
by Paul
09/02/12 08:51 PM
Time and Labour & Oracle Projects
by Paul
09/02/12 07:34 PM
Search Engine Optimizers
by delboy
09/02/12 01:30 PM
Function for getting retropay-maintained balances
by CT
08/02/12 12:21 PM
Grade End Date
by Chris
03/02/12 10:46 AM
OLM Mandatory Enrolments
by bcooper
01/02/12 12:23 PM
Top Posters (30 Days)
CT 26
delboy 24
bcooper 14
tovia123 5
Sahir 5
Gus 5
Tim Bailey 3
SBi 3
christm 3
Simon_Mc 3
(Views)Popular Topics
Family Pack K issues thread 18240
CREATE_GRADE api returns:PLS-00306: wrong number o 13774
Still trying to locate... 12214
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 10659
Viewing Output of another user 9140
HR_PF.K RUP4 8852
Review of my Release 12 laptop 8501
Adding a taskflow button to a form 7865
Enhanced Retro & Release 12 7689
Family Pack K 7127
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: 344
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: 1080
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: 1080
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: 344
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
756 Members
48 Forums
1517 Topics
7287 Posts

Max Online: 63 @ 24/11/10 07:21 AM
Today's Birthdays
No Birthdays
Recent vacancies
Tea boy available 4 basic chores & some! services
by Simon_Mc
19/01/12 03:59 PM
Top Posters
bcooper 1095
CT 1080
delboy 500
Geoff Dixon 369
SBi 344
vkumar 223
kp_rapolu 213
cbrookes 197
Gavin Harris 160
Gus 132
February
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