FND Design Data [Home] [Help]

Lookup Type: APPS_MAINTENANCE_MODE_SUPPORT

Product: FND - Application Object Library
Meaning: Applications Maintenance Mode Support
Description: Used by the Functions form for values of FND_FUNCTION table column MAINTENANCE_MODE_SUPPORT
Quick Codes
Code Meaning Description
FULL Full Function has logic to save data to queues so it can run in maintenance mode
FUZZY Fuzzy Function is one of the few that has not only Maintenance support but also special logic allowing it to run while database state is not fully refreshed or consistent.
MAINT Maint Function has special logic to save data to queues so it can run in maintenance mode.
NONE None Default choice. Normal function that doesn't have special logic for maintenance mode.
OFFLINE Offline Function is disabled. No matter what the profile value is.
QUERY Query Function has logic to support queries but not data manipulation in maintenance mode.