DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_ACT_LIST_PVT

Line 10131: ams_act_list_pvt.check_supp(p_list_used_by => l_listheader_rec.arc_list_used_by,

10127: close c_check_supp;
10128: write_to_Act_log('Suppression flag is '||l_supp_flag,'LIST',g_list_header_id,'LOW');
10129: if nvl(l_supp_flag,'N') = 'Y' then
10130: write_to_Act_log('Calling suppression api','LIST',g_list_header_id,'LOW');
10131: ams_act_list_pvt.check_supp(p_list_used_by => l_listheader_rec.arc_list_used_by,
10132: p_list_used_by_id => l_listheader_rec.list_used_by_id,
10133: p_list_header_id => l_listheader_rec.list_header_id,
10134: x_return_status => x_return_status,
10135: x_msg_count => x_msg_count,

Line 10352: --logger; -- will be called from ams_act_list_pvt proc.

10348: AMS_LISTGENERATION_PKG.Update_List_Dets(g_list_header_id ,x_return_status ) ;
10349: */
10350: -- calling logging program
10351: write_to_act_log('Execution of procedure generate_target_group completed. Target group generated successfully ','LIST', g_list_header_id, 'HIGH');
10352: --logger; -- will be called from ams_act_list_pvt proc.
10353: --
10354: -- END of API body.
10355: --
10356: -- Standard check of p_commit.