DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PVT dependencies on FND_MSG_PUB

Line 585: fnd_msg_pub.get (p_msg_index => -1,

581: THEN
582:
583: FOR i in 1..l_msg_count
584: LOOP
585: fnd_msg_pub.get (p_msg_index => -1,
586: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
587:
588:
589: p_data => l_msg_data,

Line 1147: fnd_msg_pub.get (p_msg_index => -1,

1143: THEN
1144:
1145: FOR i in 1..l_msg_count
1146: LOOP
1147: fnd_msg_pub.get (p_msg_index => -1,
1148: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
1149: p_data => l_msg_data,
1150: p_msg_index_out => l_msg_index_out);
1151: END LOOP;