DBA Data[Home] [Help]

APPS.OE_VALIDATE_WF dependencies on FND_PROFILE

Line 2567: IF NVL(FND_PROFILE.VALUE('CONC_REQUEST_ID'), 0) <> 0 THEN

2563: END IF;
2564: END LOOP; -- End Loop negotiation_processes
2565: END IF; -- End of Applicable for Release 11.5.10 + only
2566:
2567: IF NVL(FND_PROFILE.VALUE('CONC_REQUEST_ID'), 0) <> 0 THEN
2568: -- Called from concurrent request */
2569: IF l_msg_total > 0 THEN
2570: FOR I IN 1 .. l_msg_total LOOP
2571: l_msg_data := to_char(I)||'. '||OE_MSG_PUB.Get(I,FND_API.G_FALSE); -- #4617652