DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on FND_API

Line 688: p_encoded => FND_API.G_FALSE,

684: LOOP
685:
686: fnd_msg_pub.get(
687: p_msg_index => l_msg_idx,
688: p_encoded => FND_API.G_FALSE,
689: p_data => lx_error_rec.msg_data,
690: p_msg_index_out => lx_error_rec.msg_count);
691:
692: IF (lx_error_rec.msg_count IS NOT NULL) THEN

Line 1104: p_encoded => FND_API.G_FALSE,

1100: LOOP
1101:
1102: fnd_msg_pub.get(
1103: p_msg_index => l_msg_idx,
1104: p_encoded => FND_API.G_FALSE,
1105: p_data => lx_error_rec.msg_data,
1106: p_msg_index_out => lx_error_rec.msg_count);
1107:
1108: IF (lx_error_rec.msg_count IS NOT NULL) THEN