DBA Data[Home] [Help]

APPS.AMS_WFTRIG_PVT dependencies on FND_GLOBAL

Line 217: l_final_data := l_final_data ||l_msg_index||': '||l_msg_data||fnd_global.local_chr(10);

213: FND_MSG_PUB.Get(p_msg_index => l_cnt + 1,
214: p_encoded => FND_API.G_FALSE,
215: p_data => l_msg_data,
216: p_msg_index_out => l_msg_index ) ;
217: l_final_data := l_final_data ||l_msg_index||': '||l_msg_data||fnd_global.local_chr(10);
218: l_cnt := l_cnt + 1 ;
219:
220: AMS_Utility_PVT.Create_Log (
221: x_return_status => l_return_status,