DBA Data[Home] [Help]

APPS.AMS_SCHEDULERULES_PVT dependencies on AMS_LISTHEADER_PVT

Line 1533: l_list_rec AMS_LISTHEADER_PVT.list_header_rec_type;

1529: WHERE list_header_id = p_list_header_id ;
1530:
1531: -- g_pkg_name CONSTANT VARCHAR2(30) := 'NONE';
1532:
1533: l_list_rec AMS_LISTHEADER_PVT.list_header_rec_type;
1534: l_api_name CONSTANT VARCHAR2(30) := 'AMS_EXEC_SCHEDULE';
1535: l_api_version CONSTANT NUMBER := 1.0;
1536: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
1537:

Line 1579: AMS_LISTHEADER_PVT.Init_ListHeader_rec(x_listheader_rec => l_list_rec);

1575: --
1576: x_return_status := FND_API.G_RET_STS_SUCCESS;
1577:
1578: -- Update the list header with the Schedule details.
1579: AMS_LISTHEADER_PVT.Init_ListHeader_rec(x_listheader_rec => l_list_rec);
1580: l_list_rec.list_header_id := p_list_header_id ;
1581:
1582: -- get the obj version number
1583: OPEN c_list_details ;

Line 1597: AMS_LISTHEADER_PVT.Update_ListHeader

1593:
1594: --l_list_rec.arc_list_used_by := 'CSCH' ; -- Campaign Schedule
1595: --l_list_rec.list_used_by_id := p_schedule_id ; -- Campaign Schedule
1596:
1597: AMS_LISTHEADER_PVT.Update_ListHeader
1598: ( p_api_version => p_api_version,
1599: p_init_msg_list => FND_API.G_FALSE,
1600: p_commit => FND_API.G_FALSE,
1601: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 2444: l_list_header_rec AMS_ListHeader_Pvt.list_header_rec_type;

2440: l_msg_count NUMBER ;
2441: l_msg_data VARCHAR2(2000);
2442: l_api_version NUMBER := 1.0 ;
2443:
2444: l_list_header_rec AMS_ListHeader_Pvt.list_header_rec_type;
2445: l_act_list_rec AMS_Act_List_Pvt.act_list_rec_type;
2446: l_list_header_id NUMBER ;
2447: l_act_list_header_id NUMBER ;
2448:

Line 2456: -- AMS_ListHeader_PVT.init_listheader_rec(l_list_header_rec);

2452: NULL;
2453: /* Following code is modified by ptendulk on 25-Oct-2001
2454: As we don't have to create the target group for schedules at
2455: schedule creation.
2456: -- AMS_ListHeader_PVT.init_listheader_rec(l_list_header_rec);
2457: l_list_header_rec.list_name := p_schedule_name ||TO_CHAR(p_schedule_id)||' - '||AMS_Utility_PVT.get_lookup_meaning('AMS_SYS_ARC_QUALIFIER','TGRP');
2458: l_list_header_rec.list_type := 'TARGET';
2459: -- Have to be removed.
2460: l_list_header_rec.list_source_type := 'PERSON_LIST' ;

Line 2462: AMS_ListHeader_PVT.Create_Listheader

2458: l_list_header_rec.list_type := 'TARGET';
2459: -- Have to be removed.
2460: l_list_header_rec.list_source_type := 'PERSON_LIST' ;
2461: l_list_header_rec.owner_user_id := p_owner_id;
2462: AMS_ListHeader_PVT.Create_Listheader
2463: ( p_api_version => 1.0,
2464: p_init_msg_list => FND_API.g_false,
2465: p_commit => FND_API.g_false,
2466: p_validation_level => FND_API.g_valid_level_full,

Line 4135: AMS_Listheader_PVT.Update_Prev_Contacted_Count(

4131:
4132: --
4133: -- Yes => 1.2.1 Increase contacted count
4134: --
4135: AMS_Listheader_PVT.Update_Prev_Contacted_Count(
4136: p_used_by_id => l_schedule_id,
4137: p_used_by => 'CSCH',
4138: p_last_contacted_date => sysdate,
4139: p_init_msg_list => FND_API.g_false,