DBA Data[Home] [Help] [Dependency Information]


TABLE: IGI.IGI_MHC_CALENDAR_PERIODS

Object Details
Object Name: IGI_MHC_CALENDAR_PERIODS
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_MHC_CALENDAR_PERIODS
Subobject Name:
Status: VALID


IGI_MHC_CALENDAR_PERIODS is an extension to the FA table FA_CALENDAR_PERIODS.
This table holds the MHC_PERIOD_COUNTERr for the corresponding FA_PERIOD. It is populated with information from the FA_CALENDAR_PERIODS when the Synchronize Calendar Periods process is run.
The MHC_PERIOD_COUNTER is used in all the calculation of Revaluation, depreciation etc by the Revaluation Engine.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_MHC_CALENDAR_PERIODS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMHC_PERIOD_COUNTER
IGI_MHC_CALENDAR_PERIODS_T_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_TYPE
ColumnPERIOD_NAME
Columns
Name Datatype Length Mandatory Comments
CALENDAR_TYPE VARCHAR2 (15) Yes Name of the calendar
PERIOD_NAME VARCHAR2 (15) Yes Name of the Period
MHC_PERIOD_COUNTER NUMBER (15)
Modifie Historic Cost Accounting Period Counter. This is an incremental value and is used mainly for the catchup Revaluation calculations.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CALENDAR_TYPE
,      PERIOD_NAME
,      MHC_PERIOD_COUNTER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_MHC_CALENDAR_PERIODS;

Dependencies

[top of page]

IGI.IGI_MHC_CALENDAR_PERIODS does not reference any database object

IGI.IGI_MHC_CALENDAR_PERIODS is referenced by following:

SchemaAPPS
SynonymIGI_MHC_CALENDAR_PERIODS