DBA Data[Home] [Help]

APPS.AMS_LISTDEDUPE_PVT dependencies on AMS_LIST_RULE_USAGES

Line 289: FROM ams_list_rule_usages

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