Search Results pa_prj_bgt_lines_it_all




Overview

The PA_PRJ_BGT_LINES_IT_ALL table is a core data repository within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Projects (PA) module. It serves as the primary storage entity for detailed budget line information at the project level, designed to support the Oracle Project Analysis Collection Pack. This pack is integral for analytical reporting and data warehousing, enabling the extraction, transformation, and loading (ETL) of project financial data into business intelligence systems. The table's structure, with its extensive foreign key relationships, ensures data integrity by linking budget details to master data such as projects, periods, resources, and organizations, forming a critical component of the project budgeting and financial analysis framework.

Key Information Stored

The table stores granular budget line details, with the primary key column PRJ_BUDGET_LINE_KEY uniquely identifying each record. While the full column list is not detailed in the provided metadata, the documented foreign key relationships reveal the critical dimensions of data captured. Each budget line is associated with a specific PROJECT_ID, linking it to a master project definition. Financial periodization is managed via the PA_PERIOD_KEY. The table captures resource information through RESOURCE_LIST_MEMBER_ID, expenditure categorization via EXPENDITURE_TYPE, and budget classification through BUDGET_TYPE_CODE. Furthermore, it stores organizational context using OWNER_ORGANIZATION_ID for the project organization and ORG_ID for the operating unit, enforcing multi-org security. The inclusion of SERVICE_TYPE_CODE allows for categorization based on service types, supporting detailed budget analysis.

Common Use Cases and Queries

This table is primarily accessed for analytical reporting on project budgets and for data population into downstream data warehouses. Common scenarios include generating budget versus actual reports, analyzing budget composition by resource or expenditure type, and performing historical budget trend analysis. A typical query might join this table with its referenced master tables to produce a comprehensive budget report.

  • Budget Summary by Project and Period: SELECT p.project_number, pp.period_name, pb.budget_type_code, SUM(pb.raw_cost) FROM pa_prj_bgt_lines_it_all pb JOIN pa_projects_it_all p ON pb.project_id = p.project_id JOIN pa_periods_it pp ON pb.pa_period_key = pp.pa_period_key GROUP BY p.project_number, pp.period_name, pb.budget_type_code
  • Detailed Budget Lines for a Specific Project: SELECT * FROM pa_prj_bgt_lines_it_all WHERE project_id = (SELECT project_id FROM pa_projects_it_all WHERE project_number = 'P10001')
  • Data extraction routines for the Project Analysis Collection Pack will heavily query this table to stage budget information for transformation and loading into analytical schemas.

Related Objects

