[Home] [Help]
[Dependency Information]
Object Name: | FA_RX_REP_COLUMNS_TL |
---|---|
Object Type: | TABLE |
Owner: | FA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FA_RX_REP_COLUMNS_TL stores the column definitions of the different
reports for RX reports. (This table is the translated MLS table.)
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FA_RX_REP_COLUMNS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REPORT_ID | NUMBER | Yes | Unique ID of the Report | |
ATTRIBUTE_SET | VARCHAR2 | (30) | Yes | Attribute set value |
COLUMN_NAME | VARCHAR2 | (80) | Yes | The name of the interface table column in which this attributes' values are stored |
LANGUAGE | VARCHAR2 | (4) | Yes | Indicates the defined language of the row's translated columns |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Indicates the actual language of the row's translated columns |
ATTRIBUTE_NAME | VARCHAR2 | (80) | Yes | The name of the attribute as it appears to the user in the RX client's download window |
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 | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_ID
, ATTRIBUTE_SET
, COLUMN_NAME
, LANGUAGE
, SOURCE_LANG
, ATTRIBUTE_NAME
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, ZD_EDITION_NAME
FROM FA.FA_RX_REP_COLUMNS_TL;
FA.FA_RX_REP_COLUMNS_TL does not reference any database object
FA.FA_RX_REP_COLUMNS_TL is referenced by following:
|
|
|