HRS_BIP_INTLVW(SQL View) |
Index Back |
|---|---|
BI Print Interview Report |
| SELECT A.HRS_INTVW_LEVEL , A.EFFDT , A.EFF_STATUS , A.DESCR , A.DESCRSHORT FROM PS_HRS_INT_LVL_TBL A WHERE A.EFF_STATUS = 'A' AND %EffdtCheck(HRS_INT_LVL_TBL B,A,%CurrentDateIn) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | HRS_INTVW_LEVEL | Character(1) | VARCHAR2(1) NOT NULL | Interview Level |
| 2 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |