DBA Data[Home] [Help] [Dependency Information]


TABLE: FA.FA_RX_REPORTS

Object Details
Object Name: FA_RX_REPORTS
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_RX_REPORTS
Subobject Name:
Status: VALID


FA_RX_REPORTS stores the report definitions for RX reports.
.
All rows in this table are seeded.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_RX_REPORTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREPORT_ID
ColumnZD_EDITION_NAME
FA_RX_REPORTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
Columns
Name Datatype Length Mandatory Comments
REPORT_ID NUMBER (38) Yes Unique identification number for the report
APPLICATION_ID NUMBER
Yes Application ID for which the reports are displayed
CONCURRENT_PROGRAM_ID NUMBER (15)
ID of the concurrent program which runs the report
CONCURRENT_PROGRAM_NAME VARCHAR2 (30)
Name of the concurrent program which runs the report
INTERFACE_TABLE VARCHAR2 (80)
Interface table the report uses
CONCURRENT_PROGRAM_FLAG VARCHAR2 (3)
Flag to determine whether report uses a concurrent program
SELECT_PROGRAM_NAME VARCHAR2 (240)
Name of the report
RESPONSIBILITY_ID NUMBER (15)
Responsibility ID for which reports are displayed
VERSION_NUMBER NUMBER
Yes Version number of the report
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
WHERE_CLAUSE_API VARCHAR2 (80)
The name of the API to be used to retrieve an additional where clause for selection from interface tables
PURGE_API VARCHAR2 (80)
The name of the API to be used to purge the interface table and any underlying tables.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REPORT_ID
,      APPLICATION_ID
,      CONCURRENT_PROGRAM_ID
,      CONCURRENT_PROGRAM_NAME
,      INTERFACE_TABLE
,      CONCURRENT_PROGRAM_FLAG
,      SELECT_PROGRAM_NAME
,      RESPONSIBILITY_ID
,      VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      WHERE_CLAUSE_API
,      PURGE_API
,      ZD_EDITION_NAME
FROM FA.FA_RX_REPORTS;

Dependencies

[top of page]

FA.FA_RX_REPORTS does not reference any database object

FA.FA_RX_REPORTS is referenced by following:

SchemaFA
ViewFA_RX_REPORTS#