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


TABLE: GMD.GMD_STATUS_NEXT

Object Details
Object Name: GMD_STATUS_NEXT
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.GMD_STATUS_NEXT
Subobject Name:
Status: VALID


This table stores information in regards to which status codes the current status can be changed to.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMD_STATUS_NEXT_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTARGET_STATUS
ColumnCURRENT_STATUS
Columns
Name Datatype Length Mandatory Comments
CURRENT_STATUS VARCHAR2 (30) Yes Current Status of Entity
TARGET_STATUS VARCHAR2 (30) Yes Status user wants to move entity to
REWORK_STATUS VARCHAR2 (30)
Status sent to if approval failed
PENDING_STATUS VARCHAR2 (30)
Entity has this status while workflow is in process
WORKFLOW_INDICATOR NUMBER (1) Yes 1=current and target status relevent to enabled and disabled wf, 2=requires WF approval, 3=does not require WF approval
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
Query Text

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


SELECT CURRENT_STATUS
,      TARGET_STATUS
,      REWORK_STATUS
,      PENDING_STATUS
,      WORKFLOW_INDICATOR
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
FROM GMD.GMD_STATUS_NEXT;

Dependencies

[top of page]

GMD.GMD_STATUS_NEXT does not reference any database object

GMD.GMD_STATUS_NEXT is referenced by following:

SchemaGMD
ViewGMD_STATUS_NEXT#