DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXTRACT_PVT dependencies on FND_API

Line 2478: p_encoded => FND_API.G_FALSE,

2474: LOOP
2475:
2476: fnd_msg_pub.get(
2477: p_msg_index => l_msg_idx,
2478: p_encoded => FND_API.G_FALSE,
2479: p_data => lx_error_rec.msg_data,
2480: p_msg_index_out => lx_error_rec.msg_count);
2481:
2482: IF (lx_error_rec.msg_count IS NOT NULL) THEN