The ARF_CAL_MOY table stores names and other information for the twelve months of the year.

Column Name

Type

Length

Null Allowed

Description

ID

varchar

40

No

Identifier; primary key.

LONG_NAME

varchar

9

No

Name of the month in long format.

LONG_NAME_EN

varchar

9

No

Name of the month in English in long format; for example:

NOVEMBER

MONTH_OF_YEAR

tinyint

No

The number of the month within a year (range 1-12), for example:

11

SHORT_NAME

varchar

4

No

Name of the month in short format.

SHORT_NAME_EN

varchar

4

No

Name of the month in English in short format; for example:

NOV


Copyright © 1997, 2018 Oracle and/or its affiliates. All rights reserved. Legal Notices