This page (revision-40) was last changed on 26-Nov-2021 10:22 by khiggs

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
40 26-Nov-2021 10:22 9 KB khiggs to previous
39 26-Nov-2021 10:22 8 KB khiggs to previous | to last
38 26-Nov-2021 10:22 8 KB khiggs to previous | to last
37 26-Nov-2021 10:22 7 KB jmyers to previous | to last
36 26-Nov-2021 10:22 7 KB JMyers to previous | to last FROM_DATE ==> FROM_DATE(Field)
35 26-Nov-2021 10:22 7 KB JMyers to previous | to last TO_DATE ==> TO_DATE(Oracle_Function)
34 26-Nov-2021 10:22 7 KB JEscott to previous | to last
33 26-Nov-2021 10:22 7 KB JMyers to previous | to last
32 26-Nov-2021 10:22 7 KB JEscott to previous | to last
31 26-Nov-2021 10:22 7 KB JEscott to previous | to last
30 26-Nov-2021 10:22 7 KB JMyers to previous | to last
29 26-Nov-2021 10:22 7 KB JMyers to previous | to last
28 26-Nov-2021 10:22 7 KB JMyers to previous | to last
27 26-Nov-2021 10:22 7 KB JMyers to previous | to last
26 26-Nov-2021 10:22 9 KB JMyers to previous | to last
25 26-Nov-2021 10:22 9 KB JMyers to previous | to last
24 26-Nov-2021 10:22 9 KB JAiken to previous | to last
23 26-Nov-2021 10:22 9 KB JEscott to previous | to last
22 26-Nov-2021 10:22 8 KB JEscott to previous | to last
21 26-Nov-2021 10:22 8 KB JEscott to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 7 lines
;[Approval Process|??]: This field holds the unique user-defined name of the process. Approval_Process_Code is a 10-character alphanumeric mandatory field you must manually enter.
;[Type|??]:This field identifies classifies the approval process to a specific type. Approval_Type is a mandatory field which you must fill from the user-defined lexicon [X_APPROVAL_TYPE].
;[Priority|??]:Each Approval Process is assigned a Priority. Using the priority different groups of employees can be processed in a specific order if required using the Where Clause. Priorty is a 5-character numeric optional field you may manually enter.
;[Where Clause|??]:The field allows you to select a `Where Clause' which may be used to specify conditions for selecting approval process. i.e. The `Where Clause' may restrict this process to employee timesheets where the employee is in a specific Unit or Department. The values for this LOV are created in the Data Access Objects (IMDAO) screen. Where Clause from MWC_ID is a 10-character alphanumeric optional field you may either manually enter or select a value from the LOV(F9) provided.
;[Start Date|??]:If the approval process is only to be used for a temporary time period, a Start Date may be defined.
;[End Date|??]:If the approval process is only for a temporary time period, the End Date may be defined.
;[Description|??]:This field allows you to enter a brief description about the process. Description is a 50-character alphanumeric optional field you may manually enter.
;[Approval Process|APPROVAL_PROCESS_CODE]: This field holds the unique user-defined name of the process. Approval_Process_Code is a 10-character alphanumeric mandatory field you must manually enter.
;[Type|APPROVAL_TYPE]:This field identifies classifies the approval process to a specific type. Approval_Type is a mandatory field which you must fill from the user-defined lexicon [X_APPROVAL_TYPE].
;[Description|DESCRIPTION]:This field allows you to enter a brief description about the process. Description is a 50-character alphanumeric optional field you may manually enter.
;[Priority|PRIORITY]:Each Approval Process is assigned a Priority. Using the priority different groups of employees can be processed in a specific order if required using the Where Clause. Priorty is a 5-character numeric optional field you may manually enter.
;[Where Clause|WHERE_CLAUSE_CODE]:The field allows you to select a `Where Clause' which may be used to specify conditions for selecting approval process. i.e. The `Where Clause' may restrict this process to employee time sheets where the employee is in a specific Unit or Department. By pressing the F9 key while focusing in this field, the user may create a new where clause specifically for this approval process using the 'Where Clause Creater dialog' that pops up. Where_Clause_Code from [P2K_AM_WHERE_CLAUSES] is a 10-character alphanumeric optional field you may either manually enter or select a value from the LOV(F9) provided.
;[Start Date|START_DATE]:If the approval process is only to be used for a temporary time period, a Start Date may be defined.
;[End Date|END_DATE]:If the approval process is only for a temporary time period, the End Date may be defined.
At line 13 added one line
At line 16 changed 3 lines
;[Seq #|??]: The sequence number indicates the order the steps within the process will be executed. Sequence is a 5-character numeric mandatory field you must manually enter
;[Description|??]: This field allows you to enter a brief description about the step. Description is a 50-character alphanumeric mandatory field you must manually enter.
;[Function Name|??]: This field allows you to enter a function name which is the form to be used for approving the record. If no function is specified, the record may be approved in any form that calls the subject focus of the approval process and that calls the Approval Process logic. Function_Name from MFN_ID is a 10-character alphanumeric optional field you may either manually enter or select a value from the LOV(F9) provided.
;[Seq #|SEQUENCE]: The sequence number indicates the order the steps within the process will be executed. Sequence is a 5-character numeric mandatory field you must manually enter
;[Description|DESCRIPTION]: This field allows you to enter a brief description about the step. Description is a 50-character alphanumeric mandatory field you must manually enter.
;[Function Name|FUNCTION_NAME]: This field allows you to enter a function name which is the form to be used for approving the record. If no function is specified, the record may be approved in any form that calls the subject focus of the approval process and that calls the Approval Process logic. Function_Name from [P2K_AM_FUNCTIONS] is a 10-character alphanumeric optional field you may either manually enter or select a value from the LOV(F9) provided.