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


TABLE: FA.FA_RX_REP_COLUMNS_B

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


FA_RX_REP_COLUMNS_B stores the column definitions of the different
reports for RX reports. (This table is the base MLS table.)


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_RX_REP_COLUMNS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREPORT_ID
ColumnATTRIBUTE_SET
ColumnCOLUMN_NAME
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
REPORT_ID NUMBER
Yes Unique ID for the report
ATTRIBUTE_NAME VARCHAR2 (80)
The name of the attribute as it appears to the user in the RX client's download window
COLUMN_NAME VARCHAR2 (80) Yes The name of the interface table column in which this attributes' values are stored
ORDERING VARCHAR2 (30)
Ordering of columns
DISPLAY_LENGTH NUMBER

Display length of the column in the report
DISPLAY_FORMAT VARCHAR2 (30)
Display format of the column in this report
ATTRIBUTE_SET VARCHAR2 (30) Yes Attribute set attached to this column in the report
DISPLAY_STATUS VARCHAR2 (30) Yes Display status of column in the report
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
BREAK VARCHAR2 (1)
Determines whether report should break on this column
ATTRIBUTE_COUNTER NUMBER

Attribute counter
BREAK_GROUP_LEVEL NUMBER

Determines the level at which this column breaks.
CURRENCY_COLUMN VARCHAR2 (30)
Name of column which holds the currency code for this column
PRECISION NUMBER

Precision used to format number value
MINIMUM_ACCOUNTABLE_UNIT NUMBER

Minimum Accountable Unit used to format number value
UNITS NUMBER

Units used to display number value
FORMAT_MASK VARCHAR2 (100)
Format mask for date and number columns
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT REPORT_ID
,      ATTRIBUTE_NAME
,      COLUMN_NAME
,      ORDERING
,      DISPLAY_LENGTH
,      DISPLAY_FORMAT
,      ATTRIBUTE_SET
,      DISPLAY_STATUS
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      BREAK
,      ATTRIBUTE_COUNTER
,      BREAK_GROUP_LEVEL
,      CURRENCY_COLUMN
,      PRECISION
,      MINIMUM_ACCOUNTABLE_UNIT
,      UNITS
,      FORMAT_MASK
,      ZD_EDITION_NAME
FROM FA.FA_RX_REP_COLUMNS_B;

Dependencies

[top of page]

FA.FA_RX_REP_COLUMNS_B does not reference any database object

FA.FA_RX_REP_COLUMNS_B is referenced by following:

SchemaFA
ViewFA_RX_REP_COLUMNS_B#