DBA Data[Home] [Help]

APPS.ARP_LLCA_ADJUST_PKG dependencies on FND_MSG_PUB

Line 251: l_msg := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,

247: arp_standard.debug(l_msg_data);
248: p_gt_id := 0;
249: ELSIF (l_msg_count > 1) THEN
250: LOOP
251: l_msg := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,
252: FND_API.G_FALSE);
253: IF (l_msg IS NULL) THEN
254: EXIT;
255: ELSE