Restoring data after Query in Oracle form
Hello All,
My requirement is to check some check boxes --> SAVE --> F11 --> Control F11. User want to see the checked box again. Means the check box should be checked until the form is open. I have created a PL/SQL table type and I am storing the checked box row number in that table type on trigger KEY_COMMIT trigger. but now I want to call this Pl>SQL table which have data in trigger KEY-EXEQRY which I can not... please suggest how this can be achieved.
Please reply
Thanks.
My requirement is to check some check boxes --> SAVE --> F11 --> Control F11. User want to see the checked box again. Means the check box should be checked until the form is open. I have created a PL/SQL table type and I am storing the checked box row number in that table type on trigger KEY_COMMIT trigger. but now I want to call this Pl>SQL table which have data in trigger KEY-EXEQRY which I can not... please suggest how this can be achieved.
Please reply
Thanks.
0