EODL_DELEGATION

(SQL Table)
Index Back

Delegation Table

This record stores the delegated authority information for Manager Desktop applications. Managers can delegate processing authority to other individuals on a transaction-by-transaction basis.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EODL_DELEGATOR_OID Character(30) VARCHAR2(30) NOT NULL Delegator User Id
2 EODL_DELEGATOR_RCD Number(3,0) SMALLINT NOT NULL Delegator Record Number

Default Value: 0

3 TRANSACTION_NAME Character(25) VARCHAR2(25) NOT NULL EDI Transaction Name
4 EODL_TRAN_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
5 FROM_DATE Date(10) DATE From Date
6 EODL_PROXY_OID Character(30) VARCHAR2(30) NOT NULL Proxy Operator Id
7 EODL_DELEGATOR_ID Character(11) VARCHAR2(11) NOT NULL Direct Reports: EMPLID of an individual to whom a process or transaction has been delegated.
8 EODL_PROXY_ID Character(11) VARCHAR2(11) NOT NULL Direct Reports: EMPLID of an individual to whom a process or transaction has been delegated.
9 TO_DATE Date(10) DATE To Date
10 EODL_END_DAY_IND Character(1) VARCHAR2(1) NOT NULL End Absence Day

Y/N Table Edit

11 EODL_DLGT_REQ_STAT Character(1) VARCHAR2(1) NOT NULL Request Status
A=Accepted
E=Ended
J=Rejected
R=Revoked
S=Submitted
12 EODL_DLGT_STATUS Character(1) VARCHAR2(1) NOT NULL Delegation Status
A=Active
I=Inactive
13 EODL_NOTIFY_DLGTOR Character(1) VARCHAR2(1) NOT NULL Notify flag
N=Not Notify Delegator
Y=Notify Delegator
14 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.
15 TRANSACTION_NBR Number(15,0) DECIMAL(15) NOT NULL 08/02/99 NAS: Changed the size of this field from 10 to 15. Based on Jim Hillman's decision to make the field at a standard size.
16 COMMENTS Long Character CLOB Comment