LM_HR_POSTN_VW1(SQL View) |
Index Back |
---|---|
Position Prompt tableContains the valid Positions with effective date , descriptions & effective status |
SELECT DISTINCT LM_POSITION_NBR ,EFFDT , LM_POSN_DESCR , EFF_STATUS ,LM_END_EFFDT FROM PS_LM_POSITION |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_POSITION_NBR | Character(15) | VARCHAR2(15) NOT NULL | Position Number |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | LM_POSN_DESCR | Character(50) | VARCHAR2(50) NOT NULL | Position Description |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
5 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |