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


VIEW: APPS.IGS_PE_NONIMG_EMPL_V

Object Details
Object Name: IGS_PE_NONIMG_EMPL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PE_NONIMG_EMPL_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_EMPL_ID NUMBER (15) Yes Non Imigrant Employee Id
NONIMG_FORM_ID NUMBER (15) Yes Non Imigrant Form Id
EMPL_TYPE VARCHAR2 (2) Yes Employee Type
EMPL_TYPE_DESC VARCHAR2 (80) Yes Employee Type Description
RECOMMEND_EMPL VARCHAR2 (1)
Recommended Employee
RESCIND_EMPL VARCHAR2 (1)
Indicates whether person has met academic requirements or not
REMARKS VARCHAR2 (500)
Remarks
EMPL_START_DATE DATE

Employment Start Date
EMPL_END_DATE DATE

Employment End Date
COURSE_RELEVANCE VARCHAR2 (500)
Course Relevance
EMPL_TIME VARCHAR2 (2)
Full Or Part Time
EMPL_TIME_DESC VARCHAR2 (80)
Description Of Employment
EMPL_PARTY_ID NUMBER (15)
Employee Party Id
EMPL_PARTY_NAME VARCHAR2 (360)
Employee Party Name
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
ACTION_CODE VARCHAR2 (30)
Describes the particular action to be taken e.g. ADD, EDIT or Cancel
Query Text

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


SELECT ROW_ID
,      NONIMG_EMPL_ID
,      NONIMG_FORM_ID
,      EMPL_TYPE
,      EMPL_TYPE_DESC
,      RECOMMEND_EMPL
,      RESCIND_EMPL
,      REMARKS
,      EMPL_START_DATE
,      EMPL_END_DATE
,      COURSE_RELEVANCE
,      EMPL_TIME
,      EMPL_TIME_DESC
,      EMPL_PARTY_ID
,      EMPL_PARTY_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ACTION_CODE
FROM APPS.IGS_PE_NONIMG_EMPL_V;

Dependencies

[top of page]

APPS.IGS_PE_NONIMG_EMPL_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
ViewIGS_LOOKUP_VALUES
SynonymIGS_PE_NONIMG_EMPL

APPS.IGS_PE_NONIMG_EMPL_V is not referenced by any database object