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


VIEW: APPS.IGS_AD_SCHL_APLY_TO_V

Object Details
Object Name: IGS_AD_SCHL_APLY_TO_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AD_SCHL_APLY_TO_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
SCHOOL_APPLYING_TO VARCHAR2 (30) Yes School Name
SCH_APL_TO_ID NUMBER (15) Yes The Unique identifier of the School Applying to
DESCRIPTION VARCHAR2 (60)
The Unique identifier 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
PARTY_ID NUMBER (15) Yes Party Identifier
ORG_STATUS VARCHAR2 (10)
Organization Status
Query Text

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


SELECT ROW_ID
,      SCHOOL_APPLYING_TO
,      SCH_APL_TO_ID
,      DESCRIPTION
,      ORG_UNIT_CD
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PARTY_ID
,      ORG_STATUS
FROM APPS.IGS_AD_SCHL_APLY_TO_V;

Dependencies

[top of page]

APPS.IGS_AD_SCHL_APLY_TO_V references the following:

SchemaAPPS
SynonymIGS_AD_SCHL_APLY_TO
ViewIGS_OR_UNIT
APPS.IGS_AD_SCHL_APLY_TO_V is referenced by following:

SchemaAPPS
ViewIGS_IN_ENQUIRY_APPL_V