Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 306 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
metadata file for the PO Header and PO Line DFFs
Can you provide a sample extract or schema definition for the PO Header and PO Line DFFs that lists both the column names and their data types?
FscmTopModelAM.POLineDFFPublicBIAM.FLEX_BI_POLineDFFPublic_VI
FscmTopModelAM.POHeaderDFFPublicBIAM.FLEX_BI_POHeaderDFFPublic_VI
Answers
-
DFFs in Oracle applications contain columns named ATTRIBUTEn, where n is a number. These columns store additional information that businesses may need beyond standard fields. If you're working with PO_HEADERS_ALL or PO_LINES_ALL, the DFFs would be associated with these tables.
To get the exact schema definition, you might need to:
Query the data dictionary using SQL to retrieve column names and data types.
Check the Oracle BI Cloud Connector (BICC) PVOs for PO Headers and Lines.0
