Savepoint Name Property
Description
Specifies the name of the savepoint Oracle Forms is expecting to be set or rolled back to.
Applies to application
Set not settable
Refer to Built-in
GET_APPLICATION_PROPERTY
Usage Notes
- The value of this property should be examined only within an On-Savepoint
or On-Rollback trigger:
- Use Savepoint_Name in an On-Savepoint trigger to determine the savepoint
to be set by a call to ISSUE_SAVEPOINT.
- In an On-Rollback trigger, examine Savepoint_Name to determine the savepoint
to which Oracle Forms should roll back by way of a call to ISSUE_ROLLBACK.
A NULL savepoint name implies that a full rollback is expected.