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


TABLE: PA.PA_XLA_LINES_TMP

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

The PA_XLA_LINES_TMP temporary table used by revenue xla upgrade.

Temporary Table Details

PA.PA_XLA_LINES_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
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.
CODE_COMBINATION_ID NUMBER (15)
The identifier of the account.
AMOUNT_CR NUMBER

AMOUNT_DR NUMBER

CURRENCY_CODE VARCHAR2 (30)
The project functional currency.
ENTERED_CR NUMBER

ENTERED_DR NUMBER

EXCHANGE_RATE NUMBER

CONVERSION_DATE DATE

RATE_TYPE VARCHAR2 (30)
GL_BATCH_NAME VARCHAR2 (30)
GL_CATEGORY VARCHAR2 (60)
POSITION NUMBER

ACCOUNTING_DATE DATE

LEDGER_ID NUMBER (15)
ADJUSTED_FLAG VARCHAR2 (1)
Query Text

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


SELECT PROJECT_ID
,      DRAFT_REVENUE_NUM
,      AE_HEADER_ID
,      XLA_EVENT_ID
,      CODE_COMBINATION_ID
,      AMOUNT_CR
,      AMOUNT_DR
,      CURRENCY_CODE
,      ENTERED_CR
,      ENTERED_DR
,      EXCHANGE_RATE
,      CONVERSION_DATE
,      RATE_TYPE
,      GL_BATCH_NAME
,      GL_CATEGORY
,      POSITION
,      ACCOUNTING_DATE
,      LEDGER_ID
,      ADJUSTED_FLAG
FROM PA.PA_XLA_LINES_TMP;

Dependencies

[top of page]

PA.PA_XLA_LINES_TMP does not reference any database object

PA.PA_XLA_LINES_TMP is referenced by following:

SchemaAPPS
SynonymPA_XLA_LINES_TMP