MODIFY_CALENDAR_DEFINITIONΒΆ
Modify specified Calendar Definition record.
Table: REDADM.RED_CALENDAR_DEFINITIONS (Country specific definitions of calendar names)
Parameter Name |
Properties |
Default Value |
Parameter Description |
---|---|---|---|
p_cal_name |
(PK)(NN) |
Name of the calendar |
|
p_description |
Description of the calendar |
Example
EXECUTE SCRIPT api_redadm.modify_calendar_definition
( 'XXX' -- p_cal_name
, 'XXX' -- p_description
);