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


TABLE: IGS.IGS_PS_STAGE

Object Details
Object Name: IGS_PS_STAGE
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PS_STAGE
Subobject Name:
Status: VALID


IGS_PS_STAGE describes program stages within a program version, that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_STAGE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVERSION_NUMBER
ColumnCOURSE_CD
ColumnSEQUENCE_NUMBER
IGS_PS_STAGE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_STAGE_TYPE
Columns
Name Datatype Length Mandatory Comments
COURSE_CD VARCHAR2 (6) Yes Describes the program code to that the stage is attached.
VERSION_NUMBER NUMBER (3) Yes Describes the program version number to that the stage is attached.
SEQUENCE_NUMBER NUMBER (6) Yes Describes the sequence number that uniquely identifies the program stage. This allows the stage code to be changed without re-creating the stage.
COURSE_STAGE_TYPE VARCHAR2 (10) Yes Identifies a program version stage. A program can consist of one or many stages. Each stage is defined via a program stage rule created in the Maintain Rule form. Program stage rules are evaluated in the program progression sub-system.
DESCRIPTION VARCHAR2 (60)
Provides an explanation of the program stage.
COMMENTS VARCHAR2 (2000)
Can be used to enter information about the context program stage.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT COURSE_CD
,      VERSION_NUMBER
,      SEQUENCE_NUMBER
,      COURSE_STAGE_TYPE
,      DESCRIPTION
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_STAGE;

Dependencies

[top of page]

IGS.IGS_PS_STAGE does not reference any database object

IGS.IGS_PS_STAGE is referenced by following:

SchemaAPPS
SynonymIGS_PS_STAGE