Skip to main content

iProcurement Global Requester and Global Approver

Global Requester

Oracle iProcurement lets requesters create requisitions on behalf of another requester, even if that requester is in a different operating unit or business group. For example, a manager in the United Kingdom can order office supplies for a newly hired employee in the United States, even though the UK and the US represent different business groups. Possible scenarios include:
  • Global preparer. The manager in the UK logs on using the US responsibility. Even though the manager is not part of the US business group, the manager can create a requisition for a US employee.
  • Global requester. The manager in the UK logs on using the US responsibility and picks himself as the requester, even though the manager is not an employee in the US business group. For example, the manager is traveling to the US and needs to order supplies while in the US.
The process flow routes the resulting requisition for approval based on the preparer's approval path, when using an employee-supervisor hierarchy. When using a position hierarchy and the preparer or approver belongs to a different business group than the requester, then the preparer or approver must manually select an approver for the requisition. (The workflow cannot generate an approval list in this scenario.)

During Checkout, iProcurement shows the Requester field on the requisitiont. When global requester functionality is enabled, then clicking the Search icon next to this field lets you select requesters in other business groups.

Note: When you click the Flashlight icon, the list of available requesters includes all employees in the business group associated with the login responsibility, plus the preparer. For example, a manager in the UK logs on using the US responsibility. This manager sees everyone in the US business group, plus himeself.

If the global requester functionality is enabled while searching for requisitions on the Requisitions tab, then you can select the option Include employees from other organizations to expand the search to preparers or requesters in other business groups. The list of available preparers and requesters includes all employees in the business group associated with the login responsibility, plus the preparer.

Note: You can monitor only those requisitions that were created in the operating unit associated with your login responsibility. For example, a manager in the UK logged on using the US responsibility and created a requisition. When the manager logs on using the UK responsibility, the manager does not find the requisition. The manager finds it only when logging in using the US responsibility.
Setup Steps
  1. Set HR: Cross Business Group to Yes to allow the selection of requesters in other business groups.
    If this profile option is set to No, then preparers can select requesters in other operating units, but not in other business groups.
  2. Set the profile option ICX: Override Requestor to either By All or Within Organization.
    When ICX: Override Requestor is set to No, then the Requester field on the requisition defaults to the preparer and cannot be changed.
Profile Options
  • Set the following profile options as described in the preceding setup steps:
    • HR: Cross Business Group
    • ICX: Override Requestor
  • The following table show how Oracle iProcurement behaves depending on the setting of these profile options:
    HR: Cross Business Group and ICX: Override Requestor
    HR: Cross Business Group ICX: Override Requestor Preparer's Actions
    Yes By All Preparer can select any employee in or outside one's business group.
    Yes Within Organization Preparer can select any employee in or outside one's business group.
Function Security
  • The functions for viewing or performing actions on My Group's Requisitions, My Requisitions, All Requisitions, Requisitions I Approved, and Orders to Approve behave the same regardless of how HR: Cross Business Group is set. For example, if the requester is given access to View My Group's Requisitions (and the security level access for the requisition document type in Oracle Purchasing is set to Public), then the requester can view all requisitions created in the operating unit that the requester is logged in to, regardless of whether the preparer belongs to the same business group.
Implementation Considerations
  • The accounting for the global requester functionality behaves no differently than it normally does:
  • If the item is an expense item and no account information is defined for the item, then the system verifies whether an account is associated with the requester (in the People window in Oracle Applications). As always, this account must share the same set of books as the operating unit in which the requisition is created.

  • If the account is not valid for the set of books of the operating unit in which the requisition is being created, then the system verifies the favorite accounts that the preparer has defined in the iProcurement Preferences. If a valid account does not exist in the preferences, then the system still tries to build the account using the expense charge account rules, if set up.

  • If the system cannot build the account information, then the preparer receives a prompt to enter the appropriate accounting information manually during checkout.

Global Approver

