DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on FND_MSG_PUB

Line 1473: fnd_msg_pub.reset;

1469: , x_msg_data => l_msg_data);
1470: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
1471: THEN
1472: IF l_msg_count > 1 THEN
1473: fnd_msg_pub.reset;
1474: -- get first message only from the stack for forms users
1475: l_mesg := fnd_msg_pub.get(p_encoded=>FND_API.G_FALSE);
1476: ELSE
1477: l_mesg := l_msg_data;

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

1471: THEN
1472: IF l_msg_count > 1 THEN
1473: fnd_msg_pub.reset;
1474: -- get first message only from the stack for forms users
1475: l_mesg := fnd_msg_pub.get(p_encoded=>FND_API.G_FALSE);
1476: ELSE
1477: l_mesg := l_msg_data;
1478: END IF;
1479: