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


TABLE: GMI.IC_CLDR_DTL

Object Details
Object Name: IC_CLDR_DTL
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.IC_CLDR_DTL
Subobject Name:
Status: VALID


This table holds inventory periods for use throughout OPM. This table is associated with IC_CLDR_HDR table which contains the calendar header information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IC_CLDR_DTL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_ID
IC_CLDR_DTL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGN_CODE
ColumnFISCAL_YEAR
ColumnPERIOD
Columns
Name Datatype Length Mandatory Comments
PERIOD_ID NUMBER (10) Yes Surrogate key for the period.
ORGN_CODE VARCHAR2 (4) Yes Organization for which the inventory calendar is defined.
FISCAL_YEAR VARCHAR2 (4) Yes Name of the inventory calendar.
PERIOD NUMBER (5) Yes Number of the period.
PERIOD_END_DATE DATE
Yes End date of the period.
PERIOD_DESC VARCHAR2 (40) Yes Period description.
CLOSED_PERIOD_IND NUMBER (5) Yes Period status. 1=Open; 2=Preliminary close; 3=Final close.
CURRENT_PERIOD_IND NUMBER (5) Yes Not currently used.
PERIOD_TYPE NUMBER (5) Yes Not currently used.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

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


SELECT PERIOD_ID
,      ORGN_CODE
,      FISCAL_YEAR
,      PERIOD
,      PERIOD_END_DATE
,      PERIOD_DESC
,      CLOSED_PERIOD_IND
,      CURRENT_PERIOD_IND
,      PERIOD_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      TEXT_CODE
,      LAST_UPDATE_LOGIN
FROM GMI.IC_CLDR_DTL;

Dependencies

[top of page]

GMI.IC_CLDR_DTL does not reference any database object

GMI.IC_CLDR_DTL is referenced by following:

SchemaAPPS
SynonymIC_CLDR_DTL