The seeded form is called Leave of absence (/public/xxas/emp/view/leaveofabsence.xml) and contains the following fields:
Field | Description |
---|---|
ABSENCE_ATTENDANCE_ID | A hidden field that contains the Id of the absence when the absence already exists. You can use this value in formula to configure different behaviors for create and update. |
OVERRIDE_ASSIGNMENT_ID | Allows the user to pick the assignment to which the absence relates. Although this isn't stored on the absence, it can be used to drive workflow approval rules. This field is hidden by default. Only relevant when using the older HR_LOA_JSP_PRC absence workflow. |
LEAVE_STATUS | Whether the request is planned or confirmed. This is hidden by default and set to Confirmed. |
ABSENCE_TYPE_ID | The Absence Type. To control who can enter which absence type, see Restricting absence types. |
ABS_ATTENDANCE_REASON_ID | The Absence Reason. This is hidden by default. |
DATE_NOTIFICATION | The date the absence was notified. This is hidden by default and defaulted to the date requested. |
DATE_PROJECTED_START | The date the absence is projected to start; hidden and not used by default. |
TIME_PROJECTED_START | The time the absence is projected to start; hidden and not used by default. |
DATE_PROJECTED_END | The date the absence is projected to end; hidden and not used by default. |
TIME_PROJECTED_END | The time the absence is projected to end; hidden and not used by default. |
DATE_START | The date the absence started (or is scheduled to start). |
TIME_START | The time the absence started (or is scheduled to start). |
DATE_END | The date the absence ended (or is scheduled to end). |
TIME_END | The time the absence ended (or is scheduled to start). |
ABSENCE_DAYS | The duration of the absence in days. The default formula attempts to calculate this using standard Oracle duration calculation behavior. See Absence duration processing. |
ABSENCE_HOURS | The duration of the absence in hours. The default formula attempts to calculate this using standard Oracle duration calculation behavior. See Absence duration processing. |
REPLACEMENT_PERSON_ID | The person who will replace the absent person. |
PER_ABSENCE_ATTENDANCES | The Additional Absence Details flexfield. This looks for a &pInformationType= function parameter on the block's Linked function to determine which flexfield structure to use. |
PER_ABS_DEVELOPER_DF | The Additional Absence Detail Information flexfield. This looks for a &pDeveloperContextCode= function parameter on the block's Linked function to determine which flexfield structure to use. |
COMMENTS_TO_APPROVER | The workflow comments to the approver. |
ATTACHMENTS | Attachments to upload for the workflow transaction. See Absence attachments. |