Search Results oks_bsd_pr
Overview
OKS_BSD_PR is a transactional detail table within the Oracle Service Contracts (OKS) module of Oracle E-Business Suite, present in releases 12.1.1 and 12.2.2. The table stores the detail of quantities and monetary amounts, whether regular or adjustment, that underlie service contract billing schedules. Each row captures a measured or computed value — a quantity, reading, or amount — that contributes to a billing schedule line or is applied against another billing schedule detail row. The table resides in the OKS schema and is composed of 43 documented columns, including the standard EBS audit and descriptive flexfield attribute columns.
From a dimensional modeling perspective, the foreign key structure suggests a satellite-leaning classification. The table carries a surrogate primary key (ID) and several self-referencing and cross-referencing foreign keys (BSD_ID, BSD_ID_APPLIED, BSL_ID, BSL_ID_AVERAGED), which is characteristic of a satellite attached to a billing schedule hub or link rather than a standalone hub. This classification is a heuristic derived from the FK graph and should be treated as a modeling suggestion rather than an authoritative Data Vault designation.
Key Information Stored
The table's grain is a single billing schedule detail record. The most significant columns are:
- ID — surrogate primary key, enforced by OKS_BSD_PR_PK and uniquely indexed by OKS_BSD_PR_U1, the documented business-key candidate.
- BSD_ID and BSD_ID_APPLIED — foreign keys to OKS_BSD_PR itself, linking the detail to its parent billing schedule detail and, where applicable, to the record against which an adjustment is applied.
- BSL_ID and BSL_ID_AVERAGED — foreign keys to OKS_BSL_PR, tying the detail to billing schedule lines and to averaged line references.
- AMOUNT and RESULT — the monetary value and computed outcome of the detail row.
- UNIT_OF_MEASURE, ESTIMATED_QUANTITY, ACTUAL, FIXED, DEFAULT_DEFAULT — quantity and valuation attributes governing how the line is measured and priced.
- START_READING, END_READING, BASE_READING — meter or counter readings used for usage-based billing calculations.
- ADJUSTMENT_LEVEL, ADJUSTMENT_MINIMUM, AMCV_YN — control flags identifying adjustments and their thresholds.
- SECURITY_GROUP_ID, CCR_ID, CGR_ID — security and vendor/customer grouping references, including a foreign key to FV_CCR_VENDORS.
- OBJECT_VERSION_NUMBER, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard EBS concurrency and audit columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — descriptive flexfield storage.
Common Use Cases and Queries
Typical reporting scenarios include reconciling billing schedule amounts, auditing adjustments, and tracing usage readings to invoiced quantities. A common join pattern links details to their schedule lines:
- Select BSD_ID, BSL_ID, AMOUNT, RESULT from OKS_BSD_PR where BSD_ID equals a supplied schedule detail identifier, ordered by ID.
- Join OKS_BSD_PR to OKS_BSL_PR on BSL_ID = BSL_ID to report quantities and amounts per billing schedule line.
- Filter on ADJUSTMENT_LEVEL IS NOT NULL to isolate adjustment rows, and reference BSD_ID_APPLIED to identify the adjusted original detail.
- Aggregate ESTIMATED_QUANTITY versus ACTUAL across UNIT_OF_MEASURE to compare forecast and realized usage.
Related Objects
- OKS_BSD_PR — self-referencing via BSD_ID and BSD_ID_APPLIED for parent and applied-adjustment relationships.
- OKS_BSL_PR — referenced through BSL_ID and BSL_ID_AVERAGED; the billing schedule line parent.
- FND_SECURITY_GROUPS — referenced through SECURITY_GROUP_ID for row-level security.
- FV_CCR_VENDORS — referenced through CCR_ID for vendor context.
- OKS_BSD_PR_PK and OKS_BSD_PR_U1 — primary key and unique index enforcing identity on ID.
-
Table: OKS_BSD_PR
12.2.2
owner:OKS, object_type:TABLE, fnd_design_data:OKS.OKS_BSD_PR, object_name:OKS_BSD_PR, status:VALID, product: OKS - Service Contracts , description: The detail of quantities and monetary amounts either regular or adjustment. , implementation_dba_data: OKS.OKS_BSD_PR ,
-
Table: OKS_BSD_PR
12.1.1
owner:OKS, object_type:TABLE, fnd_design_data:OKS.OKS_BSD_PR, object_name:OKS_BSD_PR, status:VALID, product: OKS - Service Contracts , description: The detail of quantities and monetary amounts either regular or adjustment. , implementation_dba_data: OKS.OKS_BSD_PR ,
-
VIEW: OKS.OKS_BSD_PR#
12.2.2
owner:OKS, object_type:VIEW, object_name:OKS_BSD_PR#, status:VALID,
-
Table: OKS_BSL_PR
12.1.1
owner:OKS, object_type:TABLE, fnd_design_data:OKS.OKS_BSL_PR, object_name:OKS_BSL_PR, status:VALID, product: OKS - Service Contracts , description: Related to a lower level contract line eg. coverage level or product. , implementation_dba_data: OKS.OKS_BSL_PR ,
-
SYNONYM: APPS.OKS_BSD_PR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKS_BSD_PR, status:VALID,
-
Table: OKS_BSL_PR
12.2.2
owner:OKS, object_type:TABLE, fnd_design_data:OKS.OKS_BSL_PR, object_name:OKS_BSL_PR, status:VALID, product: OKS - Service Contracts , description: Related to a lower level contract line eg. coverage level or product. , implementation_dba_data: OKS.OKS_BSL_PR ,
-
SYNONYM: APPS.OKS_BSD_PR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKS_BSD_PR, status:VALID,
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT SQL Statements
12.1.1
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT SQL Statements
12.2.2
-
VIEW: OKS.OKS_BSD_PR#
12.2.2
-
PACKAGE: APPS.OKS_BSD_PRINT_PREVIEW_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKS_BSD_PRINT_PREVIEW_PVT, status:VALID,
-
PACKAGE: APPS.OKS_BSD_PRINT_PREVIEW_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKS_BSD_PRINT_PREVIEW_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_BSD_PRINT_PREVIEW_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BSD_PRINT_PREVIEW_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.OKS_BSD_PRINT_PREVIEW_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BSD_PRINT_PREVIEW_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
View: OKS_BSD_PR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_BSD_PR_V, object_name:OKS_BSD_PR_V, status:VALID, product: OKS - Service Contracts , description: View for table OKS_BSD_PR , implementation_dba_data: APPS.OKS_BSD_PR_V ,
-
View: OKS_BSD_PR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_BSD_PR_V, object_name:OKS_BSD_PR_V, status:VALID, product: OKS - Service Contracts , description: View for table OKS_BSD_PR , implementation_dba_data: APPS.OKS_BSD_PR_V ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKS_BILLING_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BILLING_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKS_BILLING_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BILLING_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKS_BILL_REC_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BILL_REC_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKS_BILL_REC_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BILL_REC_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKS_BSD_PRINT_PREVIEW_PVT
12.2.2
-
TABLE: OKS.OKS_BSD_PR
12.1.1
owner:OKS, object_type:TABLE, fnd_design_data:OKS.OKS_BSD_PR, object_name:OKS_BSD_PR, status:VALID,
-
TABLE: OKS.OKS_BSD_PR
12.2.2
owner:OKS, object_type:TABLE, fnd_design_data:OKS.OKS_BSD_PR, object_name:OKS_BSD_PR, status:VALID,
-
PACKAGE BODY: APPS.OKS_BSD_PRINT_PREVIEW_PVT
12.1.1
-
APPS.OKS_BILLING_PUB dependencies on OKS_BSD_PR
12.1.1
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT dependencies on OKS_BSD_PR
12.2.2
-
APPS.OKS_BILL_REC_PUB dependencies on OKS_BSD_PR
12.1.1
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT dependencies on OKS_BSD_PR
12.2.2
-
eTRM - OKS Tables and Views
12.2.2
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT dependencies on OKS_BSD_PR
12.1.1
-
APPS.OKS_BILLING_PUB dependencies on OKS_BSD_PR
12.2.2
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT dependencies on OKS_BSD_PR
12.1.1
-
APPS.OKS_BILL_REC_PUB dependencies on OKS_BSD_PR
12.2.2
-
eTRM - OKS Tables and Views
12.1.1
description: Stores the template set information. ,
-
APPS.OKS_BILLING_PUB SQL Statements
12.2.2
-
APPS.OKS_BILL_REC_PUB SQL Statements
12.1.1
-
APPS.OKS_BILL_REC_PUB SQL Statements
12.2.2
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT dependencies on OKC_UTIL
12.2.2
-
APPS.OKS_BSD_PRINT_PREVIEW_PVT dependencies on OKC_UTIL
12.1.1
-
APPS.OKS_BILLING_PUB dependencies on OKS_BSL_PR
12.2.2