Skip to main content
10000 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

  • 1st Reply
    BBeitzhas earned the badge 1st Reply
  • 5th Topic
    Jeremiashas earned the badge 5th Topic
  • 1st Topic
    Inahas earned the badge 1st Topic
  • 5th Reply
    VenatorInchas earned the badge 5th Reply
  • 1st Answer
    VenatorInchas earned the badge 1st Answer
Show all badges