[Home] [Help]
[Dependency Information]
| Object Name: | JL_REV_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | FND.JL_REV_TMP
|
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISTRIBUTION_ID | NUMBER | |||
| DOCUMENT_ID | NUMBER | |||
| OCCURRENCE_ID | NUMBER | |||
| DISTRIBUTION_TYPE | VARCHAR2 | (80) | ||
| ACCOUNTING_REVERSAL_OPTION | VARCHAR2 | (10) |
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;
APPS.JL_REV_TMP does not reference any database object
APPS.JL_REV_TMP is referenced by following:
APPS
JL_BR_AR_BANK_ACCT_PKG
- show dependent code
|
|
|
|