BADGE_TBL(SQL Table) |
Index Back |
---|---|
Badge TableBadge Table is the parent of a parent child relationship with Badge Child Table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL |
Empl Record
Default Value: 0 Prompt Table: PER_ORG_ASGN_VW |
3 | BADGE_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Pertains to the Type of Badge for an employee. A Badge Type of "CLOCK" corresponds to specific Time and Labor functionality.
BA=Building Access CCA=Computer Center Access CLK=Clock GB=General Badge PA=Parking Access |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
6 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
7 | BADGE_NBR | Character(20) | VARCHAR2(20) NOT NULL | Badge Number |
8 | EXPIRATION_DATE | Date(10) | DATE | Expiration Date |
9 | COMMENTSHORT | Character(30) | VARCHAR2(30) NOT NULL | Short Comment |