Sets the given LOV property for the given LOV.
SET_LOV_COLUMN_PROPERTY
(lov_id LOV,
colnum NUMBER,
property NUMBER,
value VARCHAR2);
SET_LOV_COLUMN_PROPERTY
(lov_name VARCHAR2,
colnum NUMBER,
property NUMBER,
value VARCHAR2);
Built-in Type unrestricted procedure
Enter Query Mode yes
TITLE Sets the Column Title property that controls the title that displays above an LOV column.
Note: Setting the column title to NULL resets the column title to the title specified at design time.
WIDTH Specifies the width to be reserved in the LOV for displaying column values.
Note: Setting the column width to NULL results in a hidden, or non-displayed, column.