How do I find what is my organization code and organization id ?


SELECT organization_code, organization_id, organization_name,
  set_of_books_id, chart_of_accounts_id.operating_unit, legal_entity
FROM org_organization_definitions
ORDER BY organization_code;

Leave a comment

Your email address will not be published. Required fields are marked *