DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on FND_MSG_PUB

Line 1414: fnd_msg_pub.reset;

1410: , x_msg_data => l_msg_data);
1411: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
1412: THEN
1413: IF l_msg_count > 1 THEN
1414: fnd_msg_pub.reset;
1415: -- get first message only from the stack for forms users
1416: l_mesg := fnd_msg_pub.get(p_encoded=>FND_API.G_FALSE);
1417: ELSE
1418: l_mesg := l_msg_data;

Line 1416: l_mesg := fnd_msg_pub.get(p_encoded=>FND_API.G_FALSE);

1412: THEN
1413: IF l_msg_count > 1 THEN
1414: fnd_msg_pub.reset;
1415: -- get first message only from the stack for forms users
1416: l_mesg := fnd_msg_pub.get(p_encoded=>FND_API.G_FALSE);
1417: ELSE
1418: l_mesg := l_msg_data;
1419: END IF;
1420: