AM_POSTINGFILL
-
Start
-
The process begins automatically or when a user creates/initiates a requested position posting.
-
Load Account Format
-
The system reads and prepares the position’s financial account format.
-
It collects the account numbers and formats them, pulling details from internal tables if needed.
-
Decision Point: What is the posting status?
-
If Posting Status = “Req” (Requested):
-
The process moves to Finance Approval.
-
-
If Posting Status = “Pos” (Position):
-
It skips to Post Position.
-
-
If Posting Status doesn’t match criteria:
-
The flow ends or waits for further action.
-
-
Finance Approval
-
The workflow routes the posting to a specific approver ("BSILL").
-
This person reviews and either approves or rejects the request.
-
Decision Point: Was it approved?
-
If Approved:
-
The process continues to Post Position.
-
-
If Rejected:
-
The process transitions to a rejection path (see below).
-
-
Post Position
-
The position is officially posted in the system, if it hasn’t already been done.
-
Marks the posting as “already posted” to prevent duplicates.
-
Save Approval Comments
-
Any approval comments made by users during the process are collected and recorded with the posting.
-
End
-
The process finishes.
-
The request is now fully processed and posted, with audit/comment history attached.
If the Post is Rejected (Any Stage):
-
Change to Reject Status
-
The posting’s status in the database is updated to “Rejected.”
-
-
Not Accepted Email
-
The system attempts to send an email notification about the rejection.
-
-
Save Rejection Comments
-
Any comments entered by approvers during rejection are saved for reference.
-
-
End
-
The workflow completes.
-
If an Error Occurs:
-
The system notifies the request creator of the error and then ends the process.
Extra Approvals (Depending on Rules/Data)
-
The flow can also include extra approvals for position location(s) and specific fund/account distributions. For example, for particular location codes or fund/account combinations, approvals will be required from designated individuals or roles.
Summary Table
|
Step |
What Happens |
|
Start |
Workflow is triggered |
|
Load Account Format |
System prepares/attaches account numbers |
|
Finance Approval (if needed) |
Reviewer (e.g., "BSILL") approves or rejects |
|
Post Position |
System posts the position, marks as posted |
|
Save Approval Comments |
Gathers and records any provided approval notes |
|
End |
Process is marked complete |
|
Rejection Path |
If rejected: mark as rejected, notify creator, save rejection comments, end |
|
Error Path |
If error: notify creator, end |