Context menu not shown - needed to delete comments

Gustavo

Member³
Hi,

I have the following code:
Code:
REM +===========================================================================+
REM |    Copyright (c) 1996 Oracle Brasil , Sao Paulo , Brasil                  |
REM |                         All rights reserved.                              |
REM +===========================================================================+
REM | FILENAME                                                                  |
REM |   RECSNEXTEL.pls                                                          |
REM |                                                                           |
REM | PURPOSE                                                                   |
REM |   Oracle Applications Rel 11.5                                            |
REM |   Produto : Recebimento Integrado                                         |
REM |   Objetivo: Script de cria
 
This is apparently caused by the "Update" keyword in the preceding comments. If you change "Update date" to "Date", it works okay.

We'll fix it.
 
Back
Top