Search Results po_distributions_all




Overview

PA_BC_COMMITMENTS_ALL is the Oracle Projects (PA) intersection table that stores funds-checked commitment transactions originating from requisitions, purchase orders, and Payables invoices. It resides in the PA schema and represents the staging and audit layer between the source procurement or payables document and the Project Budgeting and Commitments (BC) engine. When the Maintain Project Balances concurrent programs sweep commitment records into project balances, the qualifying commitment rows are inserted into this table. It therefore acts as the authoritative record of what has been encumbered against a project, task, and budget version before the amounts are rolled into PA project balances and reconciled against GL encumbrances.

Under the heuristic Data Vault classification supplied in the metadata, PA_BC_COMMITMENTS_ALL is best modeled as a link table. Its structure is dominated by foreign-key references to projects, tasks, resources, budgets, distribution lines, and encumbrance types, forming a many-to-many connective hub-and-link lattice rather than a pure descriptive satellite. The single-column primary key PA_BC_COMMITMENTS_PK on BC_COMMITMENT_ID is a surrogate identifier generated from the PA_BC_COMMITMENTS_S sequence; a unique index, PA_BC_COMMITMENTS_U1, guards the same column as the business-key candidate.

Key Information Stored

The 75 documented columns capture commitment identity, document lineage, project attribution, accounting amounts, and processing status. The most important include:

Common Use Cases and Queries

Because the user searched on po_distributions_all, the most frequent access path is tracing a PO distribution to the commitment and project balance it produced. A representative query joins on DOCUMENT_DISTRIBUTION_ID or PDL_PO_DISTRIBUTION_ID:

SELECT c.project_id, c.task_id, c.expenditure_type, d.po_distribution_id, d.po_header_id, c.comm_tot_raw_amt, c.transfer_status_code FROM pa.pa_bc_commitments_all c, po.po_distributions_all d WHERE c.pdl_po_distribution_id = d.po_distribution_id AND c.set_of_books_id = :sob;

Other common patterns include reconciling commitments to GL encumbrances by ENCUMBRANCE_TYPE_ID and SET_OF_BOOKS_ID; reporting remaining commitment by subtracting COMM_RAW_AMT_RELIEVED from COMM_TOT_RAW_AMT; auditing rows that failed to transfer using TRANSFER_STATUS_CODE and COMM_TRANSFER_REJ_REASON; and drilling to requisition-level commitments through PRL_DISTRIBUTION_ID on PO_REQ_DISTRIBUTIONS_ALL. Commitment and budget-versus-actual reports routinely aggregate on PROJECT_ID, TASK_ID, and BUDGET_VERSION_ID.

