Hello everybody,
I want to developt a new event which reserve a lot in the table RESERVED_LOT_BATCH_TAB.
How can I generate a new rowkey while inserting a new row? Which API do I need?

Thank you
Hello everybody,
I want to developt a new event which reserve a lot in the table RESERVED_LOT_BATCH_TAB.
How can I generate a new rowkey while inserting a new row? Which API do I need?
Thank you
Best answer by Kelum Pradeep Kumara
Hi
you can insert the rowkey using sys_guid()
rowkey := sys_guid();
-Kelum
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.