DBA Data[Home] [Help]

APPS.AMS_WFTRIG_PVT dependencies on AMS_LIST_HEADERS_VL

Line 1460: from ams_list_headers_vl list, ams_Act_lists act

1456: l_tgrp_name VARCHAR2(240);
1457:
1458: CURSOR c_det_tgrp_name (p_sch_id NUMBER) IS
1459: select list.list_name
1460: from ams_list_headers_vl list, ams_Act_lists act
1461: where list.list_header_id = act.list_header_id
1462: and act.list_used_by_id = p_sch_id
1463: and act.list_Act_Type = 'TARGET';
1464: