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


VIEW: APPS.IGS_AD_RECRUIT_PI_V

Object Details
Object Name: IGS_AD_RECRUIT_PI_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AD_RECRUIT_PI_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
PROBABILITY_INDEX_ID NUMBER (15) Yes Sequence generated number that uniquely identifies the probability index line in the database.
PERSON_ID NUMBER (15) Yes Foreign key to main table HZ_PARTIES
PROBABILITY_TYPE_CODE_ID NUMBER (15) Yes Identifier of the probability type class
TYPE_NAME VARCHAR2 (10)
Probability Type Name
CALCULATION_DATE DATE
Yes Calculation Date
PROBABILITY_VALUE NUMBER

Probability values in Number.
PROBABILITY_SOURCE_CODE_ID NUMBER (15)
The identifier of the Probability Source Class.
SOURCE_NAME VARCHAR2 (10)
Probability Source Name
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
Query Text

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


SELECT ROW_ID
,      PROBABILITY_INDEX_ID
,      PERSON_ID
,      PROBABILITY_TYPE_CODE_ID
,      TYPE_NAME
,      CALCULATION_DATE
,      PROBABILITY_VALUE
,      PROBABILITY_SOURCE_CODE_ID
,      SOURCE_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_RECRUIT_PI_V;

Dependencies

[top of page]

APPS.IGS_AD_RECRUIT_PI_V references the following:

SchemaAPPS
SynonymIGS_AD_CODE_CLASSES
SynonymIGS_AD_RECRUIT_PI
APPS.IGS_AD_RECRUIT_PI_V is referenced by following:

SchemaAPPS
Package BodyIGS_AD_IMP_PRBLTY_VAL_PKG - show dependent code