Tuesday, March 14, 2017

All Trigger in Oracle Forms




You should call this trigger in when-new-record-instance against the data block.

:ROW_NUM := :system.trigger_record;

where :ROW_NUM is the field name i.e (:blockname.field_name)


No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...