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


TABLE: GMF.GL_CURR_MST_INT

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


This is a interface table for synchronizing Currencies from Oracle Financials to OPM.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CURRENCY_CODE VARCHAR2 (50) Yes FND_CURRENCIES.CURRENCY_CODE
CURRENCY_DESC VARCHAR2 (70) Yes FND_CURRENCIES.DESCRIPTION
DECIMAL_PRECISION NUMBER (5) Yes FND_CURRENCIES.PRECISION
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.
INVALID_IND NUMBER (5) Yes Invalid Ind. 0 = Valid row. 1 = Invalid row ( due to errors like larger attribute lengths, foreign key reference failure etc. )
DIRECTION_IND NUMBER (5) Yes Direction of data transfer. 0 = In; 1 = Out; 2 = Both
Query Text

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


SELECT CURRENCY_CODE
,      CURRENCY_DESC
,      DECIMAL_PRECISION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      TEXT_CODE
,      DELETE_MARK
,      INVALID_IND
,      DIRECTION_IND
FROM GMF.GL_CURR_MST_INT;

Dependencies

[top of page]

GMF.GL_CURR_MST_INT does not reference any database object

GMF.GL_CURR_MST_INT is referenced by following:

SchemaAPPS
SynonymGL_CURR_MST_INT