DBA Data[Home] [Help]

APPS.OKS_COVERAGES_PVT dependencies on FND_MSG_PUB

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

3665: IF NOT l_return_status = OKC_API.G_RET_STS_SUCCESS THEN
3666:
3667: IF l_msg_count > 0 THEN
3668: FOR i in 1..l_msg_count LOOP
3669: fnd_msg_pub.get (p_msg_index => -1,
3670: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
3671: p_data => l_message,
3672: p_msg_index_out => l_msg_index_out);
3673:

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

4210: IF l_msg_count > 0
4211: THEN
4212: FOR i in 1..l_msg_count
4213: LOOP
4214: fnd_msg_pub.get (p_msg_index => -1,
4215: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
4216: p_data => l_msg_data,
4217: p_msg_index_out => l_msg_index_out);
4218: END LOOP;

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

4252: IF l_msg_count > 0
4253: THEN
4254: FOR i in 1..l_msg_count
4255: LOOP
4256: fnd_msg_pub.get (p_msg_index => -1,
4257: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
4258: p_data => l_msg_data,
4259: p_msg_index_out => l_msg_index_out);
4260: END LOOP;

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

4304: IF l_msg_count > 0
4305: THEN
4306: FOR i in 1..l_msg_count
4307: LOOP
4308: fnd_msg_pub.get (p_msg_index => -1,
4309: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
4310: p_data => l_msg_data,
4311: p_msg_index_out => l_msg_index_out);
4312: END LOOP;

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

5552: IF l_msg_count > 0
5553: THEN
5554: FOR i in 1..l_msg_count
5555: LOOP
5556: fnd_msg_pub.get (p_msg_index => -1,
5557: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
5558: p_data => l_msg_data,
5559: p_msg_index_out => l_msg_index_out);
5560: END LOOP;