[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_SCHL_APLY_TO |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_AD_SCHL_APLY_TO stores information of school applied under different organization.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AD_SCHL_APLY_TO_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IGS_AD_SCHL_APLY_TO_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SCH_APL_TO_ID | NUMBER | (15) | Yes | The Unique identifier of the School Applying to |
SCHOOL_APPLYING_TO | VARCHAR2 | (30) | Yes | School Name |
DESCRIPTION | VARCHAR2 | (60) | Description of the school applying to | |
ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Identifier of the Organizational unit |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indication for the current record. Value in Table would be 'Y'(Checked) if closed or 'N'(Unchecked) if open for use |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT SCH_APL_TO_ID
, SCHOOL_APPLYING_TO
, DESCRIPTION
, ORG_UNIT_CD
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_SCHL_APLY_TO;
IGS.IGS_AD_SCHL_APLY_TO does not reference any database object
IGS.IGS_AD_SCHL_APLY_TO is referenced by following:
|
|
|