Hello all,
Can anyone help me with the table/field name where I can find the descriptions to the voucher_types captured on gen_led_voucher_row_tab table.
Thanks.
Hello all,
Can anyone help me with the table/field name where I can find the descriptions to the voucher_types captured on gen_led_voucher_row_tab table.
Thanks.
Best answer by AkilaR
Hi
I believe below will be a reasonably faster query than above.
select a.company, a.voucher_type, VOUCHER_TYPE_API.Get_Description(company,voucher_type) VOUCHER_DESC
from gen_led_voucher_row_tab a
group by a.company, a.voucher_type
Regards,
Akila
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.