DBA Data[Home] [Help]

APPS.AMS_ACT_LIST_PVT dependencies on AMS_LIST_WF

Line 3102: AMS_LIST_WF.StartProcess

3098: RAISE FND_API.G_EXC_ERROR;
3099: END IF;
3100:
3101: if l_list_header_id is not null then
3102: AMS_LIST_WF.StartProcess
3103: ( p_list_header_id => l_list_header_id
3104: ,workflowprocess => 'AMSLISTG') ;
3105: end if;
3106: x_return_status := FND_API.G_RET_STS_SUCCESS;