https://github.com/wet-boew/oracle-apex-variant
Intégrer le thème de la BOEW pour Apex de Oracle
https://github.com/wet-boew/oracle-apex-variant
Last synced: 3 months ago
JSON representation
Intégrer le thème de la BOEW pour Apex de Oracle
- Host: GitHub
- URL: https://github.com/wet-boew/oracle-apex-variant
- Owner: wet-boew
- License: mit
- Created: 2017-01-26T14:28:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T15:35:49.000Z (over 7 years ago)
- Last Synced: 2025-03-15T00:23:06.208Z (3 months ago)
- Language: PLSQL
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 11
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Intégrer le thème de la BOEW pour Apex de Oracle
----
Ce fichier explique comment migrer le thème apex WET BOEW.
Voici quelques choses que vous devez savoir:
- Créer la tables SQL pour les menus de la page (Rouler le fichier BOEW_TABLES.sql)
- Ajouter les deux packages :
- PKG_POC_BOEW.pks" ;
- PKG_POC_BOEW.pkb" ;
- S'assurer que les GRANT et SYNONYME sont tous présent.
EX: GRANT EXECUTE ON PKG_POC_BOEW TO "SCHEMA DE L'APPLICATION" ;
GRANT EXECUTE ON PKG_POC_APEX TO "SCHEMA DE L'APPLICATION" ;CREATE OR REPLACE SYNONYM PKG_POC_APEX FOR POC.PKG_POC_APEX ;
CREATE OR REPLACE SYNONYM PKG_POC_BOEW FOR POC.PKG_POC_BOEW ;- Importer l'application Master - Boew.sql
Pour toute autre information, consulter le dossier "Documentation"...