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


TABLE: AR.RA_LINE_ORDER_BY_COLUMNS

Object Details
Object Name: RA_LINE_ORDER_BY_COLUMNS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.RA_LINE_ORDER_BY_COLUMNS
Subobject Name:
Status: VALID


The RA_LINE_ORDER_BY_COLUMNS table stores the columns that can be used to define AutoInvoice line ordering rules. AutoInvoice uses line ordering rules to order transaction lines when grouping transactions into invoices, debit memos, and credit memos.
.
The primary key for this table is COLUMN_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RA_LINE_ORDER_BY_COLUMNS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOLUMN_ID
Columns
Name Datatype Length Mandatory Comments
COLUMN_ID NUMBER (15) Yes Ordering column identifier
COLUMN_NAME VARCHAR2 (30) Yes Column name
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
DESCRIPTION VARCHAR2 (80)
Column description
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT COLUMN_ID
,      COLUMN_NAME
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      DESCRIPTION
,      LAST_UPDATE_LOGIN
FROM AR.RA_LINE_ORDER_BY_COLUMNS;

Dependencies

[top of page]

AR.RA_LINE_ORDER_BY_COLUMNS does not reference any database object

AR.RA_LINE_ORDER_BY_COLUMNS is referenced by following:

SchemaAPPS
SynonymRA_LINE_ORDER_BY_COLUMNS