Previous  Next          Contents  Index  Navigation  Glossary  Library

GL No Approver Response Process

The GL No Approver Response Process provides handling options and actions to take when the approving manager has not responded to a journal batch approval request. This includes resending the request until a certain limit is reached, then providing the preparer with the option to resend the approval request to the approver or to send the request to the approver's manager.

The process has no result type.

The process consists of 8 unique activities, some of which are reused, to comprise the 10 activity nodes that appear in the workflow diagram:

Start (Node 1)

This is a Standard function activity that simply marks the start of the process.

Function WF_STANDARD.NOOP
Result Type None

Reached Manager Notification Resend Limit (Node 2)

This function activity determines if the number of request approval notifications sent to the approver has reached a predetermined limit. If the limit has been reached, the procedure returns a value of 'Yes'. If not, the procedure returns a value of 'No'.

Function GL_WF_JE_APPROVAL_PKG. NOTIFYPREP_NOAPRVRESP
Result Type Yes/No

Note: The default timeout for this activity is 1 notification. You can customize this value to meet your organization's specific needs. Use Oracle Workflow Builder to expand the activity in the Navigator. Choose the 'Number of times to notify manager' subfunction, then change the Default Value as needed.

Notify Preparer - No Manager Response (Node 3)

This activity notifies the preparer that the selected approver has not responded to the request for journal batch approval. The message includes 'Send' or 'Respond' attributes that display the batch name, approver's name, the monitor URL, and two options for further action.

Message No Manager Response
Result Type Employee Action For Manager

Record Forward From Information (Node 4)

This function activity saves the approver's name and other information. The saved information is used internally within Oracle Workflow.

Function GL_WF_JE_APPROVAL_PKG. RECORD_FORWARD_FROM_INFO
Result Type None

Get The Manager of The Approver (Node 5)

This function activity determines who is the approver's manager. If the approver's manager is found, the procedure returns a value of 'Pass'. If not, the procedure returns a value of 'Fail'.

Function GL_WF_JE_APPROVAL_PKG. GET_APPROVER_MANAGER
Result Type GL Pass or Fail Result Type

Notify System Administrator - No Approver Manager (Node 6)

This activity notifies your system administrator if the approver's manager cannot be found. The message includes 'Send' or 'Respond' attributes that display the batch name, the approver's name, the monitor URL, and any note by the system administrator that the problem has been resolved.

Message Approver's Manager Not Found
Result Type GL Problem Has Been Fixed

Additional Information: This activity's performer is set to the SYSADMIN user when you first install Journal Approval. You can change this to any other user as follows:

Notify Preparer - No Approver Problem Fixed (Node 7)

This activity notifies the preparer when the no approver problem has been fixed by the system administrator. The message includes a 'Send' or 'Respond' attribute to display the batch name.

Message Notify Preparer - No Approver Problem Fixed
Result Type None

Notify Preparer of No Approver Found (Node 8)

This activity notifies the preparer if no approver can be found for the journal batch. The message includes 'Send' or 'Respond' attributes that display the batch name, the preparer's name, the monitor URL, and any notification by the System Administrator that the problem has been resolved.

Message Notify Preparer That No Approver was Found
Result Type None

End (Nodes 9 through 11)

This function activity marks the end of the process. The activity does not have a result type and no process result is returned.

Function WF_STANDARD.NOOP
Result Type None

See Also

Journal Approval Overview

GL Request Approval Process


         Previous  Next          Contents  Index  Navigation  Glossary  Library