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


TABLE: AR.AR_REVIEWED_LINES_GT

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

Temporary Table Details

AR.AR_REVIEWED_LINES_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
CUSTOMER_TRX_LINE_ID NUMBER (15)
CUSTOMER_TRX_ID NUMBER (15)
AMOUNT_DUE_ORIGINAL NUMBER

ACCTD_AMOUNT_DUE_ORIGINAL NUMBER

AMOUNT_RECOGNIZED NUMBER

ACCTD_AMOUNT_RECOGNIZED NUMBER

AMOUNT_PENDING NUMBER

ACCTD_AMOUNT_PENDING NUMBER

LINE_TYPE VARCHAR2 (30)
SO_LINE_ID VARCHAR2 (30)
REQUEST_ID NUMBER

EXPIRATION_DATE DATE

Query Text

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


SELECT CUSTOMER_TRX_LINE_ID
,      CUSTOMER_TRX_ID
,      AMOUNT_DUE_ORIGINAL
,      ACCTD_AMOUNT_DUE_ORIGINAL
,      AMOUNT_RECOGNIZED
,      ACCTD_AMOUNT_RECOGNIZED
,      AMOUNT_PENDING
,      ACCTD_AMOUNT_PENDING
,      LINE_TYPE
,      SO_LINE_ID
,      REQUEST_ID
,      EXPIRATION_DATE
FROM AR.AR_REVIEWED_LINES_GT;

Dependencies

[top of page]

AR.AR_REVIEWED_LINES_GT does not reference any database object

AR.AR_REVIEWED_LINES_GT is referenced by following:

SchemaAPPS
SynonymAR_REVIEWED_LINES_GT