Previous |
Next |
This procedure is used to change the existing calendar view to Custom Calendar.
Syntax
APEX_UTIL.CUSTOM_CALENDAR( p_date_type_field IN VARCHAR2);
Paramters
Table: CUSTOM_CALENDAR Parameters describes the parameters available in the CUSTOM_CALENDAR
procedure.
CUSTOM_CALENDAR Parameters
Parameter | Description |
---|---|
|
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');