DBA Data[Home] [Help]

APPS.AHL_GENERIC_APRV_PVT dependencies on FND_GLOBAL

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

1757: p_data => l_msg_data,
1758: p_msg_index_out => l_msg_index ) ;
1759:
1760: l_final_data := l_final_data ||l_msg_index||': '
1761: ||l_msg_data||fnd_global.local_chr(10) ;
1762: l_cnt := l_cnt + 1 ;
1763: END LOOP ;
1764:
1765: x_error_msg := l_final_data;