DBA Data[Home] [Help]

APPS.AMS_LIST_WF dependencies on AMS_LISTGENERATION_PKG

Line 287: AMS_ListGeneration_PKG.GENERATE_LIST

283: aname => 'LIST_HEADER_ID');
284:
285: l_return_status := FND_API.G_RET_STS_SUCCESS;
286:
287: AMS_ListGeneration_PKG.GENERATE_LIST
288: ( p_api_version => 1.0,
289: p_init_msg_list => FND_API.G_TRUE,
290: p_commit => FND_API.G_FALSE,
291: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 568: AMS_LISTGENERATION_PKG.is_manual (

564: where list_header_id = p_list_header_id;
565:
566: BEGIN
567:
568: AMS_LISTGENERATION_PKG.is_manual (
569: p_list_header_id => p_list_header_id,
570: x_return_status => l_return_status,
571: x_msg_count => l_msg_count,
572: x_msg_data => l_msg_data,