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


TABLE: IGS.IGS_PS_UNIT_SUBTITLE

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


Describes the subtitles for units.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_UNIT_SUBTITLE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBTITLE_ID
IGS_PS_UNIT_SUBTITLE_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_CD
ColumnVERSION_NUMBER
ColumnSUBTITLE
Columns
Name Datatype Length Mandatory Comments
SUBTITLE_ID NUMBER
Yes Unique sequence generated number, gets value from IGS_PS_UNIT_SUBTITLE_S
UNIT_CD VARCHAR2 (10) Yes The code of unit to which subtitle is assigned
VERSION_NUMBER NUMBER (3) Yes The version of unit to which subtitle is assigned
SUBTITLE VARCHAR2 (90) Yes Another title for the unit
APPROVED_IND VARCHAR2 (1) Yes Official subtitle that has been approved by the institution or an organizational unit
CLOSED_IND VARCHAR2 (1) Yes The subtitle is available for use or not
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 SUBTITLE_ID
,      UNIT_CD
,      VERSION_NUMBER
,      SUBTITLE
,      APPROVED_IND
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_UNIT_SUBTITLE;

Dependencies

[top of page]

IGS.IGS_PS_UNIT_SUBTITLE does not reference any database object

IGS.IGS_PS_UNIT_SUBTITLE is referenced by following:

SchemaAPPS
SynonymIGS_PS_UNIT_SUBTITLE