[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_STDNT_RECRUITMNT_PROB |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_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 |
| PROBABILITY_TYPE_CODE_ID | NUMBER | (15) | Yes | Identifier of the probability type class |
| 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. | |
| 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
, PROBABILITY_TYPE_CODE_ID
, CALCULATION_DATE
, PROBABILITY_VALUE
, PROBABILITY_SOURCE_CODE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_STDNT_RECRUITMNT_PROB;
APPS
IGS_AD_RECRUIT_PI
APPS.IGSBV_STDNT_RECRUITMNT_PROB is not referenced by any database object
|
|
|
|