Below are the setup steps.
Step 1: Enable Journal approval on the Set of Book level
Responsibility: General Ledger SuperUser
Navigation: Setup > Financials > Books > Define
Create the Set of Books
Step 2: Enable Journal approval on the Journal Source level
Responsibility: General Ledger SuperUser
Navigation: Setup > Journal > Sources
Step 3: Create employees
For a shared HRMS installation
Responsibility: General Ledger SuperUser
Navigation: Setup > Employees > Enter
Since I have a full Oracle HRMS installation I cannot give you the screenshot of this form as it gives me an error on opening.
For a full HRMS installation
Responsibility: HRMS Manager/SuperUser
Navigation: People > Enter and Maintain
Step 4: Set authorization limits
Responsibility: General Ledger SuperUser
Navigation: Setup > Employees > Limits
Step 5: Set the profile options
The values of the following profile options will be set
Profile Option Name | Meaning |
Journals: Allow Preparer Approval | Determines whether journal preparers can approve their own journals |
Journals: Find Approver Method | The default method to identify the approverThe methods are:
|
Step 6: Check the Journal Approval workflow
Open Workflow Builder and connect to the APPS database. Open the workflow named, Journal Batch.
The procedures and functions that are called from the workflow are located in the database package named, GL_WF_JE_APPROVAL_PKG. It does not contain the customizable procedures.
The customizable procedures are grouped together in another package, GL_WF_CUSTOMIZATION_PKG. There are 4 procedures in this package and can be modified as per your requirement as per Oracle. These procedures are referred to by the following workflow functions,
- Customizable: Is Journal Batch Valid?
- Customizable: Does Journal Batch Need Approval?
- Customizable: Is Preparer Authorized to Approve?
- Customizable: Verify Authority
After completing all these steps you are all set to use Journal approval process in Oracle. You can test the approval functionality as shown in Steps 3 & 4 in this article.
I created Journal in GL, I disabled the Journal Approval at ASM with out posting the Journal, Later I review the journal,But from the review I can do neither post nor Approve. So how to post this Journal as Post and Approve is graded out.
ReplyDeleteWhere I created Journal it does't have Employee assignment to the User.
DeleteHey. Can you please tell me what steps are required to enable AME for journal Approval. I don't want to touch workflow file if its not required. Is there any flag or something which I have to set in workflow file to enable AME for the same.
ReplyDeleteHi,
ReplyDeleteI have customized this workflow. But having difficulty in uploading it to the instance using workflow builder. I keep getting this error: 210: Oracle Error: ORA-00001: unique constraint (APPLSYS.WF_PROCESS_ACTIVITIES_U2) violated.
Really appreciate any help on this!
Thanks,
Srini