DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_LISTDEDUPE_PVT

Line 7581: write_to_act_log('Calling ams_listdedupe_pvt for deduplication.', 'LIST', g_list_header_id,'HIGH');

7577: write_to_act_log('De Duplication requested for this list', 'LIST', g_list_header_id,'HIGH');
7578: l_error_position := '<- de dupe ->';
7579: if g_remote_list_gen = 'N' then
7580: /* For local list generation */
7581: write_to_act_log('Calling ams_listdedupe_pvt for deduplication.', 'LIST', g_list_header_id,'HIGH');
7582: l_no_of_duplicates := AMS_LISTDEDUPE_PVT.DEDUPE_LIST
7583: (p_list_header_id => p_list_header_id,
7584: p_enable_word_replacement_flag => 'Y',
7585: -- l_listheader_rec.enable_word_replacement_flag,

Line 7582: l_no_of_duplicates := AMS_LISTDEDUPE_PVT.DEDUPE_LIST

7578: l_error_position := '<- de dupe ->';
7579: if g_remote_list_gen = 'N' then
7580: /* For local list generation */
7581: write_to_act_log('Calling ams_listdedupe_pvt for deduplication.', 'LIST', g_list_header_id,'HIGH');
7582: l_no_of_duplicates := AMS_LISTDEDUPE_PVT.DEDUPE_LIST
7583: (p_list_header_id => p_list_header_id,
7584: p_enable_word_replacement_flag => 'Y',
7585: -- l_listheader_rec.enable_word_replacement_flag,
7586: p_send_to_log => l_listheader_rec.enable_log_flag,

Line 10103: write_to_act_log('Calling ams_listdedupe_pvt for deduplication.', 'LIST', g_list_header_id,'HIGH');

10099: write_to_act_log('De duplication requested for this target group', 'LIST', g_list_header_id,'LOW');
10100: l_error_position := '<- de dupe ->';
10101: if g_remote_list_gen = 'N' then
10102: /* For local Target Group generation */
10103: write_to_act_log('Calling ams_listdedupe_pvt for deduplication.', 'LIST', g_list_header_id,'HIGH');
10104: l_no_of_duplicates := AMS_LISTDEDUPE_PVT.DEDUPE_LIST
10105: (p_list_header_id => p_list_header_id,
10106: p_enable_word_replacement_flag => 'Y', -- l_listheader_rec.enable_word_replacement_flag,
10107: p_send_to_log => 'Y', -- l_listheader_rec.enable_log_flag,

Line 10104: l_no_of_duplicates := AMS_LISTDEDUPE_PVT.DEDUPE_LIST

10100: l_error_position := '<- de dupe ->';
10101: if g_remote_list_gen = 'N' then
10102: /* For local Target Group generation */
10103: write_to_act_log('Calling ams_listdedupe_pvt for deduplication.', 'LIST', g_list_header_id,'HIGH');
10104: l_no_of_duplicates := AMS_LISTDEDUPE_PVT.DEDUPE_LIST
10105: (p_list_header_id => p_list_header_id,
10106: p_enable_word_replacement_flag => 'Y', -- l_listheader_rec.enable_word_replacement_flag,
10107: p_send_to_log => 'Y', -- l_listheader_rec.enable_log_flag,
10108: p_object_name => 'AMS_LIST_ENTRIES');