[Home] [Help]
[Dependency Information]
| Object Name: | FA_RX_REP_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | FA |
| FND Design Data: | OFA.FA_RX_REP_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
FA_RX_REP_PARAMETERS stores the parameter definitions for the
different reports for RX reports.
.
All rows in this table are seeded.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FA_RX_REP_PARAMETERS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
REPORT_ID
NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_ID | NUMBER | Yes | Unique ID of the report | |
| LOV_ID | NUMBER | ID of LOV attached to this parameter of the report | ||
| NAME | VARCHAR2 | (80) | Yes | Parameter name, as it appears in the RX client |
| REQUIRED | VARCHAR2 | (3) | Yes | Determines if parameter is required |
| MAX_LENGTH | NUMBER | Yes | Maximum length of the parameter | |
| DATATYPE | VARCHAR2 | (30) | Yes | Datatype of the parameter |
| PARAMETER_COUNTER | NUMBER | Ordering of the parameter | ||
| COLUMN_NAME | VARCHAR2 | (30) | Name of the interface table column in which this attributes' values are stored | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| RELATIONAL_OP | VARCHAR2 | (3) | Relational operator | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_ID
, LOV_ID
, NAME
, REQUIRED
, MAX_LENGTH
, DATATYPE
, PARAMETER_COUNTER
, COLUMN_NAME
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, RELATIONAL_OP
, ZD_EDITION_NAME
FROM FA.FA_RX_REP_PARAMETERS;
FA.FA_RX_REP_PARAMETERS does not reference any database object
FA.FA_RX_REP_PARAMETERS is referenced by following:
FA
FA_RX_REP_PARAMETERS#
|
|
|
|