DBA Data[Home] [Help]

APPS.JTF_NOTES_PUB dependencies on FND_PROFILE

Line 1455: AND (NVL(FND_PROFILE.Value('APPS_MAINTENANCE_MODE'),'X') <> 'FUZZY')

1451: OR (l_jtf_note_id <> FND_API.G_MISS_NUM)
1452: )
1453: AND (p_validation_level <> 0.5) -- JSP pages will be able to override
1454: -- this check so we can avoid the refresh problem
1455: AND (NVL(FND_PROFILE.Value('APPS_MAINTENANCE_MODE'),'X') <> 'FUZZY')
1456: -- For HA, if the API is called in Replay mode
1457: -- then don't restrict jtf_note_id
1458: THEN
1459: IF (p_jtf_note_id < 1e+12)