As requisitions are created in Oracle iProcurement, approval paths are generated. You can set up the list of approvers to include employees belonging to different business groups. For example, it is possible for requester A from business group 1 to have his or her requisition routed to approver B from business group 2. In addition, approvers from different business groups can be manually inserted into the approval list. As such, the list of values for approvers can include a column containing the business group of each potential approver.

Approvers can view the requisition details from the notifications pages, even if the requisition was created in a different operating unit. Requisitions that were created in a different operating unit are not available through the general requisition status pages nor are they available for modification. The approval action history display includes business group information for each approver.

Setup Steps

If any approvers in the hierarchy are employees in different business groups, then set the profile option HR: Cross Business Groups to Yes before you set up your approval hierarchy.

Profile Options
  • HR: Cross Business Groups

Comments

Popular posts from this blog

SQL Query to extract Oracle Purchase Order Information

SELECT   poh.po_header_id,    poh.type_lookup_code PO_TYPE,   poh.authorization_status PO_STATUS,   poh.segment1 PO_NUMBER,   pov.vendor_name SUPPLIER_NAME,   povs.vendor_site_code Location,   hrls.location_code Ship_To,   hrlb.location_code Bill_to,   pol.line_num ,   msib.segment1 Item,   pol.unit_price,   pol.quantity,   pod.amount_billed Amount,   pod.destination_subinventory,   ppf.full_name Buyer_Name,   poh.closed_Code  FROM   PO_HEADERS_ALL poh,   PO_LINES_ALL pol,   mtl_system_items_b msib,   PO_LINE_LOCATIONS_ALL poll,   PO_DISTRIBUTIONS_ALL pod,   po_vendors pov,   po_vendor_sites_All povs,   hr_locations_all hrls,   hr_locations_all hrlb,   per_all_people_f ppf,   po_line_types polt WHERE   1                         =1 AND polt.line_type_id    = pol.line_type_id AND povs.vendor_site_id     = poh.vendor_site_id AND pov.vendor_id           = poh.vendor_id AND pol.item_id             = msib.inventory_item_id AND msib.organization_id  

Query to find Operating Unit, Business Group and Legal Entity Information

SELECT   DISTINCT   hrl . country ,                  hroutl_bg . name              bg ,                  hroutl_bg . organization_id ,                  lep . legal_entity_id ,                  lep . name                    legal_entity ,                  hroutl_ou . name              ou_name ,                  hroutl_ou . organization_id   org_id ,                  hrl . location_id ,                  hrl . location_code ,                  glev . flex_segment_value FROM     apps . xle_entity_profiles   lep ,         apps . xle_registrations   reg ,         apps . hr_locations_all   hrl ,         apps . hz_parties   hzp ,         apps . fnd_territories_vl   ter ,         apps . hr_operating_units   hro ,         apps . hr_all_organization_units_tl   hroutl_bg ,         apps . hr_all_organization_units_tl   hroutl_ou ,         hr_organization_units   gloperatingunitseo ,         apps . gl_legal_entities_bsvs   glev WHERE    lep . transacting_entity_flag   =   'Y'         AND   l

List of iExpenses Tables

List of iExpenses Tables  Table Name Description AP_EXPENSE_REPORT_HEADERS_ALL Expense report header information AP_EXPENSE_REPORT_LINES_ALL Expense report lines information AP_EXP_REPORT_DISTS_ALL Expense report distribution information. It contains the accounts against each expense report line. AP_CREDIT_CARD_TRXNS_ALL Table to store the corporate credit card transactions that are sent by the banks. These lines are saved as expense lines when the user creates the expense lines for credit cards AP_NOTES Table to store the comments entered by approvers and auditors     Setup tables   AP_EXPENSE_REPORTS_ALL This table contains the header level information about the expense templates AP_EXPENSE_REPORT_PARAMS_ALL This table contains the detail level information about the expense templates AP_POL_CAT_OPTIONS_ALL Table to store the policy options AP_POL_CONTEXT Table to store the policy context     AP_POL_LOCATIONS_TL Table