Search Results burden_cost_code




Overview

The PA_BURDEN_COST_CODES table is a core reference table within the Oracle E-Business Suite (EBS) Projects module (PA). It serves as a repository for implementation-defined classifications of various overhead burden cost types. Its primary role is to establish a standardized coding structure for indirect costs—such as administrative overhead, fringe benefits, or facility costs—that are applied to direct project expenditures. This table is a foundational element for the burden costing engine, enabling the systematic calculation, allocation, and reporting of overhead across projects. The metadata specifies its status as "R10SC Only," indicating its design and usage are specific to the R10SC (Release 10 Smart Client) architecture, which is integral to the financial logic in EBS 12.1.1 and 12.2.2.

Key Information Stored

The table's structure is designed to catalog unique burden cost classifications. While the full column list is not detailed in the provided metadata, the primary key is explicitly documented as BURDEN_COST_CODE. This column is the unique identifier for each burden cost type (e.g., 'FACILITIES', 'ADMIN', 'FRINGE'). Other typical columns in such a reference table would include a description field (e.g., BURDEN_COST_CODE_DESC) to provide a meaningful name for the code, and control columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for auditing. The table's sole purpose is to maintain this validated list of codes, which are then referenced by transactional and calculation tables.

Common Use Cases and Queries

This table is primarily used during the setup and execution of burden cost schedules. Common operational and reporting scenarios include validating burden cost codes during data entry, generating lists of active codes for setup screens, and supporting burden cost analysis reports. A typical query would involve joining this table to the PA_BURDEN_COST_MULTIPLIERS table to retrieve the full burden schedule definition. For example:

  • SELECT bcc.burden_cost_code, bcc.description, bcm.multiplier FROM pa_burden_cost_codes bcc, pa_burden_cost_multipliers bcm WHERE bcc.burden_cost_code = bcm.burden_cost_code AND bcm.org_id = :p_org_id;

This pattern is essential for reports that analyze the composition of applied burden costs by project or task, tracing calculated overhead back to its source classification.

Related Objects

