DBA Data[Home] [Help]

APPS.AMW_GEN_APPROVAL_PVT dependencies on FND_GLOBAL

Line 165: ||l_msg_data||fnd_global.local_chr(10) ;

161: p_encoded => FND_API.G_FALSE,
162: p_data => l_msg_data,
163: p_msg_index_out => l_msg_index ) ;
164: l_final_data := l_final_data ||l_msg_index||': '
165: ||l_msg_data||fnd_global.local_chr(10) ;
166: l_cnt := l_cnt + 1 ;
167: END LOOP ;
168: x_error_msg := l_final_data;
169: WF_ENGINE.SetItemAttrText