DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on FND_MSG_PUB

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

1971: OE_MSG_PUB.Add_text('Tax engine call raised Error ' ); --For bug # 4206796
1972: END IF;
1973: ELSIF l_msg_count > 1 THEN
1974: LOOP
1975: l_msg_data := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
1976: IF l_msg_data IS NULL THEN
1977: IF l_debug_level > 0 THEN
1978: oe_debug_pub.add('msg data is null',2);
1979: END IF;