DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_UTIL_PKG dependencies on AMS_LIST_SRC_TYPES

Line 477: from ams_list_src_types stypes, ams_list_headers_all list

473:
474:
475: cursor c_remote_list is
476: select nvl(stypes.remote_flag,'N') ,database_link
477: from ams_list_src_types stypes, ams_list_headers_all list
478: where list.list_source_type = stypes.source_type_code
479: and list_header_id = p_list_header_id;
480:
481: l_remote_flag varchar2(1) := 'N';