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

SET_APPLICATION_PROPERTY Built-in

Description

Sets (or resets) the application property for the current application.

Syntax

SET_APPLICATION_PROPERTY
(property NUMBER,
value
VARCHAR2)

Built-in Type unrestricted procedure

Enter Query Mode yes

Parameters

property 
 
Specifies the property you want to set for the given application. The possible properties are:

BUILTIN_DATE_FORMAT Specifies the Builtin date format mask.

CURSOR_STYLE Specifies the cursor style for the given application.

DATETIME_LOCAL_TZ Specifies the local time zone region for DATETIME items.

FLAG_USER_VALUE_TOO_LONG Specifies how Oracle Forms should handle user-entered values that exceed an item’s Maximum Length property. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.

PLSQL_DATE_FORMAT Specifies the PLSQL date format mask.

value 
 
The new value to be set for this property.
 

 


GET_APPLICATION_PROPERTY Built-in