[Home] [Help]
View: AS_LIST_RULES_V
| Product: | AS - Sales Foundation |
| Description: | Displays all the rules for removing duplicates. |
| Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT LIST.LIST_ID
, RULE.TYPE
, RULE.LIST_RULE_ID
, RULE.RULE_NAME
FROM AS_LISTS LIST
, AS_LIST_RULES RULE
WHERE LIST.LIST_RULE_ID(+) = RULE.LIST_RULE_ID
Columns
| Name |
| LIST_ID |
| TYPE |
| LIST_RULE_ID |
| RULE_NAME |