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


TABLE: OE.SO_REPORT_PARAMETERS

Object Details
Object Name: SO_REPORT_PARAMETERS
Object Type: TABLE
Owner: OE
FND Design Data: TableOE.SO_REPORT_PARAMETERS
Subobject Name:
Status: VALID


SO_REPORT_PARAMETERS stores information about the run parameters for
each report used in a document set.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_REPORT_PARAMETERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnREPORT_ID
Columns
Name Datatype Length Mandatory Comments
REPORT_ID NUMBER
Yes System-generated ID
PARAMETER_NUM NUMBER
Yes Tracks the order of a reports parameter
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
NAME VARCHAR2 (35) Yes Internal name of the parameter
Query Text

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


SELECT REPORT_ID
,      PARAMETER_NUM
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
FROM OE.SO_REPORT_PARAMETERS;

Dependencies

[top of page]

OE.SO_REPORT_PARAMETERS does not reference any database object

OE.SO_REPORT_PARAMETERS is referenced by following:

SchemaAPPS
SynonymSO_REPORT_PARAMETERS