Hi All ,
I am customizing Oracle Invoice Workbench screen using CUSTOM.pll. Need help on below points.
I am trying to hide the field from Invoice workbench screen. Code is attached.
event proc.txt (544 Bytes)
Isn't the procedure event the right place to hide the field ?
I am facing below errors
Compilation errors on CUSTOM:
PL/SQL ERROR 103 at line 164, column 67
Encountered the symbol "end-of-file" when expecting one of the following:
begin case declare exit for goto if loop mod null pragma
raise return select update while with <an identifier>
<a double-quoted delimited-identifier> <a bind variable> <<
close current delete fetch lock insert open rollback
savepoint set sql execute commit forall merge
<a single-quoted SQL string> pipe
<an alternatively-quoted SQL string>
Failed to generate library.
FRM-30312: Failed to compile the library.
I am compiling the custom.pll in the server not on the form builder.
frmcmp_batch module=CUSTOM.pll userid=apps/<appspwd output_file=CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special.
Can we display an item which is not associated to canvas using custom.pll.
The Item is APXINWKB(Form name).INV_SUM_FOLDER(Block Name).SOURCE(Field Name).
Any pointers on the above two points would be a great help.
Thank You ,
Ashwini