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


TABLE: IGS.IGS_AD_RECRUIT_PI

Object Details
Object Name: IGS_AD_RECRUIT_PI
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_RECRUIT_PI
Subobject Name:
Status: VALID


IGS_AD_RECRUIT_PI contains information about recruitment probability index values.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_RECRUIT_PI_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROBABILITY_INDEX_ID
IGS_AD_RECRUIT_PI_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROBABILITY_TYPE_CODE_ID
ColumnCALCULATION_DATE
ColumnPERSON_ID
IGS_AD_RECRUIT_PI_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROBABILITY_SOURCE_CODE_ID
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
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
Query Text

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
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_RECRUIT_PI;

Dependencies

[top of page]

IGS.IGS_AD_RECRUIT_PI does not reference any database object

IGS.IGS_AD_RECRUIT_PI is referenced by following:

SchemaAPPS
SynonymIGS_AD_RECRUIT_PI