DBA Data[Home] [Help]

APPS.AS_RTTAP_OPPTY dependencies on FND_PROFILE

Line 51: IF NVL(FND_PROFILE.Value('AS_ENABLE_OPP_ONLINE_TAP'), 'N') <> 'Y' THEN

47: END IF;
48: -- Initialize API return status to SUCCESS
49: x_return_status := FND_API.G_RET_STS_SUCCESS;
50:
51: IF NVL(FND_PROFILE.Value('AS_ENABLE_OPP_ONLINE_TAP'), 'N') <> 'Y' THEN
52: /*------------------------------------------------------+
53: | If REALTIME TAP profile is turned on there is NO need
54: | to insert into changed accounts since the oppty is
55: | processed immediately.