Search Results ic_cldr_dtl
Overview
The IC_CLDR_DTL table is a core data object within the Process Manufacturing Inventory (GMI) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as the inventory calendar detail table, storing the definition of individual accounting periods within a fiscal year for a specific organization. This table is critical for establishing the financial and operational time framework used for inventory transactions, period-end closings, and reporting. It enables the system to enforce period status controls, ensuring that inventory movements and valuations are recorded against the correct and open accounting period.
Key Information Stored
The table's primary key (IC_CLDR_DTL_PK) is the PERIOD_ID, a unique system-generated identifier for each calendar period record. Other essential columns include ORGN_CODE, which identifies the inventory organization, and FISCAL_YEAR and PERIOD, which together define the specific accounting period (e.g., period 3 of fiscal year 2025). These three columns also form a unique key (IC_CLDR_DTL_U1). The table maintains a foreign key relationship to the IC_CLDR_HDR table (via ORGN_CODE and FISCAL_YEAR) to link the period detail to its parent calendar header. The TEXT_CODE column provides a link to descriptive text stored in the IC_TEXT_HDR table.
Common Use Cases and Queries
The primary use case is to validate and control inventory transactions against open periods. Before posting any material transaction, the system will reference this table to confirm the target period is active. Common queries involve listing all periods for an organization, checking the status of a specific period, or identifying open periods for transaction entry. For example, to find all periods for a fiscal year, one might use:
- SELECT period_id, period, period_desc FROM gmi.ic_cldr_dtl WHERE orgn_code = '<ORG>' AND fiscal_year = <YEAR> ORDER BY period;
Reporting use cases include generating period-based inventory valuation reports, transaction history summaries, and supporting the financial reconciliation process during period close.
Related Objects
IC_CLDR_DTL has defined relationships with several key inventory tables. It is a child table to IC_CLDR_HDR (and IC_CLDR_HDR_B), which defines the fiscal calendar header. It is referenced by the IC_WHSE_STS table via the PERIOD_ID column, linking period definitions to warehouse status. The TEXT_CODE column links to the IC_TEXT_HDR table for descriptive text. These relationships ensure data integrity and provide the structural foundation for period-sensitive inventory processing within Oracle Process Manufacturing.
-
Table: IC_CLDR_DTL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_DTL, object_name:IC_CLDR_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory calendar detail , implementation_dba_data: GMI.IC_CLDR_DTL ,
-
Table: IC_CLDR_DTL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_DTL, object_name:IC_CLDR_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory calendar detail , implementation_dba_data: GMI.IC_CLDR_DTL ,
-
APPS.GMICDEP dependencies on IC_CLDR_DTL
12.2.2
-
APPS.GMICCAL dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMF_MIGRATION dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMICCAL dependencies on IC_CLDR_DTL
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_CLDR_DTL
12.2.2
-
APPS.GMICDEP dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMF_SUBLEDGER_PKG dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_CLDR_DTL
12.2.2
-
APPS.GMF_SUBLEDGER_PKG dependencies on IC_CLDR_DTL
12.2.2
-
APPS.GMICCAL dependencies on IC_CLDR_DTL
12.2.2
-
APPS.GMICCAL dependencies on IC_CLDR_DTL
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMICDEP dependencies on IC_CLDR_DTL
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_CLDR_DTL
12.2.2
-
APPS.GMICDEP dependencies on IC_CLDR_DTL
12.1.1
-
APPS.GMF_MIGRATION dependencies on IC_CLDR_DTL
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_CLDR_DTL
12.1.1
-
VIEW: APPS.INV_CALENDAR_VIEW
12.1.1
-
VIEW: GMI.IC_CLDR_DTL#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_CLDR_DTL#, status:VALID,
-
VIEW: APPS.PMIBV_INVCALPERIOD_LOV_V
12.1.1
-
VIEW: APPS.INV_CALENDAR_VIEW
12.2.2
-
VIEW: APPS.PMI_INV_CALENDAR_V
12.2.2
-
Table: IC_CLDR_HDR_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_B, object_name:IC_CLDR_HDR_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: GMI.IC_CLDR_HDR_B ,
-
Table: IC_CLDR_HDR_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_B, object_name:IC_CLDR_HDR_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: GMI.IC_CLDR_HDR_B ,
-
Table: IC_CLDR_HDR
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_MIGRATION dependencies on ORG_ACCT_PERIODS
12.1.1
-
SYNONYM: APPS.IC_CLDR_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_CLDR_DTL, status:VALID,
-
VIEW: APPS.PMI_INV_CALENDAR_V
12.1.1
-
View: INV_CALENDAR_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.INV_CALENDAR_VIEW, object_name:INV_CALENDAR_VIEW, status:VALID, product: GMI - Process Manufacturing Inventory , implementation_dba_data: APPS.INV_CALENDAR_VIEW ,
-
View: INV_CALENDAR_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.INV_CALENDAR_VIEW, object_name:INV_CALENDAR_VIEW, status:VALID, product: GMI - Process Manufacturing Inventory , implementation_dba_data: APPS.INV_CALENDAR_VIEW ,
-
APPS.GMF_MIGRATION dependencies on ORG_ACCT_PERIODS
12.2.2
-
VIEW: APPS.PMIBV_INVCALPERIOD_LOV_V
12.2.2
-
View: PMI_INV_CALENDAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_INV_CALENDAR_V, object_name:PMI_INV_CALENDAR_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Inventory Calendar View , implementation_dba_data: APPS.PMI_INV_CALENDAR_V ,
-
Table: IC_CLDR_HDR
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: Not implemented in this database ,
-
View: PMI_INV_CALENDAR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_INV_CALENDAR_V, object_name:PMI_INV_CALENDAR_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Inventory Calendar View , implementation_dba_data: APPS.PMI_INV_CALENDAR_V ,
-
SYNONYM: APPS.IC_CLDR_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_CLDR_DTL, status:VALID,
-
VIEW: GMI.IC_CLDR_DTL#
12.2.2
-
View: PMIBV_INVCALPERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_INVCALPERIOD_LOV_V, object_name:PMIBV_INVCALPERIOD_LOV_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: PMI LOV View for Cost Calendar Period , implementation_dba_data: APPS.PMIBV_INVCALPERIOD_LOV_V ,
-
Table: IC_WHSE_STS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_STS, object_name:IC_WHSE_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse close status , implementation_dba_data: GMI.IC_WHSE_STS ,
-
PACKAGE: APPS.PMI_COST_ANALZ_PACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PMI_COST_ANALZ_PACK, status:VALID,
-
PACKAGE: APPS.PMI_COST_ANALZ_PACK
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PMI_COST_ANALZ_PACK, status:VALID,
-
TABLE: GMI.IC_CLDR_DTL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_DTL, object_name:IC_CLDR_DTL, status:VALID,
-
PACKAGE BODY: APPS.PMI_COST_ANALZ_PACK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PMI_COST_ANALZ_PACK, status:VALID,
-
PACKAGE: APPS.GMI_INVENTORY_CLOSE_CONC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMI_INVENTORY_CLOSE_CONC, status:VALID,
-
PACKAGE BODY: APPS.GMICDEP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMICDEP, status:VALID,
-
PACKAGE BODY: APPS.GMICDEP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMICDEP, status:VALID,
-
View: PMIBV_INVCALPERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_INVCALPERIOD_LOV_V, object_name:PMIBV_INVCALPERIOD_LOV_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: PMI LOV View for Cost Calendar Period , implementation_dba_data: APPS.PMIBV_INVCALPERIOD_LOV_V ,