Recent content by RV1

  1. R

    Test Script for Function with IN Param as Record Type

    Hi All, How do I test a Function within Package having an IN parameter as record type? Please help with the script. Below is my Function t_record Declaration TYPE t_record IS RECORD( empNumber varchar(10), orderNumber varchar(9), actDateTime varchar(15)...
Back
Top