DBA Data[Home] [Help]

APPS.AMS_LIST_WF dependencies on AMS_ACT_LISTS

Line 480: from ams_act_lists

476: l_msg_data varchar2(2000);
477: l_error_msg VARCHAR2(4000);
478: cursor c2 is
479: select list_used_by , list_used_by_id
480: from ams_act_lists
481: where list_header_id = l_list_header_id
482: and list_act_type = 'TARGET' ;
483: l_list_used_by varchar2(30);
484: l_list_used_by_id number;