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


TABLE: GMF.GL_ACCU_VAL

Object Details
Object Name: GL_ACCU_VAL
Object Type: TABLE
Owner: GMF
FND Design Data: TableGMF.GL_ACCU_VAL
Subobject Name:
Status: VALID


This table contains validation codes assignment to Account Units. The
Accounting unit may only be auto-generated with the Accounts with
same Validation codes. This table is not used with Oracle Financials
integration.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_ACCU_VAL_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCO_CODE
ColumnACCTG_UNIT_NO
ColumnVALIDATION_CODE
Columns
Name Datatype Length Mandatory Comments
CO_CODE VARCHAR2 (4) Yes Company of the Accounting Unit
ACCTG_UNIT_NO VARCHAR2 (240) Yes Account Unit Number
VALIDATION_CODE VARCHAR2 (4) Yes Validation Code assigned to the Account Unit
INCLUDE_FLAG NUMBER (5) Yes Auto-genarate the Account Key for this Account Unit. 0 = Exclude for account key auto-generation; 1 = Include for account key auto-generation
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
TRANS_CNT NUMBER (10)
Not currently used
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
Query Text

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


SELECT CO_CODE
,      ACCTG_UNIT_NO
,      VALIDATION_CODE
,      INCLUDE_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      TEXT_CODE
,      DELETE_MARK
FROM GMF.GL_ACCU_VAL;

Dependencies

[top of page]

GMF.GL_ACCU_VAL does not reference any database object

GMF.GL_ACCU_VAL is referenced by following:

SchemaGMF
ViewGL_ACCU_VAL#