LM_POSITION(SQL Table) |
Index Back |
---|---|
Position TableContains the valid Positions |
# | 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_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
5 | LM_POSN_DESCR | Character(50) | VARCHAR2(50) NOT NULL | Position Description |
6 | LM_POSN_SDESCR | Character(10) | VARCHAR2(10) NOT NULL | Position Short Description |
7 | LM_REPORTS_TO | Character(8) | VARCHAR2(8) NOT NULL | Reports To Position Number |