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


TABLE: INV.MTL_SHORT_CHK_STATEMENTS

Object Details
Object Name: MTL_SHORT_CHK_STATEMENTS
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_SHORT_CHK_STATEMENTS
Subobject Name:
Status: VALID


The MTL_SHORT_CHK_STATEMENTS table holds pre-generated SQL statements that are run when performing shortage checks for an organization. Each organization which has the Active Alerts and Notification Messages functionality enabled will have a summary and detail SQL statement stored in this table. The SQL statements are generated based on the shortage parameters which have been set up for the organization.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_SHORT_CHK_STATEMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnORGANIZATION_ID
ColumnDETAIL_SUM_FLAG
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization identifier
DETAIL_SUM_FLAG NUMBER
Yes Flag indicating that record contains detailed or summary statement
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
SHORT_STATEMENT LONG (0) Yes SQL statement to use for shortage checks
Query Text

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


SELECT ORGANIZATION_ID
,      DETAIL_SUM_FLAG
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      SHORT_STATEMENT
FROM INV.MTL_SHORT_CHK_STATEMENTS;

Dependencies

[top of page]

INV.MTL_SHORT_CHK_STATEMENTS does not reference any database object

INV.MTL_SHORT_CHK_STATEMENTS is referenced by following:

SchemaAPPS
SynonymMTL_SHORT_CHK_STATEMENTS