DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on FND_MSG_PUB

Line 1104: l_msg_data := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

1100: END IF;
1101:
1102: ELSIF l_msg_count > 1 THEN
1103: LOOP
1104: l_msg_data := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
1105: IF l_msg_data is null then
1106: IF l_debug_level > 0 THEN
1107: oe_debug_pub.add('msg data is null',2);
1108: END IF;