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


TABLE: IGS.IGS_AD_AUS_SEC_ED_SC

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


IGS_AD_AUS_SEC_ED_SC describes secondary education schools within Australia.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_AUS_SEC_ED_SC_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSECONDARY_SCHOOL_CD
Columns
Name Datatype Length Mandatory Comments
SECONDARY_SCHOOL_CD VARCHAR2 (10) Yes Contains the code that uniquely identifies a secondary education school
SECONDARY_SCHOOL_NAME VARCHAR2 (60) Yes Contains the name of the secondary school referred to by the secondary school code. For example, Geelong High School, Camberwell A.G.G.S, King Khalid Islamic College.
STATE_CD VARCHAR2 (3) Yes Describes the Australian state of the secondary school referred to by the secondary school code. For example, ACT, NSW, NT, QLD, SA, TAS, VIC, WA.
S_SCNDRY_SCHOOL_TYPE VARCHAR2 (30)
Contains the system-defined type of secondary school. For example, State, Independ, other.
CLOSED_IND VARCHAR2 (1) Yes Specifies if the Australian secondary school code is open or closed. Setting the checkbox to 'closed' prevents use of the Australian secondary school code in new or modified records.
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 SECONDARY_SCHOOL_CD
,      SECONDARY_SCHOOL_NAME
,      STATE_CD
,      S_SCNDRY_SCHOOL_TYPE
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_AUS_SEC_ED_SC;

Dependencies

[top of page]

IGS.IGS_AD_AUS_SEC_ED_SC does not reference any database object

IGS.IGS_AD_AUS_SEC_ED_SC is referenced by following:

SchemaAPPS
SynonymIGS_AD_AUS_SEC_ED_SC