[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_STDNT_RECRUITMNT_PROB |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_STDNT_RECRUITMNT_PROB
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| 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 |
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;
APPS
HZ_PARTIES
HZ_PERSON_PROFILES
IGS_AD_CODE_CLASSES
IGS_AD_RECRUIT_PI
APPS.IGSFV_STDNT_RECRUITMNT_PROB is not referenced by any database object
|
|
|
|