Skip to main content

AME Configuration setup - Oracle EBS R12



Standard Transaction Types available in oracle EBS for payables


  • OIE Expenses Report –                  APEX 
  •  Payables Hold Resolution –           APHLD 
  •  Payables Invoice Approval –         APINV


Components for Approval Management Engine 

      Approval management uses these components within the approval rules

  • Attribute: - Define the attributes to fetch the business facts for a specific transactions e.g. Item Category, transaction total amount, Expenses type etc. 
  • Conditions: - Define conditions to evaluate attributes within rules. If all the conditions in rule are true then the rule is active e.g. Item Category = IT Hardware, Total Transaction Cost = USD 10000 etc. 
  • Action Type: - Enable action type to specify the action to take if a rule is active for a transaction e.g. Supervisory level – Require approvals up to the first two supervisors 
  • Approver Groups: - Define Approver group to contain approver’s who are usually members of peer such as payroll and exp. Department


Approval Rules

Approval group determine the approvers or FYI (for your information) notifications recipient required for business transaction.

AME Process



Basic Installation required for AME


Install AME >> Setup AME Security >> Setup user profile 

Install AME

AME’s installation routines and administration feature determine which application can use AME. Installation and administration are typically jobs for a technical specialist

Setup AME Security

Attach the predefined roles to a user or a group of user. AME uses role based function to provide user access to AME functions.
Setup user access as follows

  • Login as Administrator 
  • Select the user management responsibility 
  • Select the user page 
  • Search for user to whom you wish to grant AME roles 
  • Click on update button. In the user update page we can see the user details along with roles assigned to that user 
  • Click on Assign role and assign the following roles – Each of the five predefined roles has a specific set of functional grants

6.1   Approvals Management Administrator
6.2   Approvals Management Analysts
6.3   Approvals Management System Viewer
6.4   Approvals Management System Administrator
                  6.5   Approvals Management Process Owner 

  •  Select the roles from the resulting list and click apply button

Once we assign the any of the five roles to user, we indirectly assigning AME responsibilities to user. Grant access to user. As AME restricts the access to Transaction Type using data security. We can assign grant user access to the transaction type using grants page. Setup user access as follows

  1. Login as Administrator
  2. Select the Functional Administrator responsibility 
  3. Select the Grants TAB 
  4. Click on Create Grant Tab 
  5. Select the specific user as grantee type 
  6.  Select the user as grantee key

·         Select AME Transaction Type as objects
1.       All rows – This grants access to all the transaction types to user
2.       Instance – This grant access to specific transaction type specified by following parameters “ FND_APPLICATION_ID = Application id
TRANSACTION_TYPE_ID = Unique transaction type of the AME transaction type with in the application
3.       Instance Set – This grant access to multiple transaction type specified by following parameters
Use predefined instance set AME Transaction Type instance set. Next page select FND_APPLICATION_ID as parameter1 and TRANSACTION_TYPE_ID as parameter2.
·         Next page select AME Calling Application as the permission set
·         Review and Finish 

Setup Profile option

AME: Installed

Set up Approval process

Ø  Plan your approval process
Ø  Identify business cases
Ø  Identify the components of the approval process
Ø   Plan a test case for business

Implement the Approval Process

             Ø  Implement Transaction Type      
             Ø  Configure Transaction Type           
             Ø  Create Item class usage
             Ø  Create Attributes
             Ø  Create Conditions
             Ø  Create Approval Groups
             Ø  Identify action type
             Ø  Define Approval Rules
             Ø  Test approval rules

Additional Tasks
  • Create Custom transactions type 
  •  Configure oracle application to use AME

Comments

  1. Oracle Apps R12 and Fusion Cloud Self Paced Training Videos by Industry Experts. Please Check https://www.oracleappstechnical.com

    ReplyDelete
  2. Thanks for sharing this great information I am impressed by the information that you have on this blog. Same as your blog i found another one Oracle Fusion Financials . Actually I was looking for the same information on internet for Oracle Fusion Financials and came across your blog. I am impressed by the information that you have on this blog. It shows how well you understand this subject, you can learn more aboutOracle Fusion Financials . By attending Oracle Fusion FinancialsTraining .


    ReplyDelete
  3. Thanks for sharing this blog. The content is beneficial and useful. Very informative post. Visit here to learn more about Data Mining companies and Data analytics Companies.

    ReplyDelete
  4. It's really a great and helpful piece of info. I'm glad that you just shared this useful information with us. Please keep us up to date like this. Thank you for sharing.Here is the right place to Submit Guest Post Big Data.

    ReplyDelete

Post a Comment

Popular posts from this blog

Create Accounting for a Payment generates errors 95333 and 95359

Create Accounting for a Payment generates errors 95333 and 95359 Error: 95333: A conversion rate does not exist to convert USD to AUD for the conversion type Corporate and conversion date 20-MAR-09 for line -25. Please use the Daily Rates form in General Ledger to enter a conversion rate for these currencies, conversion date and conversion type. 95359: There is no accounted amount for the subledger journal entry line. Please inform your system administrator or support representative that: The source assigned to the accounting attribute Accounted Amount has no value for extract line number 88547. Please make sure the source assigned to the accounting attribute Accounted Amount has a valid value, or assign a different source to this accounting attribute. Solution: 1. Specify a conversion rate for the currencies and conversion date mentioned in the error message 95333 Navigation under the General Ledger responsibility: Setup > Currencies > Currency Rates Manager > Daily Rates ...

Public API’s for FA Transactions

Public API’s for FA Transactions So far Oracle FA is have all the good things except the lack on reporting.Oracle FA is now offer lot of public API's that can be used to interfacing with third party or Oracle application other modules. Here are some of transaction's API's:   Additions API if you have requirement to add assets directly via PL/SQL then use  FA_ADDITION_PUB.DO_ADDITION. If you have selected the Allow CIP Assets check box on the Book Controls window of a tax book when adding CIP assets using the Additions API, the this API automatically adds those CIP assets to that tax book at the same time that they are added to the corporate book. Adjustments API you can make cost adjustments to your assetsdirectly via PL/SQL using  FA_ADJUSTMENT_PUB.DO_ADJUSTMENT  for any  process adjustment. Detail can be found in appendix H) You can use this API if you have a custom interface that makes it difficult to use with the existing Oracle Assets interfaces for adjusti...

AP Table Relation Oracle Apps

AP Table Relation Oracle Apps ORACLE PAYABLE TABLE RELATION Source Table Dependent Table Condition AP_INVOICE_LINES_ALL AIL ZX_LINES_SUMMARY ZLS AIL.invoice_id = ZLS.trx_id and  ZLS.application_id  = 200 and  ZLS.entity_code  = 'AP_INVOICES' and  ZLS.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.summary_tax_line_id = ZLS.summary_tax_line_id AP_INVOICE_LINES_ALL AIL ZX_LINES ZL AIL.invoice_id = ZL.trx_id and  ZL.application_id  = 200 and  ZL.entity_code  = 'AP_INVOICES' and  ZL.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.line_number = ZL.trx_line_number AP_INVOICE_DISTRIBUTIONS_ALL AID ZX_REC_NREC_DIST ZD AID.invoice_id = ZD.trx_id and  ZD.application_id  = 200 and  ZD.entity_code  = 'AP_INVOICES' and  ZD.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and...