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


TABLE: PA.PA_XLA_DRAFT_REV_TMP

Object Details
Object Name: PA_XLA_DRAFT_REV_TMP
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_XLA_DRAFT_REV_TMP
Subobject Name:
Status: VALID

The PA_XLA_DRAFT_REV_TMP temporary table used by revenue xla upgrade.

Temporary Table Details

PA.PA_XLA_DRAFT_REV_TMP 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
REV_ROWID ROWID (10)
PROJECT_ID NUMBER (15)
The identifier of the project for which the record is created.
DRAFT_REVENUE_NUM NUMBER (15)
The identifier of the draft_revenue_num for which the record is created.
AE_HEADER_ID NUMBER (15)
The identifier of the xla header for which the record is created.
XLA_EVENT_ID NUMBER (15)
The identifier of the xla event for which the record is created.
CURRENCY_CODE VARCHAR2 (30)
The project functional currency.
LEDGER_ID NUMBER (15)
REP_SET_OF_BOOKS_ID NUMBER (15)
The identifier of gl set of books
ACCOUNTING_DATE DATE

ADJUSTED_FLAG VARCHAR2 (1)
Query Text

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


SELECT REV_ROWID
,      PROJECT_ID
,      DRAFT_REVENUE_NUM
,      AE_HEADER_ID
,      XLA_EVENT_ID
,      CURRENCY_CODE
,      LEDGER_ID
,      REP_SET_OF_BOOKS_ID
,      ACCOUNTING_DATE
,      ADJUSTED_FLAG
FROM PA.PA_XLA_DRAFT_REV_TMP;

Dependencies

[top of page]

PA.PA_XLA_DRAFT_REV_TMP does not reference any database object

PA.PA_XLA_DRAFT_REV_TMP is referenced by following:

SchemaAPPS
SynonymPA_XLA_DRAFT_REV_TMP