[Home] [Help]
[Dependency Information]
| Object Name: | SO_REPORT_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | OE |
| FND Design Data: | OE.SO_REPORT_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
SO_REPORT_PARAMETERS stores information about the run parameters for
each report used in a document set.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SO_REPORT_PARAMETERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
REPORT_ID
|
| 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 |
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;
OE.SO_REPORT_PARAMETERS does not reference any database object
OE.SO_REPORT_PARAMETERS is referenced by following:
APPS
SO_REPORT_PARAMETERS
|
|
|
|