Search Results upadate parent and child in oracle
The FEM.FEM_COST_CNTRS_HIER_T
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Financial Enterprise Manager (FEM) module, specifically designed to manage hierarchical relationships between cost centers. This table serves as a repository for cost center hierarchy data, enabling organizations to define, maintain, and analyze cost center structures for financial reporting, budgeting, and cost allocation purposes. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Table Overview
TheFEM_COST_CNTRS_HIER_T
table stores hierarchical relationships between cost centers, allowing organizations to model complex cost center structures. It supports parent-child relationships, enabling multi-level hierarchies that reflect organizational reporting lines or cost allocation frameworks. This table is part of the FEM data model, which is tightly integrated with Oracle General Ledger (GL), Oracle Projects, and other financial modules.
Key Columns and Structure
The table includes several critical columns:- HIERARCHY_ID: A unique identifier for the cost center hierarchy.
- PARENT_COST_CENTER_ID: References the parent cost center in the hierarchy.
- CHILD_COST_CENTER_ID: References the child cost center.
- EFFECTIVE_START_DATE and EFFECTIVE_END_DATE: Define the validity period of the hierarchy relationship.
- OBJECT_VERSION_NUMBER: Tracks changes for optimistic locking.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Audit columns for tracking record changes.
Functionality and Usage
TheFEM_COST_CNTRS_HIER_T
table enables:
- Hierarchical Reporting: Financial reports can leverage cost center hierarchies to aggregate data at different levels (e.g., department, division, or enterprise-wide).
- Cost Allocation: Hierarchies facilitate the distribution of shared costs (e.g., IT or facilities) across departments based on predefined rules.
- Budgeting and Forecasting: Budgets can be defined at higher hierarchy levels and automatically propagated to lower levels.
Integration with Oracle EBS Modules
The table integrates with:- Oracle General Ledger (GL): Cost center hierarchies are used in GL for segment-value reporting and journal entry validation.
- Oracle Projects: Hierarchies help allocate project costs to departments or business units.
- Oracle Hyperion: Exported hierarchies support consolidated financial reporting in Hyperion Financial Management (HFM).
Technical Considerations
- Performance: Large hierarchies may require indexing on
PARENT_COST_CENTER_ID
andCHILD_COST_CENTER_ID
for efficient traversal. - Data Integrity: Foreign key constraints link to
FEM_COST_CNTRS_B
(base table for cost centers). - Versioning: Effective date columns enable historical tracking of hierarchy changes.
Customization and Extensions
Organizations often extend the table's functionality by:- Adding custom attributes (e.g.,
ATTRIBUTE1-20
columns) to capture business-specific hierarchy metadata. - Developing PL/SQL APIs to automate hierarchy maintenance.
- Integrating with third-party tools for advanced hierarchy visualization.
Conclusion
TheFEM.FEM_COST_CNTRS_HIER_T
table is a foundational element for cost center management in Oracle EBS 12.1.1/12.2.2. Its hierarchical design supports complex financial structures, while its integration with core modules ensures consistent data flow across financial processes. Proper implementation and maintenance of this table are essential for accurate financial reporting and cost control.
-
Oracle eBusiness Suite Technical Reference
12.1.1
-
SYNONYM: PUBLIC.oracle/sqlj/runtime/Oracle
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:oracle/sqlj/runtime/Oracle, status:VALID,
-
Oracle eBusiness Suite Technical Reference
12.2.2
-
SYNONYM: PUBLIC.oracle/sqlj/runtime/Oracle
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:oracle/sqlj/runtime/Oracle, status:VALID,
-
File: Work in Progress ERD.pdf
12.1.1
product: WIP - Work in Process , size: 125.872 KBytes , file_type: PDF Diagram ,
-
File: Work in Progress ERD.pdf
12.2.2
product: WIP - Work in Process , size: 125.872 KBytes , file_type: PDF Diagram ,
-
JAVA CLASS: SYS.oracle/sqlj/runtime/Oracle
12.1.1
owner:SYS, object_type:JAVA CLASS, object_name:oracle/sqlj/runtime/Oracle, status:VALID,
-
JAVA CLASS: SYS.oracle/sqlj/runtime/Oracle
12.2.2
owner:SYS, object_type:JAVA CLASS, object_name:oracle/sqlj/runtime/Oracle, status:VALID,
-
File: R115 GMF WAREHOUSE SETUP IN COS.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 18.951 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF WAREHOUSE SETUP IN COS.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 18.951 KBytes , file_type: PDF Diagram ,
-
File: OQO Defect and Enhancement Owner and Contact.pdf
12.2.2
product: CSS - Support (Obsolete) , size: 31.212 KBytes , file_type: PDF Diagram ,
-
File: OQO Defect and Enhancement Owner and Contact.pdf
12.1.1
product: CSS - Support (obsolete) , size: 31.212 KBytes , file_type: PDF Diagram ,
-
View: XNS_INCIDENT_LINKS_V
12.1.1
product: XNS - Service for Communications (obsolete) , description: Related service requests information , implementation_dba_data: Not implemented in this database ,
-
View: XNS_INCIDENT_LINKS_V
12.2.2
product: XNS - Service for Communications (Obsolete) , description: Related service requests information , implementation_dba_data: Not implemented in this database ,
-
TABLE: FEM.FEM_COST_CNTRS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_COST_CNTRS_HIER_T, status:VALID,
-
PACKAGE: APPS.HZ_HIERARCHY_V2PUB
12.2.2
-
PACKAGE: APPS.HZ_HIERARCHY_V2PUB
12.1.1
-
SYS.OJDS_CONTEXT dependencies on OJDS$BINDINGS$
12.1.1
-
SYS.OJDS_CONTEXT dependencies on OJDS$BINDINGS$
12.2.2
-
PACKAGE: APPS.HZ_BES_BO_TRACKING_PVT
12.1.1
-
Lookup Type: QA_PC_ELEMENT_RELATIONSHIP
12.1.1
product: QA - Quality , meaning: Quality Parent Child Element Relationship Type , description: Quality Parent Child Element Relationship Type ,
-
PACKAGE: APPS.HZ_BES_BO_TRACKING_PVT
12.2.2
-
TABLE: FEM.FEM_COMPANIES_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_COMPANIES_HIER_T, status:VALID,
-
Lookup Type: QA_PC_ELEMENT_RELATIONSHIP
12.2.2
product: QA - Quality , meaning: Quality Parent Child Element Relationship Type , description: Quality Parent Child Element Relationship Type ,
-
TABLE: FEM.FEM_LEDGERS_HIER
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_LEDGERS_HIER, status:VALID,
-
TABLE: FEM.FEM_CAL_PERIODS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_CAL_PERIODS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_SIC_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_SIC_HIER_T, status:VALID,
-
TABLE: FEM.FEM_CHANNELS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_CHANNELS_HIER_T, status:VALID,
-
APPS.WSH_PICK_LIST dependencies on STANDARD
12.1.1
-
APPS.WSH_PICK_LIST dependencies on STANDARD
12.2.2
-
TABLE: FEM.FEM_USER_DIM8_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM8_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM7_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM7_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM2_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM2_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM5_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM5_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM1_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM1_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM4_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM4_HIER_T, status:VALID,
-
TABLE: FEM.FEM_ENTITIES_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_ENTITIES_HIER_T, status:VALID,
-
TABLE: FEM.FEM_GEOGRAPHY_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_GEOGRAPHY_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM6_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM6_HIER_T, status:VALID,
-
TABLE: FEM.FEM_TASKS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_TASKS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM10_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM10_HIER_T, status:VALID,
-
APPS.FII_COM_MAINTAIN_PKG dependencies on FII_DIM_NORM_HIERARCHY
12.1.1
-
APPS.FII_UDD1_MAINTAIN_PKG dependencies on FII_DIM_NORM_HIERARCHY
12.1.1
-
TABLE: FEM.FEM_PROJECTS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_PROJECTS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_PRODUCTS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_PRODUCTS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM9_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM9_HIER_T, status:VALID,
-
TABLE: FEM.FEM_CUSTOMERS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_CUSTOMERS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_NAT_ACCTS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_NAT_ACCTS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_LN_ITEMS_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_LN_ITEMS_HIER_T, status:VALID,
-
TABLE: FEM.FEM_USER_DIM3_HIER_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_USER_DIM3_HIER_T, status:VALID,