[Home] [Help]
[Dependency Information]
| Object Name: | GL_EXPN_CDS_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.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.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_EXPN_CDS_I1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
CODE_COMBINATIONS
|
| 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 |
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;
GMF.GL_EXPN_CDS_TMP does not reference any database object
GMF.GL_EXPN_CDS_TMP is referenced by following:
GMF
GL_EXPN_CDS_TMP#
|
|
|
|