[Home] [Help]
[Dependency Information]
Object Name: | JA_CN_ACCOUNT_CHILDREN_GT |
---|---|
Object Type: | TABLE |
Owner: | JA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The 'JA_CN_ACCOUNT_CHILDREN_GT' table is a global temporary table on session level, which is to store the relationship of parent account and child account.
JA.JA_CN_ACCOUNT_CHILDREN_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 |
---|---|---|---|---|
PARENT_ACCOUNT | VARCHAR2 | (150) | Parent account | |
CHILD_ACCOUNT | VARCHAR2 | (150) | Child account | |
SUMMARY_FLAG | VARCHAR2 | (1) | Flag to indicate if the value is a parent value with child values | |
PARENT_TYPE | VARCHAR2 | (1) | Parent type |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ACCOUNT
, CHILD_ACCOUNT
, SUMMARY_FLAG
, PARENT_TYPE
FROM JA.JA_CN_ACCOUNT_CHILDREN_GT;
JA.JA_CN_ACCOUNT_CHILDREN_GT does not reference any database object
JA.JA_CN_ACCOUNT_CHILDREN_GT is referenced by following:
|
|
|