[Home] [Help]
[Dependency Information]
| Object Name: | JA_CN_FA_CATEGORY_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JA_CN_FA_CATEGORY_GT
|
| Subobject Name: | |
| Status: | VALID |
The 'JA_CN_FA_CATEGORY_GP' table stores fixed asset category code and fixed asset category name to filter the same asset category.
JA.JA_CN_FA_CATEGORY_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 |
|---|---|---|---|---|
| CATEGORY_CODE | VARCHAR2 | (60) | Category code | |
| CATEGORY_NAME | VARCHAR2 | (60) | Category name | |
| CREATION_DATE | DATE | Standard who column | ||
| CREATED_BY | NUMBER | (15) | Standard who column | |
| LAST_UPDATE_DATE | DATE | Standard who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT CATEGORY_CODE
, CATEGORY_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM JA.JA_CN_FA_CATEGORY_GT;
JA.JA_CN_FA_CATEGORY_GT does not reference any database object
JA.JA_CN_FA_CATEGORY_GT is referenced by following:
APPS
JA_CN_FA_CATEGORY_GT
|
|
|
|