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


VIEW: APPS.IGS_PE_HR_EMP_CAT_V

Object Details
Object Name: IGS_PE_HR_EMP_CAT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PE_HR_EMP_CAT_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)
Unique row identifier
PERSON_ID NUMBER (15)
Unique Person Identifier in the System
EMPLMNT_CATEGORY_CODE VARCHAR2 (30)
Employment Category
EMP_CATEGORY_MEANING VARCHAR2 (80) Yes Employment Category Meaning
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_DATE DATE

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 ROW_ID
,      PERSON_ID
,      EMPLMNT_CATEGORY_CODE
,      EMP_CATEGORY_MEANING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_HR_EMP_CAT_V;

Dependencies

[top of page]

APPS.IGS_PE_HR_EMP_CAT_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
PL/SQL PackageHR_API - show dependent code
ViewHR_LOOKUPS
SynonymPER_ALL_ASSIGNMENTS_F
SynonymPER_ALL_PEOPLE_F
APPS.IGS_PE_HR_EMP_CAT_V is referenced by following:

SchemaAPPS
Package BodyIGS_PE_GEN_002 - show dependent code