18 lines
503 B
Markdown
18 lines
503 B
Markdown
# CORE
|
|
|
|
## Framework for easier Oracle APEX apps development
|
|
|
|
- custom logging and error handling
|
|
- custom user and roles management
|
|
- [custom navigation](http://www.oneoracledeveloper.com/2021/12/custom-apex-navigation.html)
|
|
- help functions to ease daily life
|
|
|
|
|
|
### Sharing objects
|
|
|
|
- designed for sharing objects for multiple projects/apps in same db schema
|
|
- designed for sharing objects for multiple schemas in same db instance
|
|
- lower maintance time/effort when something changes in shared code
|
|
|
|
|