DBA Data[Home] [Help]

APPS.OKL_INVESTOR_BILLING_PVT dependencies on FND_MSG_PUB

Line 1144: fnd_msg_pub.get (

1140: );
1141:
1142: IF lx_msg_count >= 1 THEN
1143: FOR i in 1..lx_msg_count LOOP
1144: fnd_msg_pub.get (
1145: p_msg_index => i,
1146: p_encoded => 'F',
1147: p_data => lx_msg_data,
1148: p_msg_index_out => l_msg_index_out);