DBA Data[Home] [Help]

APPS.AMS_LISTSOURCETYPE_PVT dependencies on AMS_LIST_HEADERS_ALL

Line 373: from ams_list_headers_all b

369: select 'x'
370: from ams_list_src_types a
371: WHERE a.list_source_type_id = p_list_source_type_id
372: and exists (select 'x'
373: from ams_list_headers_all b
374: where b.list_source_type = a.source_type_code) ;
375: l_x char(1);
376:
377: