DBA Data[Home] [Help]

VIEW: APPS.OE_AK_INV_RULES_V

Source

View Text - Preformatted

SELECT rule_id , name , description from ra_rules WHERE status = 'A' and type = 'I'
View Text - HTML Formatted

SELECT RULE_ID
, NAME
, DESCRIPTION
FROM RA_RULES
WHERE STATUS = 'A'
AND TYPE = 'I'