59.18 CUSTOM_CALENDAR Procedure (Deprecated)
Note:
This API is deprecated and will be removed in a future release.
Use this procedure to change the existing calendar view to Custom Calendar.
Syntax
APEX_UTIL.CUSTOM_CALENDAR(
p_date_type_field IN VARCHAR2 );
Parameters
Parameter | Description |
---|---|
p_date_type_field |
Identifies the item name used to define the type of calendar to be displayed. |
Example 1
The following example defines a custom calendar based on the hidden calendar type field. Assuming the Calendar is created in Page 9, the following example hides the column called P9_CALENDAR_TYPE
.
APEX_UTIL.CUSTOM_CALENDAR(
'P9_CALENDAR_TYPE');
Parent topic: APEX_UTIL