DBA Data[Home] [Help] [Dependency Information]


TABLE: JA.JA_CN_ACCOUNT_CHILDREN_GT

Object Details
Object Name: JA_CN_ACCOUNT_CHILDREN_GT
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JA_CN_ACCOUNT_CHILDREN_GT
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.

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
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
Query Text

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;

Dependencies

[top of page]

JA.JA_CN_ACCOUNT_CHILDREN_GT does not reference any database object

JA.JA_CN_ACCOUNT_CHILDREN_GT is referenced by following:

SchemaAPPS
SynonymJA_CN_ACCOUNT_CHILDREN_GT