Organization Details -- Organization Parameters1.sql

Published February 22, 2026 By Sai Sree Ram Gundepudi
SELECT haotl.NAME, iop.*, MC.calendar_Code, mc.description FROM Inv_Org_Parameters iop, HR_ORGANIZATION_UNITS_F_TL haotl, MSC_CALENDARS mc WHERE haotl.organization_id = iop.business_unit_id AND TO_CHAR(iop.Schedule_id) = mc.SR_CALENDAR_CODE (+) ORDER BY haotl.NAME, ORGANIZATION_CODE ORDER MANAGEMENT

Was this solution helpful?

Your feedback helps improve our technical knowledge repository.

Share this article