DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_RV_TRX_PVT dependencies on FND_API

Line 408: p_encoded => FND_API.G_FALSE,

404: LOOP
405:
406: fnd_msg_pub.get(
407: p_msg_index => l_msg_idx,
408: p_encoded => FND_API.G_FALSE,
409: p_data => lx_error_rec.msg_data,
410: p_msg_index_out => lx_error_rec.msg_count);
411:
412: IF (lx_error_rec.msg_count IS NOT NULL) THEN