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


TABLE: GMF.GL_EXPN_CDS_TMP

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


Temporary table used for performance improvement in the Cost Allocation Process. This table is populated with values from the GL_CODE_COMBINATIONS table.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_EXPN_CDS_I1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnCODE_COMBINATIONS
Columns
Name Datatype Length Mandatory Comments
CODE_COMBINATION_ID NUMBER (15) Yes code_combination_id from gl_code_combinations table.
CODE_COMBINATIONS VARCHAR2 (740)
Concatenation of segment1 to segment30 of gl_code_combinations table.
ACCOUNT_TYPE VARCHAR2 (1)
Account_type from gl_code_combinations table.
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes Chart_of_accounts_id from gl_code_combinations table.
CONCATENATED_SEGMENT_DELIMITER VARCHAR2 (1) Yes Account segment delimiter
Query Text

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


SELECT CODE_COMBINATION_ID
,      CODE_COMBINATIONS
,      ACCOUNT_TYPE
,      CHART_OF_ACCOUNTS_ID
,      CONCATENATED_SEGMENT_DELIMITER
FROM GMF.GL_EXPN_CDS_TMP;

Dependencies

[top of page]

GMF.GL_EXPN_CDS_TMP does not reference any database object

GMF.GL_EXPN_CDS_TMP is referenced by following:

SchemaAPPS
SynonymGL_EXPN_CDS_TMP