DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on FND_MSG_PUB

Line 536: l_mesg := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,

532: ELSIF (l_msg_count > 1) THEN
533: -- the messages are on the stack and there is more then
534: -- 1 so call them in a loop
535: loop
536: l_mesg := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,
537: FND_API.G_FALSE);
538: if (l_mesg IS NULL) THEN
539: EXIT;
540: end if;

Line 549: FND_MSG_PUB.ADD;

545: -- raise error
546: /* 4919401 - Added generic message fetch */
547: FND_MESSAGE.SET_NAME('FND', 'FND_GENERIC_MESSAGE');
548: FND_MESSAGE.SET_TOKEN('MESSAGE', l_mesg);
549: FND_MSG_PUB.ADD;
550:
551: APP_EXCEPTION.RAISE_EXCEPTION;
552:
553: RETURN FALSE;

Line 2032: l_mesg := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,

2028: ELSIF (l_msg_count > 1) THEN
2029: -- the messages are on the stack and there is more then
2030: -- 1 so call them in a loop
2031: loop
2032: l_mesg := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,
2033: FND_API.G_FALSE);
2034: if (l_mesg IS NULL) THEN
2035: EXIT;
2036: end if;

Line 2045: FND_MSG_PUB.ADD;

2041: -- raise error
2042: /* 4919401 - Added generic message fetch */
2043: FND_MESSAGE.SET_NAME('FND', 'FND_GENERIC_MESSAGE');
2044: FND_MESSAGE.SET_TOKEN('MESSAGE', l_mesg);
2045: FND_MSG_PUB.ADD;
2046:
2047: APP_EXCEPTION.RAISE_EXCEPTION;
2048: END IF;
2049: ELSE

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

2953: arp_debug.debug(l_msg_data);
2954: ELSIF l_msg_count > 1
2955: THEN
2956: LOOP
2957: l_msg := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,
2958: FND_API.G_FALSE);
2959: IF l_msg IS NULL
2960: THEN
2961: EXIT;