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


TABLE: GMI.IN_STAT_MSG

Object Details
Object Name: IN_STAT_MSG
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.IN_STAT_MSG
Subobject Name:
Status: VALID


EC Statistics message table. Intrastat build error messages by company code.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IN_STAT_MSG_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCO_CODE
ColumnLINE_NO
Columns
Name Datatype Length Mandatory Comments
CO_CODE VARCHAR2 (4) Yes Company code for which build is being run
LINE_NO NUMBER (10) Yes error message line number
MESSAGE_COMMENT VARCHAR2 (240) Yes text narrative of error message
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
DELETE_MARK NUMBER (5) Yes used to logically delete row
Query Text

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


SELECT CO_CODE
,      LINE_NO
,      MESSAGE_COMMENT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      DELETE_MARK
FROM GMI.IN_STAT_MSG;

Dependencies

[top of page]

GMI.IN_STAT_MSG does not reference any database object

GMI.IN_STAT_MSG is referenced by following:

SchemaAPPS
SynonymIN_STAT_MSG