Thursday, October 28, 2021

Query to get Approval Group details in Approval Hierarchy - Oracle APPS

SELECT name operating_unit
  ,control_group_id
  ,control_group_name
  ,description
  ,creation_date
FROM po_control_groups_all pcga
    ,hr_operating_units hou
WHERE hou.organization_id = pcga.org_id
  AND TRUNC (creation_date) BETWEEN TO_DATE ('01-JAN-2021',
     'DD-MON-YYYY')
      AND TO_DATE ('28-OCT-2021',
     'DD-MON-YYYY')
ORDER BY creation_date DESC

No comments:

Post a Comment

SupplierAddressImportTemplate.xlsm South Africa Suburb Field mapping in POZ_SUPPLIER_ADDRESSES_INT

Suburb mpping in Supplier Address Import Template will be mapped to Address Element Attribute2 (HZ_LOCATIONS. ADDR_ELEMENT_ATTRIBUTE2)