DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_RV_TRX_PVT dependencies on FND_API

Line 391: p_encoded => FND_API.G_FALSE,

387: LOOP
388:
389: fnd_msg_pub.get(
390: p_msg_index => l_msg_idx,
391: p_encoded => FND_API.G_FALSE,
392: p_data => lx_error_rec.msg_data,
393: p_msg_index_out => lx_error_rec.msg_count);
394:
395: IF (lx_error_rec.msg_count IS NOT NULL) THEN