EODL_RQST_HIS(SQL View) | 
Index Back | 
|---|---|
Delegation log tableThis record stores the delegated authority log information for Manager Desktop applications. | 
| SELECT A.EODL_DELEGATOR_OID , A.EODL_DELEGATOR_RCD , A.TRANSACTION_NAME , A.EODL_TRAN_ALLOWED , A.EODL_DLGT_REQ_STAT , A.FROM_DATE , A.EODL_PROXY_OID , A.EODL_DELEGATOR_ID , A.EODL_PROXY_ID , A.TO_DATE ,A.EODL_DLGT_STATUS ,A.EODL_ACTION_DT , C.EODL_GROUP_SEQ_NUM ,A.DATETIME_STAMP FROM PS_EODL_DLGT_LOG A , PS_EODL_DELEGATION C WHERE A.EODL_DELEGATOR_ID = C.EODL_DELEGATOR_ID AND A.EODL_DELEGATOR_RCD = C.EODL_DELEGATOR_RCD AND A.TRANSACTION_NAME = C.TRANSACTION_NAME AND A.EODL_TRAN_ALLOWED = C.EODL_TRAN_ALLOWED AND A.FROM_DATE = C.FROM_DATE AND A.EODL_PROXY_ID = C.EODL_PROXY_ID | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Delegator User Id | |
| 2 | Number(3,0) | SMALLINT NOT NULL | Delegator Record Number | |
| 3 | Character(25) | VARCHAR2(25) NOT NULL | EDI Transaction Name | |
| 4 | Character(1) | VARCHAR2(1) NOT NULL | 
Stores the Transaction Type for every HCM transaction registered in the Delegation Framework. The type can be either Approve or Initiate.
 A=Approve I=Initiate  | 
|
| 5 | Character(1) | VARCHAR2(1) NOT NULL | 
Request Status
 A=Accepted E=Ended J=Rejected R=Revoked S=Submitted  | 
|
| 6 | Date(10) | DATE | From Date | |
| 7 | Character(30) | VARCHAR2(30) NOT NULL | Proxy Operator Id | |
| 8 | EODL_DELEGATOR_ID | Character(11) | VARCHAR2(11) NOT NULL | Direct Reports: EMPLID of an individual to whom a process or transaction has been delegated. | 
| 9 | EODL_PROXY_ID | Character(11) | VARCHAR2(11) NOT NULL | Direct Reports: EMPLID of an individual to whom a process or transaction has been delegated. | 
| 10 | TO_DATE | Date(10) | DATE | Latest Date to be sent to PYR | 
| 11 | EODL_DLGT_STATUS | Character(1) | VARCHAR2(1) NOT NULL | 
Delegation Status
 A=Active I=Inactive  | 
| 12 | EODL_ACTION_DT | Date(10) | DATE | Action Date | 
| 13 | EODL_GROUP_SEQ_NUM | Number(6,0) | INTEGER NOT NULL | Specifies the system-assigned sequence number of a pending item within a group. A group is a postable entity that may be entered online or created by the system. In either case the group sequence number is automatically generated. | 
| 14 | DATETIME_STAMP | DateTime(26) | TIMESTAMP | DateTime Stamp |