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


TABLE: JA.JA_CN_CFS_ROW_CGS_GT

Object Details
Object Name: JA_CN_CFS_ROW_CGS_GT
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JA_CN_CFS_ROW_CGS_GT
Subobject Name:
Status: VALID

The 'JA_CN_CFS_ROW_CGS_GT' table is a global temporary table on session level, which is to store category and amount information for rows in FSG rowset that defined for Cash Flow Statement. One record in this temporary table is associated with one FSG row and indicates what the type of the row is.

Temporary Table Details

JA.JA_CN_CFS_ROW_CGS_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
Indexes
Index Type Uniqueness Tablespace Column
JA_CN_CFS_ROW_CGS_GT_N1 NORMAL NONUNIQUE Tablespace ColumnAXIS_SET_ID
ColumnAXIS_SEQ
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Identify of application
AXIS_SET_ID NUMBER (15) Yes Defining column for the row set these axes belong to
AXIS_SEQ NUMBER
Yes Sequence number for this row
TYPE VARCHAR2 (1)
Type of FSG rows for Cash Flow Statement. Value 'F' means 'rows for subsidiary part', 'C' means 'rows for main part', 'M' means 'row for main part and calculated by rows respectively belong to subsidiary part and main part together, 'E' indicate current row has wrong formula, which contains other operator than '+'/'-'/'Enter', for this case, no amount would be calculated for the row, so a error message will be shown in place
CALCULATION_FLAG VARCHAR2 (1) Yes A flag to indicate if current FSG row is a calculation item. If Yes, then 'Y', otherwise, 'N'
DISPLAY_FLAG VARCHAR2 (1)
Display flag indicating whether this row should be displayed on the cash flow statement
DISPLAY_ZERO_AMOUNT_FLAG VARCHAR2 (1)
Flag indicating whether to display zeros for row
CHANGE_SIGN_FLAG VARCHAR2 (1)
Flag to change sign of all the row values displayed on the report
DISPLAY_FORMAT VARCHAR2 (30)
AMOUNT NUMBER

Amount of Cash Flow Item
LAST_YEAR_AMOUNT NUMBER

Amount of Cash Flow Item in last year
ROWCNT VARCHAR2 (50)
Row count for XML output
LINCNT VARCHAR2 (50)
Line count for XML output
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      AXIS_SET_ID
,      AXIS_SEQ
,      TYPE
,      CALCULATION_FLAG
,      DISPLAY_FLAG
,      DISPLAY_ZERO_AMOUNT_FLAG
,      CHANGE_SIGN_FLAG
,      DISPLAY_FORMAT
,      AMOUNT
,      LAST_YEAR_AMOUNT
,      ROWCNT
,      LINCNT
FROM JA.JA_CN_CFS_ROW_CGS_GT;

Dependencies

[top of page]

JA.JA_CN_CFS_ROW_CGS_GT does not reference any database object

JA.JA_CN_CFS_ROW_CGS_GT is referenced by following:

SchemaAPPS
SynonymJA_CN_CFS_ROW_CGS_GT