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


VIEW: APPS.IGS_PE_NONIMG_STAT_V

Object Details
Object Name: IGS_PE_NONIMG_STAT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PE_NONIMG_STAT_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 ID
NONIMG_STAT_ID NUMBER (15) Yes A unique identifier
NONIMG_FORM_ID NUMBER (15) Yes Non-Immigrant Form ID for student
ACTION_DATE DATE
Yes Action Date
ACTION_TYPE VARCHAR2 (2) Yes Date that the action was taken on status
ACTION_TYPE_DESC VARCHAR2 (80) Yes Type code of action taken on student status
PRGM_START_DATE DATE

New Program Start Date
PRGM_END_DATE DATE

New Program End Date
REMARKS VARCHAR2 (500)
Remarks on student action taken
TERMINATION_REASON VARCHAR2 (30)
Termination Reason code
TERMINATION_REASON_DESC VARCHAR2 (80)
Termination Reason description
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) 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
PRINT_FLAG VARCHAR2 (1)
Indicates if the print is required
CANCEL_FLAG VARCHAR2 (1)
Indicates if the particular action is cancelled
Query Text

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


SELECT ROW_ID
,      NONIMG_STAT_ID
,      NONIMG_FORM_ID
,      ACTION_DATE
,      ACTION_TYPE
,      ACTION_TYPE_DESC
,      PRGM_START_DATE
,      PRGM_END_DATE
,      REMARKS
,      TERMINATION_REASON
,      TERMINATION_REASON_DESC
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PRINT_FLAG
,      CANCEL_FLAG
FROM APPS.IGS_PE_NONIMG_STAT_V;

Dependencies

[top of page]

APPS.IGS_PE_NONIMG_STAT_V references the following:

SchemaAPPS
ViewIGS_LOOKUP_VALUES
SynonymIGS_PE_NONIMG_STAT

APPS.IGS_PE_NONIMG_STAT_V is not referenced by any database object