A script-enabled browser is required for this page to function properly.

About Recalculation of Calculated Items

Oracle Forms automatically marks a calculated item for recalculation whenever the value of a bind variable involved in the calculation is modified in any way.

Note that actual recalculation doesn't happen immediately. It occurs sometime after the item is marked but before the new value of the calculated item is referenced or displayed to the end user. Your application's logic should not depend on recalculation of a calculated item occurring at a specific time.

Record Status Recalculation does not change the status of a calculated item's record, even if the status is NEW.


About summary item recalculation

About formula item recalculation

RECALCULATE Built-in

GET_BLOCK_PROPERTY Built-in

Guidelines for working with calculated items