Skip to main content
  • 8,723 Topics
  • 27,333 Replies
8723 Topics
Override on a TYPE record is not working due to a commented line

We are trying to add a couple of new fields to a TYPE record. There is a TYPE record named VoucherRowRecType. Notice the last line of this type is a comment line.TYPE VoucherRowRecType IS RECORD (    company                         VARCHAR2(20),    voucher_type                    VARCHAR2(3),    function_group                  VARCHAR2(10),    accounting_year                 NUMBER,    accounting_period               NUMBER,    voucher_no                      NUMBER,    row_no                          NUMBER,    row_group_id                    NUMBER,    codestring_rec                  Accounting_Codestr_Api.CodestrRec,    internal_seq_number             NUMBER,     correction                      VARCHAR2(1),         -- to support old version    currency_debet_amount           NUMBER,    currency_credit_amount          NUMBER,    currency_amount                 NUMBER,              -- to support old version    debet_amount                    NUMBER,    credit_amount                  

Badges

Show all badges