[Home] [Help]
[Dependency Information]
| Object Name: | FV_FACTSII_ACCOUNTS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | FV |
| FND Design Data: | FV.FV_FACTSII_ACCOUNTS_GT
|
| Subobject Name: | |
| Status: | VALID |
FV.FV_FACTSII_ACCOUNTS_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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USSGL_ACCOUNT | VARCHAR2 | (30) | ||
| ACCOUNT | VARCHAR2 | (150) | ||
| PUBLIC_LAW_CODE | VARCHAR2 | (1) | ||
| ADVANCE_FLAG | VARCHAR2 | (1) | ||
| TRANSFER_FLAG | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT USSGL_ACCOUNT
, ACCOUNT
, PUBLIC_LAW_CODE
, ADVANCE_FLAG
, TRANSFER_FLAG
FROM FV.FV_FACTSII_ACCOUNTS_GT;
FV.FV_FACTSII_ACCOUNTS_GT does not reference any database object
FV.FV_FACTSII_ACCOUNTS_GT is referenced by following:
APPS
FV_FACTSII_ACCOUNTS_GT
|
|
|
|