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


TABLE: APPS.JL_REV_TMP

Object Details
Object Name: JL_REV_TMP
Object Type: TABLE
Owner: APPS
FND Design Data: TableFND.JL_REV_TMP
Subobject Name:
Status: VALID

Temporary Table Details

APPS.JL_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
DISTRIBUTION_ID NUMBER

DOCUMENT_ID NUMBER

OCCURRENCE_ID NUMBER

DISTRIBUTION_TYPE VARCHAR2 (80)
ACCOUNTING_REVERSAL_OPTION VARCHAR2 (10)
Query Text

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


SELECT DISTRIBUTION_ID
,      DOCUMENT_ID
,      OCCURRENCE_ID
,      DISTRIBUTION_TYPE
,      ACCOUNTING_REVERSAL_OPTION
FROM APPS.JL_REV_TMP;

Dependencies

[top of page]

APPS.JL_REV_TMP does not reference any database object

APPS.JL_REV_TMP is referenced by following:

SchemaAPPS
Package BodyJL_BR_AR_BANK_ACCT_PKG - show dependent code