DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on FND_MSG_PUB

Line 2339: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

2335: +-------------------------------------------------------*/
2336:
2337: FOR l_count IN 1..l_msg_count LOOP
2338:
2339: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2340: IF PG_DEBUG in ('Y', 'C') THEN
2341: arp_util.debug('reverse: ' || to_char(l_count)||' : '||l_msg_data);
2342: END IF;
2343:

Line 2377: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE, l_msg_data, l_msg_index);

2373: WHEN API_exception THEN
2374: IF PG_DEBUG in ('Y', 'C') THEN
2375: arp_util.debug('API Exception: arp_cashbook.reverse '||SQLERRM);
2376: END IF;
2377: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE, l_msg_data, l_msg_index);
2378: FND_MESSAGE.Set_Encoded (l_msg_data);
2379: app_exception.raise_exception;
2380:
2381: WHEN OTHERS THEN