DBA Data[Home] [Help]

APPS.AMS_LISTSOURCETYPE_PVT dependencies on AMS_LIST_HEADERS_ALL

Line 371: from ams_list_headers_all b

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