DBA Data[Home] [Help]

APPS.AMS_CELL_INTEGRATE_PVT dependencies on STANDARD

Line 247: l_list_header_rec.list_type := 'STANDARD';

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;
250:
251: AMS_ListHeader_PVT.Create_Listheader (

Line 303: -- Standard check of p_commit.

299: IF x_return_status <> FND_API.g_ret_sts_success THEN
300: RAISE FND_API.G_EXC_ERROR;
301: END IF;
302:
303: -- Standard check of p_commit.
304:
305: IF FND_API.To_Boolean(p_commit)
306: THEN
307: COMMIT WORK;