DBA Data[Home] [Help]

APPS.AMS_ACT_LIST_PVT dependencies on AMS_LIST_RULE_FIELDS

Line 2291: FROM ams_list_rule_fields a,

2287: --to the attributes of the datasource which
2288: --were used to define the de-duplication rule
2289: CURSOR c_rule_field(cur_rule_id number) is
2290: SELECT b.field_column_name
2291: FROM ams_list_rule_fields a,
2292: ams_list_src_fields b
2293: WHERE a.list_rule_id = cur_rule_id
2294: AND a.LIST_SOURCE_FIELD_ID = b.LIST_SOURCE_FIELD_ID;
2295: