DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXTRACT_PVT dependencies on FND_API

Line 2464: p_encoded => FND_API.G_FALSE,

2460: LOOP
2461:
2462: fnd_msg_pub.get(
2463: p_msg_index => l_msg_idx,
2464: p_encoded => FND_API.G_FALSE,
2465: p_data => lx_error_rec.msg_data,
2466: p_msg_index_out => lx_error_rec.msg_count);
2467:
2468: IF (lx_error_rec.msg_count IS NOT NULL) THEN