The PA_PRJ_BGT_LINES_IT_ALL table maintains strict referential integrity through numerous foreign key relationships to master data tables, as documented in the ETRM. These relationships define its place in the data model and are essential for accurate joins in queries and reports.

  • PA_PROJECTS_IT_ALL: Linked via PROJECT_ID. Joins budget lines to the master project definition.
  • PA_PERIODS_IT: Linked via PA_PERIOD_KEY. Associates each budget line with a financial calendar period.
  • PA_LOWEST_RLMEM_IT: Linked via RESOURCE_LIST_MEMBER_ID. References the specific resource or resource list member.
  • PA_EXP_TYPES_IT: Linked via EXPENDITURE_TYPE. Categorizes the budget line by expenditure type.
  • PA_PRJ_ORGS_IT: Linked via OWNER_ORGANIZATION_ID. Identifies the project organization responsible for the budget.
  • PA_BGT_TYPES_IT: Linked via BUDGET_TYPE_CODE. Classifies the budget type (e.g., original, current, baseline).
  • PA_SRVC_TYPES_IT: Linked via SERVICE_TYPE_CODE. Classifies the budget line by service type.
  • PA_OPER_UNITS_IT: Linked via ORG_ID. Secures data by operating unit for multi-org architecture.
  • Table: PA_PRJ_BGT_LINES_IT_ALL 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PRJ_BGT_LINES_IT_ALL,  object_name:PA_PRJ_BGT_LINES_IT_ALL,  status:VALID,  product: PA - Projectsdescription: Information about budgets at the project level for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PRJ_BGT_LINES_IT_ALL

  • Table: PA_PRJ_BGT_LINES_IT_ALL 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PRJ_BGT_LINES_IT_ALL,  object_name:PA_PRJ_BGT_LINES_IT_ALL,  status:VALID,  product: PA - Projectsdescription: Information about budgets at the project level for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PRJ_BGT_LINES_IT_ALL

  • Table: PA_SRVC_TYPES_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_SRVC_TYPES_IT,  object_name:PA_SRVC_TYPES_IT,  status:VALID,  product: PA - Projectsdescription: Information about service types for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_SRVC_TYPES_IT

  • Table: PA_SRVC_TYPES_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_SRVC_TYPES_IT,  object_name:PA_SRVC_TYPES_IT,  status:VALID,  product: PA - Projectsdescription: Information about service types for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_SRVC_TYPES_IT

  • Table: PA_PERIODS_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PERIODS_IT,  object_name:PA_PERIODS_IT,  status:VALID,  product: PA - Projectsdescription: Information about PA periods for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PERIODS_IT

  • Table: PA_EXP_TYPES_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_EXP_TYPES_IT,  object_name:PA_EXP_TYPES_IT,  status:VALID,  product: PA - Projectsdescription: Information about expenditure types for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_EXP_TYPES_IT

  • Table: PA_EXP_TYPES_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_EXP_TYPES_IT,  object_name:PA_EXP_TYPES_IT,  status:VALID,  product: PA - Projectsdescription: Information about expenditure types for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_EXP_TYPES_IT

  • Table: PA_PERIODS_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PERIODS_IT,  object_name:PA_PERIODS_IT,  status:VALID,  product: PA - Projectsdescription: Information about PA periods for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PERIODS_IT

  • Table: PA_PROJECTS_IT_ALL 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PROJECTS_IT_ALL,  object_name:PA_PROJECTS_IT_ALL,  status:VALID,  product: PA - Projectsdescription: Information about projects for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PROJECTS_IT_ALL

  • Table: PA_LOWEST_RLMEM_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_LOWEST_RLMEM_IT,  object_name:PA_LOWEST_RLMEM_IT,  status:VALID,  product: PA - Projectsdescription: Information about the lowest level of resources for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_LOWEST_RLMEM_IT

  • Table: PA_BGT_TYPES_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BGT_TYPES_IT,  object_name:PA_BGT_TYPES_IT,  status:VALID,  product: PA - Projectsdescription: Information about budget types for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_BGT_TYPES_IT

  • Table: PA_BGT_TYPES_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BGT_TYPES_IT,  object_name:PA_BGT_TYPES_IT,  status:VALID,  product: PA - Projectsdescription: Information about budget types for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_BGT_TYPES_IT

  • Table: PA_OPER_UNITS_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_OPER_UNITS_IT,  object_name:PA_OPER_UNITS_IT,  status:VALID,  product: PA - Projectsdescription: Information about operating units for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_OPER_UNITS_IT

  • Table: PA_PRJ_ORGS_IT 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PRJ_ORGS_IT,  object_name:PA_PRJ_ORGS_IT,  status:VALID,  product: PA - Projectsdescription: Information about project/task organizations for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PRJ_ORGS_IT

  • Table: PA_OPER_UNITS_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_OPER_UNITS_IT,  object_name:PA_OPER_UNITS_IT,  status:VALID,  product: PA - Projectsdescription: Information about operating units for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_OPER_UNITS_IT

  • Table: PA_LOWEST_RLMEM_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_LOWEST_RLMEM_IT,  object_name:PA_LOWEST_RLMEM_IT,  status:VALID,  product: PA - Projectsdescription: Information about the lowest level of resources for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_LOWEST_RLMEM_IT

  • Table: PA_PROJECTS_IT_ALL 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PROJECTS_IT_ALL,  object_name:PA_PROJECTS_IT_ALL,  status:VALID,  product: PA - Projectsdescription: Information about projects for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PROJECTS_IT_ALL

  • Table: PA_PRJ_ORGS_IT 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_PRJ_ORGS_IT,  object_name:PA_PRJ_ORGS_IT,  status:VALID,  product: PA - Projectsdescription: Information about project/task organizations for Oracle Project Analysis Collection Pack ,  implementation_dba_data: PA.PA_PRJ_ORGS_IT

  • View: PA_PRJ_BGT_LINES_IT 12.2.2

    product: PA - Projectsdescription: Single-Org ,  implementation_dba_data: Not implemented in this database

  • View: PA_PRJ_BGT_LINES_IT 12.1.1

    product: PA - Projectsdescription: Single-Org ,  implementation_dba_data: Not implemented in this database