[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:
2033:
2034:
2035: TYPE err_rec_type IS RECORD (
2036: tai_id NUMBER,
2037: trx_number ra_customer_trx_all.trx_number%TYPE,
2038: amount NUMBER
2039: );
2040:
2041: