DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_ACT_LIST_PVT

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

10026: close c_check_supp;
10027: write_to_Act_log('Suppression flag is '||l_supp_flag,'LIST',g_list_header_id,'LOW');
10028: if nvl(l_supp_flag,'N') = 'Y' then
10029: write_to_Act_log('Calling suppression api','LIST',g_list_header_id,'LOW');
10030: ams_act_list_pvt.check_supp(p_list_used_by => l_listheader_rec.arc_list_used_by,
10031: p_list_used_by_id => l_listheader_rec.list_used_by_id,
10032: p_list_header_id => l_listheader_rec.list_header_id,
10033: x_return_status => x_return_status,
10034: x_msg_count => x_msg_count,

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

10247: AMS_LISTGENERATION_PKG.Update_List_Dets(g_list_header_id ,x_return_status ) ;
10248: */
10249: -- calling logging program
10250: write_to_act_log('Execution of procedure generate_target_group completed. Target group generated successfully ','LIST', g_list_header_id, 'HIGH');
10251: --logger; -- will be called from ams_act_list_pvt proc.
10252: --
10253: -- END of API body.
10254: --
10255: -- Standard check of p_commit.