11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

)<br />

CLOSE next_ord;<br />

/*<br />

** Make sure we populated a new order id ok...<br />

*/<br />

IF :Order.OrderId IS NULL THEN<br />

Message(’Error Generating Next Order Id’);<br />

RAISE <strong>Form</strong>_trigger_Failure;<br />

END IF;<br />

/*<br />

** Insert a row into the audit table<br />

*/<br />

INSERT INTO ord_audit( orderid, operation, username, timestamp<br />

VALUES ( :Order.OrderId,<br />

’New Order’,<br />

USER,<br />

SYSDATE );<br />

END;<br />

483

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!