DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.AMS_P_LIST_RULES_V

Object Details
Object Name: AMS_P_LIST_RULES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_P_LIST_RULES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


AMS_LIST_RULES_ALL stores information on user-defined rules for identifying account or contact duplicates in lists, and what priority reules should be used when removing these duplicates.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LIST_RULE_ID NUMBER
Yes Unique Identifier
LIST_RULE_NAME VARCHAR2 (120) Yes Deduplication rule name.
LIST_RULE_TYPE VARCHAR2 (30)
For OSM upgrade. Indicates if the rule is for an IMPORT or TARGET List.
LIST_HEADER_ID NUMBER
Yes Foreign key to ams_list_headers_all
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LIST_RULE_ID
,      LIST_RULE_NAME
,      LIST_RULE_TYPE
,      LIST_HEADER_ID
FROM APPS.AMS_P_LIST_RULES_V;

Dependencies

[top of page]

APPS.AMS_P_LIST_RULES_V references the following:

SchemaAPPS
SynonymAMS_LIST_RULES_ALL
SynonymAMS_LIST_RULE_USAGES
APPS.AMS_P_LIST_RULES_V is referenced by following:

SchemaAPPS
ViewAMS_P_LIST_HEADERS_V