DBA Data[Home] [Help]

APPS.OKL_PAYMENT_APPLICATION_PVT dependencies on FND_API

Line 51: p_encoded => FND_API.G_FALSE,

47: FOR i in 1..x_msg_count
48: LOOP
49: FND_MSG_PUB.GET(
50: p_msg_index => i,
51: p_encoded => FND_API.G_FALSE,
52: p_data => x_msg_data,
53: p_msg_index_out => x_msg_index_out
54: );
55: