CAC Inventory Account Alias Setup
Description
Categories: Enginatics
Repository: Github
Repository: Github
Report to show accounts assigned for inventory account aliases
/* +=============================================================================+
-- | Copyright 2011 - 2020 Douglas Volz Consulting, Inc. |
-- | All rights reserved. |
-- | Permission to use this code is granted provided the original autho ... more
/* +=============================================================================+
-- | Copyright 2011 - 2020 Douglas Volz Consulting, Inc. |
-- | All rights reserved. |
-- | Permission to use this code is granted provided the original autho ... more
Run
CAC Inventory Account Alias Setup and other Oracle EBS reports with Blitz Report™ on our demo environment
select nvl(gl.short_name, gl.name) Ledger, haou2.name Operating_Unit, mp.organization_code Org_Code, haou.name Organization_Name, mgd.segment1 Account_Alias, mgd.description Description, &segment_columns mgd.effective_date Effective_Date, mgd.disable_date Disable_Date, mgd.disposition_id Alias_Id from mtl_generic_dispositions mgd, mtl_parameters mp, gl_code_combinations gcc, hr_organization_information hoi, hr_all_organization_units_vl haou, hr_all_organization_units_vl haou2, gl_ledgers gl where mgd.distribution_account = gcc.code_combination_id and mgd.organization_id = mp.organization_id -- =========================================== -- Organization joins for the HR org model -- =========================================== and hoi.org_information_context = 'Accounting Information' and hoi.organization_id = mp.organization_id and hoi.organization_id = haou.organization_id -- this gets the organization name and haou2.organization_id = to_number(hoi.org_information3) -- this gets the operating unit id and gl.ledger_id = to_number(hoi.org_information1) -- get the ledger_id -- Revision for version 1.1 -- Avoid selecting disabled inventory organizations and sysdate < nvl(haou.date_to, sysdate + 1) and mp.organization_id in (select oav.organization_id from org_access_view oav where oav.resp_application_id=fnd_global.resp_appl_id and oav.responsibility_id=fnd_global.resp_id) and 1=1 -- p_ledger, p_operating_unit, p_org_code -- End revision for version 1.1 order by nvl(gl.short_name, gl.name), -- Ledger haou2.name, -- Operating_Unit mp.organization_code, -- Org_Code haou.name, -- Organization_Name mgd.segment1 -- Account_Alias |
Parameter Name | SQL text | Validation | |
---|---|---|---|
Organization Code |
|
LOV | |
Operating Unit |
|
LOV | |
Ledger |
|
LOV |