DBA Data[Home] [Help]

APPS.AMS_CELL_INTEGRATE_PVT dependencies on AMS_LISTHEADER_PVT

Line 37: l_list_header_rec AMS_ListHeader_PVT.list_header_rec_type;

33: x_list_source_type OUT NOCOPY VARCHAR2,
34: p_list_name in VARCHAR2 --DEFAULT NULL
35: )
36: is
37: l_list_header_rec AMS_ListHeader_PVT.list_header_rec_type;
38: l_init_msg_list VARCHAR2(2000) := FND_API.G_FALSE;
39: l_api_version NUMBER := 1.0;
40: l_api_name CONSTANT VARCHAR2(30) := 'Create_segment_List';
41: l_action_rec AMS_ListAction_PVT.action_rec_type ;

Line 245: -- ams_listheader_pvt.init_listheader_rec(l_list_header_rec);

241:
242: AMS_Utility_PVT.debug_message(l_api_name ||': create_listheader');
243: END IF;
244:
245: -- ams_listheader_pvt.init_listheader_rec(l_list_header_rec);
246: l_list_header_rec.list_name := l_cell_list_name ;
247: l_list_header_rec.list_type := 'STANDARD';
248: l_list_header_rec.list_source_type := l_master_type;
249: l_list_header_rec.owner_user_id := p_owner_user_id;

Line 251: AMS_ListHeader_PVT.Create_Listheader (

247: l_list_header_rec.list_type := 'STANDARD';
248: l_list_header_rec.list_source_type := l_master_type;
249: l_list_header_rec.owner_user_id := p_owner_user_id;
250:
251: AMS_ListHeader_PVT.Create_Listheader (
252: p_api_version => 1.0,
253: p_init_msg_list => l_init_msg_list,
254: p_commit => p_commit,
255: p_validation_level => p_validation_level ,