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


TABLE: IGI.IGI_MHC_CALENDAR_PRICE_INDEXES

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


IGI_MHC_CALENDAR_PRICE_INDEXES stores the value of the price index for each calendar period.
Price Index for a calendar period is set up using the 'Extended Price Indexes' form. These price index values are used by the Indexed Revaluation process.
The values are held in the FA_PRICE_INDEX_VALUES table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PRICE_INDEX_ID NUMBER (15) Yes Unique price index identification number
CALENDAR_TYPE VARCHAR2 (15) Yes Name of the calendar the Price Index is attached to
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 PRICE_INDEX_ID
,      CALENDAR_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_MHC_CALENDAR_PRICE_INDEXES;

Dependencies

[top of page]

IGI.IGI_MHC_CALENDAR_PRICE_INDEXES does not reference any database object

IGI.IGI_MHC_CALENDAR_PRICE_INDEXES is referenced by following:

SchemaAPPS
SynonymIGI_MHC_CALENDAR_PRICE_INDEXES