The PA_BURDEN_COST_CODES table has a direct and critical relationship with the PA_BURDEN_COST_MULTIPLIERS table, as defined by the documented foreign key. The PA_BURDEN_COST_MULTIPLIERS.BURDEN_COST_CODE column references the primary key of PA_BURDEN_COST_CODES, enforcing referential integrity. This relationship means that every burden multiplier defined in the system must be associated with a valid, pre-defined code from this table. Consequently, this table is a parent to any transactional data that stores burden calculations. It is also indirectly related to core project costing tables (e.g., PA_COST_DISTRIBUTION_LINES_ALL) through the burden engine's processing logic, where burden costs are computed and posted based on these code classifications.

  • Table: PA_BURDEN_COST_CODES 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BURDEN_COST_CODES,  object_name:PA_BURDEN_COST_CODES,  status:VALID,  product: PA - Projectsdescription: R10SC Only - Implementation-defined classifications of the different types of overhead burden costs ,  implementation_dba_data: PA.PA_BURDEN_COST_CODES

  • Table: PA_BURDEN_COST_MULTIPLIERS 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BURDEN_COST_MULTIPLIERS,  object_name:PA_BURDEN_COST_MULTIPLIERS,  status:VALID,  product: PA - Projectsdescription: R10SC Only - Multipliers for different types of overhead which are applied to raw cost to calculate burden cost ,  implementation_dba_data: PA.PA_BURDEN_COST_MULTIPLIERS

  • Table: PA_BURDEN_COST_CODES 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BURDEN_COST_CODES,  object_name:PA_BURDEN_COST_CODES,  status:VALID,  product: PA - Projectsdescription: R10SC Only - Implementation-defined classifications of the different types of overhead burden costs ,  implementation_dba_data: PA.PA_BURDEN_COST_CODES

  • View: PA_BURDEN_COMPONENT_CMT_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_BURDEN_COMPONENT_CMT_V,  object_name:PA_BURDEN_COMPONENT_CMT_V,  status:VALID,  product: PA - Projectsdescription: This view displays commitment burden components for each transaction ,  implementation_dba_data: APPS.PA_BURDEN_COMPONENT_CMT_V

  • Table: PA_BURDEN_COST_MULTIPLIERS 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BURDEN_COST_MULTIPLIERS,  object_name:PA_BURDEN_COST_MULTIPLIERS,  status:VALID,  product: PA - Projectsdescription: R10SC Only - Multipliers for different types of overhead which are applied to raw cost to calculate burden cost ,  implementation_dba_data: PA.PA_BURDEN_COST_MULTIPLIERS

  • View: PA_BURDEN_COMPONENT_COST_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_BURDEN_COMPONENT_COST_V,  object_name:PA_BURDEN_COMPONENT_COST_V,  status:VALID,  product: PA - Projectsdescription: This view displays actual burden components for each transaction ,  implementation_dba_data: APPS.PA_BURDEN_COMPONENT_COST_V

  • View: PA_BURDEN_DETAILS_BASE_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_BURDEN_DETAILS_BASE_V,  object_name:PA_BURDEN_DETAILS_BASE_V,  status:VALID,  product: PA - Projectsdescription: View of burden cost components for a given compiled set ID, expenditure type, and expenditure organization. ,  implementation_dba_data: APPS.PA_BURDEN_DETAILS_BASE_V

  • View: PA_BURDEN_DETAILS_BASE_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_BURDEN_DETAILS_BASE_V,  object_name:PA_BURDEN_DETAILS_BASE_V,  status:VALID,  product: PA - Projectsdescription: View of burden cost components for a given compiled set ID, expenditure type, and expenditure organization. ,  implementation_dba_data: APPS.PA_BURDEN_DETAILS_BASE_V

  • View: PA_BURDEN_COMPONENT_CMT_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_BURDEN_COMPONENT_CMT_V,  object_name:PA_BURDEN_COMPONENT_CMT_V,  status:VALID,  product: PA - Projectsdescription: This view displays commitment burden components for each transaction ,  implementation_dba_data: APPS.PA_BURDEN_COMPONENT_CMT_V

  • View: PA_BURDEN_COMPONENT_COST_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_BURDEN_COMPONENT_COST_V,  object_name:PA_BURDEN_COMPONENT_COST_V,  status:VALID,  product: PA - Projectsdescription: This view displays actual burden components for each transaction ,  implementation_dba_data: APPS.PA_BURDEN_COMPONENT_COST_V

  • View: PA_REV_BURDEN_DETAILS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V,  object_name:PA_REV_BURDEN_DETAILS_V,  status:VALID,  product: PA - Projectsdescription: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. ,  implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V

  • View: PA_COST_BURDEN_DETAILS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_COST_BURDEN_DETAILS_V,  object_name:PA_COST_BURDEN_DETAILS_V,  status:VALID,  product: PA - Projectsdescription: View of individual burden cost components of the burdened cost of each expenditure item that is burdened. ,  implementation_dba_data: APPS.PA_COST_BURDEN_DETAILS_V

  • View: PA_COST_BURDEN_DETAILS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_COST_BURDEN_DETAILS_V,  object_name:PA_COST_BURDEN_DETAILS_V,  status:VALID,  product: PA - Projectsdescription: View of individual burden cost components of the burdened cost of each expenditure item that is burdened. ,  implementation_dba_data: APPS.PA_COST_BURDEN_DETAILS_V

  • View: PA_REV_BURDEN_DETAILS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V,  object_name:PA_REV_BURDEN_DETAILS_V,  status:VALID,  product: PA - Projectsdescription: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. ,  implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V

  • View: PA_INV_BURDEN_DETAILS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_INV_BURDEN_DETAILS_V,  object_name:PA_INV_BURDEN_DETAILS_V,  status:VALID,  product: PA - Projectsdescription: View of individual burden cost components of invoice amount of expenditure items. ,  implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_V

  • View: PA_INV_BURDEN_DETAILS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_INV_BURDEN_DETAILS_V,  object_name:PA_INV_BURDEN_DETAILS_V,  status:VALID,  product: PA - Projectsdescription: View of individual burden cost components of invoice amount of expenditure items. ,  implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_V

  • View: PA_INV_BURDEN_DETAILS_LM_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_INV_BURDEN_DETAILS_LM_V,  object_name:PA_INV_BURDEN_DETAILS_LM_V,  status:VALID,  product: PA - Projectsdescription: View of individual burden cost components, along with the labor multiplier, of the bill amount. ,  implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_LM_V

  • View: PA_INV_BURDEN_DETAILS_LM_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_INV_BURDEN_DETAILS_LM_V,  object_name:PA_INV_BURDEN_DETAILS_LM_V,  status:VALID,  product: PA - Projectsdescription: View of individual burden cost components, along with the labor multiplier, of the bill amount. ,  implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_LM_V