[Home] [Help]
[Dependency Information]
| Object Name: | EDW_GL_BOOK_BOOK_LSTG |
|---|---|
| Object Type: | TABLE |
| Owner: | FII |
| FND Design Data: | FII.EDW_GL_BOOK_BOOK_LSTG
|
| Subobject Name: | |
| Status: | VALID |
This is the staging table for set of books level table. Before set of books information is loaded into the warehouse, data is temporarily held in the staging table for verification and cleansing.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EDW_GL_BOOK_BOOK_LSTG_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
BOOK_PK
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALL_FK_KEY | NUMBER | System generated foreign key to the top level of the set of books dimension | ||
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| ACCT_PEIROD_TYPE | VARCHAR2 | (40) | Account period type | |
| ALL_FK | VARCHAR2 | (40) | Foreign key to the top level of the set of books dimension | |
| BOOK_PK | VARCHAR2 | (80) | The unique identifier of the set of books | |
| CHART_OF_ACCTS_ID | VARCHAR2 | (40) | Chart of accounts identifier | |
| COLLECTION_STATUS | VARCHAR2 | (30) | Collection status code for the record | |
| CURRENCY_CODE | VARCHAR2 | (20) | Functional currency for the set of books | |
| ERROR_CODE | VARCHAR2 | (2000) | Code used to store error messages | |
| GL_BOOK | VARCHAR2 | (80) | Set of books name | |
| INSTANCE | VARCHAR2 | (40) | Instance identifier | |
| MRC_SOB_TYPE_CODE | VARCHAR2 | (20) | MRC set of books type code | |
| NAME | VARCHAR2 | (2000) | Set of books name | |
| OPERATION_CODE | VARCHAR2 | (30) | Operation code used during warehouse collection | |
| PERIOD_SET_NAME | VARCHAR2 | (40) | Calender used by the set of books | |
| ROW_ID | ROWID | (10) | Row identifier | |
| TRX_CALENDAR | VARCHAR2 | (40) | Identifier of transaction calendar for this set of books | |
| USER_ATTRIBUTE1 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE2 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE3 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE4 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE5 | VARCHAR2 | (240) | User defined attribute | |
| DELETION_DATE | DATE | Deletion date of the record | ||
| EDW_COLLECTION_DATE | DATE | Date this record is collected into the warehouse | ||
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. |
Cut, paste (and edit) the following text to query this object:
SELECT ALL_FK_KEY
, REQUEST_ID
, ACCT_PEIROD_TYPE
, ALL_FK
, BOOK_PK
, CHART_OF_ACCTS_ID
, COLLECTION_STATUS
, CURRENCY_CODE
, ERROR_CODE
, GL_BOOK
, INSTANCE
, MRC_SOB_TYPE_CODE
, NAME
, OPERATION_CODE
, PERIOD_SET_NAME
, ROW_ID
, TRX_CALENDAR
, USER_ATTRIBUTE1
, USER_ATTRIBUTE2
, USER_ATTRIBUTE3
, USER_ATTRIBUTE4
, USER_ATTRIBUTE5
, DELETION_DATE
, EDW_COLLECTION_DATE
, CREATION_DATE
, LAST_UPDATE_DATE
FROM FII.EDW_GL_BOOK_BOOK_LSTG;
FII.EDW_GL_BOOK_BOOK_LSTG does not reference any database object
FII.EDW_GL_BOOK_BOOK_LSTG is referenced by following:
APPS
EDW_GL_BOOK_BOOK_LSTG
|
|
|
|