ARM_PERIODS

This table stores the periods.

Details

Object type: TABLE

Primary Key

Name Columns

ARM_PERIODS_PK

PERIOD_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

PERIOD_ID

NUMBER

 

18

0

No

The unique ID of the period

FREQUENCY_ORDER

NUMBER

 

2

0

Yes

The relative order of the period

PERIOD_NAME

VARCHAR2

180

   

No

The name of the period

START_DATE

DATE

     

Yes

The start date of the period

END_DATE

DATE

     

Yes

The end date of the period

SKIP_WEEKENDS

VARCHAR2

     

Yes

Flag to indicate if weekends should be skipped while scheduling. Possible values Y or N.

OBJECT_VERSION_NUMBER

NUMBER

 

9

0

No

Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

LAST_UPDATE_LOGIN

NUMBER

     

Yes

Who column. Stores the login/session ID of the user who last updated this row.

LAST_UPDATED_BY

VARCHAR2

255

   

No

Who column. Stores the ID of the user who last updated this row.

LAST_UPDATE_DATE

DATE

     

No

Who column. Stores the date when this row was last updated.

CREATED_BY

VARCHAR2

255

   

No

Who column. Stores the ID of the user who created this row.

CREATION_DATE

DATE

     

No

Who column. Stores the date when this row was created in the database.

FREQUENCY_ID

NUMBER

 

18

0

Yes

Frequency ID

STATUS_ID

NUMBER

 

2

0

Yes

The status of the period: 51=Pending, 52=Open, 53=Closed, 54=Locked

CLOSE_DATE

DATE

     

Yes

The close date of the period

PROCESS_ID

NUMBER

 

18

0

Yes

The unique ID of the process

IS_AUTOREC_RUNNING

VARCHAR2

1

   

Yes

Whether auto reconciliation process is running currently for the period

LAST_RECONCILED

TIMESTAMP(6)

     

Yes

When the period was last reconciled

LAST_ARCHIVED

DATE

     

Yes

When the period was last archived

PURGED

DATE

     

Yes

When the period was last purged

LAST_RESTORED

DATE

     

Yes

When the period was last restored

ARCHIVE_LOCATION

VARCHAR2

500

   

Yes

The archive location

PRIOR_PERIOD_ID

NUMBER

 

18

0

Yes

The period ID of this period's prior period

Indexes

Index Uniqueness Columns

ARM_PERIODS_N2

NONUNIQUE

STATUS_ID

ARM_PERIODS_PK

UNIQUE

PERIOD_ID

ARM_PERIODS_U1

UNIQUE

PRIOR_PERIOD_ID