DBA Data[Home] [Help]

APPS.AMS_LISTDEDUPE_PVT dependencies on AMS_LIST_RULE_USAGES

Line 288: FROM ams_list_rule_usages

284: RETURN NUMBER IS
285: -- the set of rules associated with a list.
286: CURSOR c_list_rules (my_list_header_id IN NUMBER)
287: IS SELECT list_rule_id
288: FROM ams_list_rule_usages
289: WHERE list_header_id = my_list_header_id
290: ORDER BY priority;
291:
292: -- the list of fields for the list rule which are used to generate the key.