[Home] [Help]
474:
475:
476: TYPE err_rec_type IS RECORD (
477: tai_id NUMBER,
478: trx_number ra_customer_trx_all.trx_number%TYPE,
479: amount NUMBER
480: );
481:
482:
2048:
2049:
2050: TYPE err_rec_type IS RECORD (
2051: tai_id NUMBER,
2052: trx_number ra_customer_trx_all.trx_number%TYPE,
2053: amount NUMBER
2054: );
2055:
2056: