Search Results fc_fcst_dtl
Overview
The FC_FCST_DTL table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Process Planning (GMP) module. It functions as the detailed transactional repository for forecast line items. Each record in this table represents a specific item forecast for a given organization, warehouse, and time period, linked to a parent forecast header. Its primary role is to store the granular demand data used for production planning, material requirements planning (MRP), and supply chain execution within a process manufacturing environment. The integrity of this data is maintained through its foreign key relationships to master data tables for items, organizations, and warehouses.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented foreign key relationships explicitly identify several critical columns that define the table's structure and purpose. The primary key is the LINE_ID column, which uniquely identifies each forecast detail line. The FORECAST_ID column is a foreign key linking the detail line to its parent forecast definition in the FC_FCST_HDR table. Essential master data references are stored in ITEM_ID (for the forecasted item), ORGN_CODE (for the organization), and WHSE_CODE (for the warehouse). The TEXT_CODE column provides a link to descriptive text in the FC_TEXT_HDR table. Typically, this table would also contain columns for forecast quantities, dates (e.g., forecast date, bucket type), and potentially status flags.
Common Use Cases and Queries
This table is central to forecasting and planning operations. A common use case is generating reports to analyze forecasted demand by item and location. Technical consultants often query this table to troubleshoot data issues, validate forecast uploads, or support custom integrations. A typical query involves joining to its related master tables to retrieve meaningful descriptions.
Sample Query Pattern:
SELECT fcd.LINE_ID, fch.FORECAST_NAME, iim.ITEM_NO, som.ORGN_NAME, iwm.WHSE_NAME, fcd.FORECAST_QTY
FROM GMP.FC_FCST_DTL fcd,
GMP.FC_FCST_HDR fch,
INV.IC_ITEM_MST_B iim,
INV.SY_ORGN_MST som,
INV.IC_WHSE_MST iwm
WHERE fcd.FORECAST_ID = fch.FORECAST_ID
AND fcd.ITEM_ID = iim.ITEM_ID
AND fcd.ORGN_CODE = som.ORGN_CODE
AND fcd.WHSE_CODE = iwm.WHSE_CODE
AND fch.FORECAST_NAME = '<Forecast Name>';
Related Objects
The FC_FCST_DTL table has defined foreign key relationships with several key master and transactional tables, as documented in the ETRM metadata. These relationships are critical for data validation and reporting.
- FC_FCST_HDR: Linked via
FC_FCST_DTL.FORECAST_ID. This is the primary parent table containing the forecast header information. - FC_TEXT_HDR: Linked via
FC_FCST_DTL.TEXT_CODE. Provides descriptive text for the forecast detail line. - IC_ITEM_MST_B and IC_ITEM_MST: Linked via
FC_FCST_DTL.ITEM_ID. These tables store the master definition of the forecasted item. - IC_WHSE_MST: Linked via
FC_FCST_DTL.WHSE_CODE. Contains the warehouse master data. - SY_ORGN_MST_B and SY_ORGN_MST: Linked via
FC_FCST_DTL.ORGN_CODE. These tables hold the organization master data.
-
Table: FC_FCST_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_FCST_DTL, object_name:FC_FCST_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Forecast detail , implementation_dba_data: GMP.FC_FCST_DTL ,
-
Table: FC_FCST_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_FCST_DTL, object_name:FC_FCST_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Forecast detail , implementation_dba_data: GMP.FC_FCST_DTL ,
-
SYNONYM: APPS.FC_FCST_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FC_FCST_DTL, status:VALID,
-
SYNONYM: APPS.FC_FCST_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FC_FCST_DTL, status:VALID,
-
VIEW: GMP.FC_FCST_DTL#
12.2.2
owner:GMP, object_type:VIEW, object_name:FC_FCST_DTL#, status:VALID,
-
VIEW: GMP.FC_FCST_DTL#
12.2.2
-
Table: FC_TEXT_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_TEXT_HDR, object_name:FC_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Forecasting. , implementation_dba_data: GMP.FC_TEXT_HDR ,
-
APPS.MSC_CL_GMP_UTILITY dependencies on IC_ITEM_MST
12.1.1
-
Table: FC_FCST_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_FCST_HDR, object_name:FC_FCST_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Forecast header , implementation_dba_data: GMP.FC_FCST_HDR ,
-
TABLE: GMP.FC_FCST_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_FCST_DTL, object_name:FC_FCST_DTL, status:VALID,
-
Table: FC_TEXT_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_TEXT_HDR, object_name:FC_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Forecasting. , implementation_dba_data: GMP.FC_TEXT_HDR ,
-
Table: FC_FCST_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_FCST_HDR, object_name:FC_FCST_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Forecast header , implementation_dba_data: GMP.FC_FCST_HDR ,
-
TABLE: GMP.FC_FCST_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.FC_FCST_DTL, object_name:FC_FCST_DTL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_CL_GMP_UTILITY dependencies on IC_ITEM_MST
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_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 ,
-
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_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
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 ,
-
PACKAGE BODY: APPS.GMP_DP_UTILS
12.1.1
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMP_FORECAST_MIGRATION SQL Statements
12.2.2
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GMP_DP_UTILS
12.2.2
-
APPS.GMP_FORECAST_MIGRATION SQL Statements
12.1.1
-
APPS.GMP_APS_DS_PULL dependencies on GMP_CALENDAR_PKG
12.1.1
-
APPS.GMP_APS_DS_PULL dependencies on GMP_CALENDAR_PKG
12.2.2
-
APPS.MSC_CL_GMP_UTILITY dependencies on MSC_CL_GMP_UTILITY
12.2.2
-
APPS.MSC_CL_GMP_UTILITY dependencies on MSC_CL_GMP_UTILITY
12.1.1
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
APPS.GMP_APS_DS_PULL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMP_FORECAST_MIGRATION
12.1.1
-
APPS.GMP_APS_DS_PULL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMP_FORECAST_MIGRATION
12.2.2
-
APPS.MSC_CL_GMP_UTILITY SQL Statements
12.1.1
-
APPS.MSC_CL_GMP_UTILITY SQL Statements
12.2.2
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
PACKAGE BODY: APPS.GMP_APS_DS_PULL
12.1.1
-
PACKAGE BODY: APPS.GMP_APS_DS_PULL
12.2.2
-
12.2.2 DBA Data
12.2.2