Related Objects

  • PO_DISTRIBUTIONS_ALL — joined via DOCUMENT_DISTRIBUTION_ID and PDL_PO_DISTRIBUTION_ID; the primary purchase-order commitment source.
  • PO_HEADERS_ALL — joined via DOCUMENT_HEADER_ID for PO header context.
  • PO_REQ_DISTRIBUTIONS_ALL — joined via PRL_DISTRIBUTION_ID for requisition commitments.
  • AP_INVOICES_ALL — joined via DOCUMENT_HEADER_ID for invoice commitments.
  • AP_INVOICE_DISTRIBUTIONS_ALL — joined via AIL_INVOICE_ID and AIL_DISTRIBUTION_LINE_NUMBER.
  • PA_PROJECTS_ALL and PA_TASKS — joined via PROJECT_ID, TASK_ID, and TOP_TASK_ID.
  • PA_BUDGET_VERSIONS and PA_BUDGET_LINES — joined via BUDGET_VERSION_ID and BUDGET_LINE_ID.
  • PA_COST_DISTRIBUTION_LINES_ALL — joined via PCL_LINE_NUM and PCL_EXPENDITURE_ITEM_ID.
  • GL_ENCUMBRANCE_TYPES and GL_SETS_OF_BOOKS_11I — joined via ENCUMBRANCE_TYPE_ID and SET_OF_BOOKS_ID.
  • PA_BC_PACKETS — the child table, referencing this table via BC_COMMITMENT_ID, that groups commitment rows prior to transfer.
  • Table: PA_BC_COMMITMENTS_ALL 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BC_COMMITMENTS_ALL,  object_name:PA_BC_COMMITMENTS_ALL,  status:VALID,  product: PA - Projectsdescription: PA_BC_COMMITMENTS holds all the commitment transactions (Req, PO and Payables) that are funds checked. When maintain project balances programs sweeps the commitment records to project balances, the commitments are inserted into this table. ,  implementation_dba_data: PA.PA_BC_COMMITMENTS_ALL

  • Table: PA_BC_COMMITMENTS_ALL 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BC_COMMITMENTS_ALL,  object_name:PA_BC_COMMITMENTS_ALL,  status:VALID,  product: PA - Projectsdescription: PA_BC_COMMITMENTS holds all the commitment transactions (Req, PO and Payables) that are funds checked. When maintain project balances programs sweeps the commitment records to project balances, the commitments are inserted into this table. ,  implementation_dba_data: PA.PA_BC_COMMITMENTS_ALL

  • Table: PA_BC_PACKETS 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BC_PACKETS,  object_name:PA_BC_PACKETS,  status:VALID,  product: PA - Projectsdescription: PA_BC_PACKETS holds all the transactions that copied from GL_BC_PACKETS. This a type of temporary table which holds all the relevant attributes of a transaction in addition to some other attribute values which are derived before they are p ,  implementation_dba_data: PA.PA_BC_PACKETS

  • Table: PA_BC_PACKETS 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_BC_PACKETS,  object_name:PA_BC_PACKETS,  status:VALID,  product: PA - Projectsdescription: PA_BC_PACKETS holds all the transactions that copied from GL_BC_PACKETS. This a type of temporary table which holds all the relevant attributes of a transaction in addition to some other attribute values which are derived before they are p ,  implementation_dba_data: PA.PA_BC_PACKETS

  • View: PA_XLA_BC_PKT_PO_DETAIL_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_XLA_BC_PKT_PO_DETAIL_V,  object_name:PA_XLA_BC_PKT_PO_DETAIL_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_XLA_BC_PKT_PO_DETAIL_V

  • View: PA_XLA_BC_PKT_PO_DETAIL_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_XLA_BC_PKT_PO_DETAIL_V,  object_name:PA_XLA_BC_PKT_PO_DETAIL_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_XLA_BC_PKT_PO_DETAIL_V

  • View: PA_RCV_EXCEPTIONS_SUM_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_RCV_EXCEPTIONS_SUM_V,  object_name:PA_RCV_EXCEPTIONS_SUM_V,  status:VALID,  product: PA - Projectsdescription: PA_RCV_EXCEPTIONS_SUM_V is a view that summarizes the Purchasing Receipts that prevent a period from being closed. ,  implementation_dba_data: APPS.PA_RCV_EXCEPTIONS_SUM_V

  • View: PA_RCV_EXCEPTIONS_SUM_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_RCV_EXCEPTIONS_SUM_V,  object_name:PA_RCV_EXCEPTIONS_SUM_V,  status:VALID,  product: PA - Projectsdescription: PA_RCV_EXCEPTIONS_SUM_V is a view that summarizes the Purchasing Receipts that prevent a period from being closed. ,  implementation_dba_data: APPS.PA_RCV_EXCEPTIONS_SUM_V

  • View: PA_PROJ_AP_INV_DIST_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_PROJ_AP_INV_DIST_V,  object_name:PA_PROJ_AP_INV_DIST_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_PROJ_AP_INV_DIST_V

  • View: PA_PROJ_AP_INV_DISTRIBUTIONS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_PROJ_AP_INV_DISTRIBUTIONS,  object_name:PA_PROJ_AP_INV_DISTRIBUTIONS,  status:VALID,  product: PA - Projectsdescription: Project-related AP invoice distributions not yet in Oracle Projects. ,  implementation_dba_data: APPS.PA_PROJ_AP_INV_DISTRIBUTIONS

  • View: PA_PROJ_AP_INV_DISTRIBUTIONS 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_PROJ_AP_INV_DISTRIBUTIONS,  object_name:PA_PROJ_AP_INV_DISTRIBUTIONS,  status:VALID,  product: PA - Projectsdescription: Project-related AP invoice distributions not yet in Oracle Projects. ,  implementation_dba_data: APPS.PA_PROJ_AP_INV_DISTRIBUTIONS

  • Table: PA_TASKS 12.1.1

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_TASKS,  object_name:PA_TASKS,  status:VALID,  product: PA - Projectsdescription: User-defined subdivisions of project work ,  implementation_dba_data: PA.PA_TASKS

  • Table: PA_TASKS 12.2.2

    owner:PA,  object_type:TABLE,  fnd_design_data:PA.PA_TASKS,  object_name:PA_TASKS,  status:VALID,  product: PA - Projectsdescription: User-defined subdivisions of project work ,  implementation_dba_data: PA.PA_TASKS

  • View: PA_PROJ_PO_DISTRIBUTIONS 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS,  object_name:PA_PROJ_PO_DISTRIBUTIONS,  status:VALID,  product: PA - Projectsdescription: View for project-related uninvoiced purchase order distributions. The non-recoverable tax is added to the amount outstanding invoice values. ,  implementation_dba_data: APPS.PA_PROJ_PO_DISTRIBUTIONS

  • View: PA_PROJ_PO_DISTRIBUTIONS 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS,  object_name:PA_PROJ_PO_DISTRIBUTIONS,  status:VALID,  product: PA - Projectsdescription: View for project-related uninvoiced purchase order distributions. The non-recoverable tax is added to the amount outstanding invoice values. ,  implementation_dba_data: APPS.PA_PROJ_PO_DISTRIBUTIONS

  • View: PA_XLA_BC_PKT_AP_DETAIL_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_XLA_BC_PKT_AP_DETAIL_V,  object_name:PA_XLA_BC_PKT_AP_DETAIL_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_XLA_BC_PKT_AP_DETAIL_V

  • View: PA_XLA_BC_PKT_AP_DETAIL_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_XLA_BC_PKT_AP_DETAIL_V,  object_name:PA_XLA_BC_PKT_AP_DETAIL_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_XLA_BC_PKT_AP_DETAIL_V

  • View: PA_XLA_CDL_LINES_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_XLA_CDL_LINES_V,  object_name:PA_XLA_CDL_LINES_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_XLA_CDL_LINES_V

  • View: PA_XLA_CDL_LINES_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_XLA_CDL_LINES_V,  object_name:PA_XLA_CDL_LINES_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_XLA_CDL_LINES_V

  • View: PA_PROJ_PO_DISTRIBUTIONS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS_V,  object_name:PA_PROJ_PO_DISTRIBUTIONS_V,  status:VALID,  product: PA - Projectsimplementation_dba_data: APPS.PA_PROJ_PO_DISTRIBUTIONS_V