HCDL_DLGTOR_LST(SQL View) |
Index Back |
---|---|
Direct Reports Delegator ViewKey by Proxy ID. Use Proxy ID to get all delegator ids of the proxy. |
SELECT A.PROXY_ID , A.DELEGATOR_ID , A.DELEGATOR_RCD , A.TRANSACTION_NAME , A.TRANS_ALLOWED , B.PNLGRPNAME , A.FROM_DATE , A.TO_DATE , A.END_DAY_IND , A.DELEGATOR_OPRID , A.DLGT_REQ_STATUS , A.DLGT_STATUS , A.NOTIFY_DELEGATOR , A.GROUP_SEQ_NUM FROM PS_HCDL_DELEGATION A , PS_HCDL_CURR_TXNS B WHERE A.TRANSACTION_NAME = B.TRANSACTION_NAME AND A.TRANS_ALLOWED = B.TRANS_ALLOWED |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROXY_ID | Character(11) | VARCHAR2(11) NOT NULL | Direct Reports: EMPLID of an individual to whom a process or transaction has been delegated. |
2 | DELEGATOR_ID | Character(11) | VARCHAR2(11) NOT NULL | Direct Reports: EMPLID of an individual to whom a process or transaction has been delegated. |
3 | DELEGATOR_RCD | Number(3,0) | SMALLINT NOT NULL | Delegator Record Number |
4 | TRANSACTION_NAME | Character(25) | VARCHAR2(25) NOT NULL | EDI Transaction Name |
5 | TRANS_ALLOWED | 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 |
6 | PNLGRPNAME | Character(18) | VARCHAR2(18) NOT NULL | Component Name |
7 | FROM_DATE | Date(10) | DATE | From Date |
8 | TO_DATE | Date(10) | DATE | Latest Date to be sent to PYR |
9 | END_DAY_IND | Character(1) | VARCHAR2(1) NOT NULL |
End Absence Day
0=End Day No 1=End Day Yes |
10 | DELEGATOR_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Delegator Oprid |
11 | DLGT_REQ_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Request Status
A=Accepted E=Ended J=Rejected R=Revoked S=Submitted |
12 | DLGT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Delegation Status
A=Active I=Inactive |
13 | NOTIFY_DELEGATOR | Character(1) | VARCHAR2(1) NOT NULL |
Notify flag
N=Not Notify Delegator Y=Notify Delegator |
14 | 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. |