Search Results ic_cycl_hdr
Overview
The IC_CYCL_HDR table is a core data object within the Oracle E-Business Suite Process Manufacturing Inventory (GMI) module. It serves as the primary repository for cycle count header information, which defines and controls the physical inventory counting process for a specific warehouse. A cycle count is a systematic, recurring audit of inventory stock, and this table establishes the master definition for each counting event, including its organizational scope, identification, and source. Its existence is critical for maintaining accurate inventory records, supporting financial reconciliation, and ensuring operational integrity within a manufacturing or distribution environment.
Key Information Stored
The table's structure is designed to uniquely identify and describe each cycle counting initiative. The primary identifier is the system-generated CYCLE_ID. However, business logic often relies on the composite unique key consisting of ORGN_CODE (organization), CYCLE_NO (a user-defined cycle number), and CYCLE_SOURCE. The WHSE_CODE column explicitly defines the warehouse being counted. Other typical columns, inferred from standard practice, would include status flags (e.g., pending, in-process, completed), creation and last update dates, and a TEXT_CODE foreign key linking to the IC_TEXT_HDR table for storing descriptive notes or instructions related to the cycle count.
Common Use Cases and Queries
This table is central to cycle count execution and reporting. Common operational scenarios include generating a list of all active cycle counts for a warehouse, validating count headers before processing details, and auditing count completion. A frequent reporting query would join IC_CYCL_HDR to organizational and warehouse master tables to provide a comprehensive view. For example:
- Identifying all cycle counts for a specific organization:
SELECT cycle_no, whse_code, status FROM gmi.ic_cycl_hdr WHERE orgn_code = :p_org_code; - Joining to detail lines to analyze count progress:
SELECT h.cycle_no, h.whse_code, COUNT(d.item_id) total_lines, COUNT(CASE WHEN d.count_qty IS NOT NULL THEN 1 END) counted_lines FROM gmi.ic_cycl_hdr h JOIN gmi.ic_cycl_dtl d ON h.cycle_id = d.cycle_id WHERE h.status = 'INPROCESS' GROUP BY h.cycle_no, h.whse_code;
Related Objects
IC_CYCL_HDR sits at the apex of the cycle count data model. It has defined foreign key relationships to several master tables: SY_ORGN_MST and SY_ORGN_MST_B for the organization, and IC_WHSE_MST for the warehouse. It is also referenced by key transactional tables. The IC_CYCL_DTL table holds the specific inventory items scheduled for counting within a given header. The IC_CYCL_MSC table likely stores miscellaneous or adjustment data related to the count. Furthermore, it links to IC_TEXT_HDR for descriptive text, enabling flexible storage of count instructions or comments.
-
Table: IC_CYCL_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the cycle header information. It will define the warehouse for which the count is taking place. , implementation_dba_data: GMI.IC_CYCL_HDR ,
-
Table: IC_CYCL_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the cycle header information. It will define the warehouse for which the count is taking place. , implementation_dba_data: GMI.IC_CYCL_HDR ,
-
APPS.GMI_PIR05_XMLP_PKG dependencies on IC_CYCL_HDR
12.1.1
-
APPS.GMI_GMILTGEN_XMLP_PKG dependencies on IC_CYCL_HDR
12.2.2
-
APPS.GMI_PIR05_XMLP_PKG dependencies on IC_CYCL_HDR
12.2.2
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_CYCL_HDR
12.2.2
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_CYCL_HDR
12.1.1
-
APPS.GMI_GMILTGEN_XMLP_PKG dependencies on IC_CYCL_HDR
12.1.1
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_CYCL_HDR
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_CYCL_ADT
12.1.1
-
APPS.GMI_PIR05_XMLP_PKG SQL Statements
12.1.1
-
APPS.GMI_PIR05_XMLP_PKG SQL Statements
12.2.2
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_RANK_MST
12.1.1
-
SYNONYM: APPS.IC_CYCL_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_CYCL_HDR, status:VALID,
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_CYCL_DTL
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_WHSE_INV
12.1.1
-
SYNONYM: APPS.IC_CYCL_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_CYCL_HDR, status:VALID,
-
VIEW: GMI.IC_CYCL_HDR#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_CYCL_HDR#, status:VALID,
-
VIEW: GMI.IC_CYCL_HDR#
12.2.2
-
Table: IC_CYCL_MSC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_MSC, object_name:IC_CYCL_MSC, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the additional items added to a cycle count. , implementation_dba_data: GMI.IC_CYCL_MSC ,
-
Table: IC_CYCL_DTL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_DTL, object_name:IC_CYCL_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Cycle detail , implementation_dba_data: GMI.IC_CYCL_DTL ,
-
PACKAGE BODY: APPS.GMI_PIR05_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_PIR05_XMLP_PKG, status:VALID,
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_ITEM_MST_B
12.1.1
-
Table: IC_CYCL_DTL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_DTL, object_name:IC_CYCL_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Cycle detail , implementation_dba_data: GMI.IC_CYCL_DTL ,
-
Table: IC_CYCL_MSC
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_MSC, object_name:IC_CYCL_MSC, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the additional items added to a cycle count. , implementation_dba_data: GMI.IC_CYCL_MSC ,
-
PACKAGE BODY: APPS.GMI_PIR05_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_PIR05_XMLP_PKG, status:VALID,
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_WHSE_MST
12.1.1
-
PACKAGE BODY: APPS.GMF_SUBLEDGER_REPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_SUBLEDGER_REPORT, status:VALID,
-
PACKAGE BODY: APPS.GMI_GMILTGEN_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_GMILTGEN_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMI_GMILTGEN_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_GMILTGEN_XMLP_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OPI_DBI_INV_CCA_OPM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_DBI_INV_CCA_OPM_PKG, status:VALID,
-
TABLE: GMI.IC_CYCL_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMF_SUBLEDGER_REPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_SUBLEDGER_REPORT, status:VALID,
-
Table: IC_TEXT_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
TABLE: GMI.IC_CYCL_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID,
-
PACKAGE BODY: APPS.GMI_PIR05_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.GMI_PIR05_XMLP_PKG
12.2.2
-
APPS.OPI_DBI_INV_CCA_OPM_PKG SQL Statements
12.1.1
-
Table: IC_TEXT_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,