DBA Data[Home] [Help]

APPS.AMS_MANUAL_LIST_GEN dependencies on DUAL

Line 943: from dual

939: 1,
940: p_first_name_tbl(i),
941: p_last_name_tbl(i),
942: p_email_tbl(i)
943: from dual
944: where not exists (select 'x'
945: from ams_list_entries
946: where list_entry_source_system_id = p_primary_key_tbl(i)
947: and list_header_id = p_list_header_id));