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


VIEW: APPS.IGSFV_STDNT_RECRUITMNT_PROB

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

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
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
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number for this party
PERSON_NAME VARCHAR2 (450)
The combination of title, first, middle, last, and suffix names.
PROBABILITY_TYPE_CODE_ID NUMBER (15) Yes Identifier of the probability type class
PROBABILITY_TYPE_CODE_NAME VARCHAR2 (10) Yes Name of the code
PROBABILITY_TYPE_CODE_DESC VARCHAR2 (30) Yes Description of the code
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.
PROBABILITY_SOURCE_CODE_NAME VARCHAR2 (10)
Name of the code
PROBABILITY_SOURCE_CODE_DESC VARCHAR2 (30)
Description of the code
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
Query Text

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


SELECT PROBABILITY_INDEX_ID
,      PERSON_ID
,      PERSON_NUMBER
,      PERSON_NAME
,      PROBABILITY_TYPE_CODE_ID
,      PROBABILITY_TYPE_CODE_NAME
,      PROBABILITY_TYPE_CODE_DESC
,      CALCULATION_DATE
,      PROBABILITY_VALUE
,      PROBABILITY_SOURCE_CODE_ID
,      PROBABILITY_SOURCE_CODE_NAME
,      PROBABILITY_SOURCE_CODE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_STDNT_RECRUITMNT_PROB;

Dependencies

[top of page]

APPS.IGSFV_STDNT_RECRUITMNT_PROB references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymHZ_PERSON_PROFILES
SynonymIGS_AD_CODE_CLASSES
SynonymIGS_AD_RECRUIT_PI

APPS.IGSFV_STDNT_RECRUITMNT_PROB is not referenced by any database object