timithy3 / jqgrid-for-plsql

Automatically exported from code.google.com/p/jqgrid-for-plsql
0 stars 0 forks source link

Cannot install without Apex #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run install script
2. invalid lqgrid_util_pkg as it references Apex views (apex_application_lovs) 
that are not installed
3.

Is there a version that can be installed on a database completely without Apex 
(using plsql web toolkit)?

Thanks
Andrew

Original issue reported on code.google.com by jadwat...@gmail.com on 25 Jun 2012 at 2:39

GoogleCodeExporter commented 8 years ago
These errors also suggest invalid type declarations dependent on Apex objects.

Errors for PACKAGE BODY JQGRID_PUBLIC_PKG:

LINE/COL ERROR
-------- -----------------------------------------------------------------
40/3     PL/SQL: Statement ignored
40/3     PLS-00201: identifier 'APEX_APPLICATION.G_FLOW_ID' must be
         declared

42/3     PL/SQL: Statement ignored
42/6     PLS-00201: identifier 'WWV_FLOW_CUSTOM_AUTH_STD.IS_SESSION_VALID'
         must be declared

83/3     PL/SQL: Statement ignored
83/20    PLS-00201: identifier 'APEX_APPLICATION.DO_SUBSTITUTIONS' must be
         declared

Original comment by jadwat...@gmail.com on 25 Jun 2012 at 2:55

GoogleCodeExporter commented 8 years ago
This can be handled by adding conditional compilation directives to the source 
code. To be added in future release.

Original comment by thehunge...@gmail.com on 31 Jul 2012 at 6:22