Invoicing and Account rules used by Order Management.sql

Published February 22, 2026 By Sai Sree Ram Gundepudi
--SQL used to obtain Invoicing and Account rules used by Order Management.
SELECT
	RULE_ID
  , NAME
  , DESCRIPTION
  , RULE_ID
  , STATUS
FROM
	fusion.RA_RULES
ORDER BY
	name
select *
from
	fusion.MSC_INVOICING_ACCT_RULES
;

Was this solution helpful?

Your feedback helps improve our technical knowledge repository.

Share this article