DBA Data[Home] [Help]

APPS.AMS_LIST_QUERY_PVT dependencies on AMS_LIST_SELECT_ACTIONS

Line 2379: FROM ams_list_select_actions

2375: CURSOR fetch_list_select_actions(list_id NUMBER) IS
2376: SELECT incl_object_id,rank,order_number,description,list_action_type
2377: ,no_of_rows_requested,no_of_rows_available,no_of_rows_used
2378: ,distribution_pct,no_of_rows_targeted
2379: FROM ams_list_select_actions
2380: WHERE action_used_by_id =list_id
2381: AND arc_action_used_by='LIST'
2382: AND arc_incl_object_from='SQL';
2383: