Search Results okc_bus_doc_events_b
Overview
The OKC_BUS_DOC_EVENTS_B table is a foundational data dictionary table within the Oracle E-Business Suite Contracts Core (OKC) module. It functions as a master repository for valid business document events, which are predefined, system-recognized occurrences within the lifecycle of a contract or agreement. These events are not user-generated but are seeded by the application, with a distinct set of events defined for each type of business document (e.g., Sales Contract, Purchase Agreement). The table's primary role is to provide a standardized, referential list of events that other application components, such as deliverable scheduling, can utilize to trigger or anchor business logic and date calculations.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented relationships and primary key reveal the core structure. The central column is BUS_DOC_EVENT_ID, which serves as the primary key and unique identifier for each seeded event. Another critical column is BUS_DOC_TYPE, which acts as a foreign key linking to the OKC_BUS_DOC_TYPES_B table. This relationship ensures that each event is explicitly associated with a specific business document type. Typical data would include seeded rows for events like "Contract Signed," "Effective Date," "Termination Notice," or "Renewal Date," each tied to its applicable document type.
Common Use Cases and Queries
The primary use case for this table is to support the definition and management of deliverables and milestone dates in contracts. When configuring a deliverable, users can select a business document event as a relative anchor point for the start or end date. For example, a deliverable's start date could be configured as "30 days after the Contract Signed event." Common queries involve listing all available events for a given document type or validating event IDs used in configuration. A typical reporting query might join this table to deliverables to understand date dependencies.
- List all seeded events for a specific business document type:
SELECT * FROM okc_bus_doc_events_b WHERE bus_doc_type = 'SALES_ORDER'; - Find deliverables anchored to a specific event:
SELECT d.* FROM okc_deliverables d WHERE d.relative_st_date_event_id = <EVENT_ID>;
Related Objects
The table maintains defined relationships with other core Contracts tables, as per the provided metadata.
- OKC_BUS_DOC_TYPES_B: This table is referenced via the foreign key on the BUS_DOC_TYPE column. It defines the valid business document types for which events are seeded.
- OKC_DELIVERABLES: This table references OKC_BUS_DOC_EVENTS_B twice. The columns RELATIVE_ST_DATE_EVENT_ID and RELATIVE_END_DATE_EVENT_ID are foreign keys to BUS_DOC_EVENT_ID, allowing deliverables to use these seeded events as relative date anchors for scheduling.
-
Table: OKC_BUS_DOC_EVENTS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_B, object_name:OKC_BUS_DOC_EVENTS_B, status:VALID, product: OKC - Contracts Core , description: OKC_BUS_DOC_EVENTS stores valid business document events. These events are seeded per business document type. , implementation_dba_data: OKC.OKC_BUS_DOC_EVENTS_B ,
-
Table: OKC_BUS_DOC_EVENTS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_B, object_name:OKC_BUS_DOC_EVENTS_B, status:VALID, product: OKC - Contracts Core , description: OKC_BUS_DOC_EVENTS stores valid business document events. These events are seeded per business document type. , implementation_dba_data: OKC.OKC_BUS_DOC_EVENTS_B ,
-
APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_BUS_DOC_EVENTS_B
12.1.1
-
APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_BUS_DOC_EVENTS_B
12.2.2
-
APPS.OKC_MANAGE_DELIVERABLES_GRP dependencies on OKC_BUS_DOC_EVENTS_B
12.1.1
-
APPS.OKC_IMP_TERMS_TEMPLATES_PVT dependencies on OKC_BUS_DOC_EVENTS_B
12.2.2
-
APPS.OKC_BUS_DOC_EVENTS_PVT dependencies on OKC_BUS_DOC_EVENTS_B
12.2.2
-
APPS.OKC_TERMS_MIGRATE_GRP dependencies on OKC_BUS_DOC_EVENTS_B
12.2.2
-
APPS.OKC_BUS_DOC_EVENTS_PVT dependencies on OKC_BUS_DOC_EVENTS_B
12.1.1
-
APPS.OKC_MANAGE_DELIVERABLES_GRP dependencies on OKC_BUS_DOC_EVENTS_B
12.2.2
-
APPS.OKC_BUS_DOC_EVENTS_PVT SQL Statements
12.1.1
-
APPS.OKC_BUS_DOC_EVENTS_PVT SQL Statements
12.2.2
-
VIEW: OKC.OKC_BUS_DOC_EVENTS_B#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_BUS_DOC_EVENTS_B#, status:VALID,
-
View: OKC_BUS_DOC_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_V, object_name:OKC_BUS_DOC_EVENTS_V, status:VALID, product: OKC - Contracts Core , description: View definition for OKC_BUS_DOC_EVENTS_B and OKC_BUS_DOC_EVENTS_TL , implementation_dba_data: APPS.OKC_BUS_DOC_EVENTS_V ,
-
APPS.OKC_IMP_TERMS_TEMPLATES_PVT dependencies on OKC_BUS_DOC_TYPES_B
12.2.2
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_V
12.1.1
-
TRIGGER: APPS.OKC_BUS_DOC_EVENTS_B+
12.2.2
-
Table: OKC_DELIVERABLES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_DELIVERABLES, object_name:OKC_DELIVERABLES, status:VALID, product: OKC - Contracts Core , description: This table stores Deliverables and amendments to deliverables. , implementation_dba_data: OKC.OKC_DELIVERABLES ,
-
Table: OKC_DELIVERABLES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_DELIVERABLES, object_name:OKC_DELIVERABLES, status:VALID, product: OKC - Contracts Core , description: This table stores Deliverables and amendments to deliverables. , implementation_dba_data: OKC.OKC_DELIVERABLES ,
-
SYNONYM: APPS.OKC_BUS_DOC_EVENTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_BUS_DOC_EVENTS_B, status:VALID,
-
VIEW: OKC.OKC_BUS_DOC_EVENTS_B#
12.2.2
-
TRIGGER: APPS.OKC_BUS_DOC_EVENTS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:OKC_BUS_DOC_EVENTS_B+, status:VALID,
-
View: OKC_BUS_DOC_EVENTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_VL, object_name:OKC_BUS_DOC_EVENTS_VL, status:VALID, product: OKC - Contracts Core , description: View definition for OKC_BUS_DOC_EVENTS_B and OKC_BUS_DOC_EVENTS_TL , implementation_dba_data: APPS.OKC_BUS_DOC_EVENTS_VL ,
-
SYNONYM: APPS.OKC_BUS_DOC_EVENTS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_BUS_DOC_EVENTS_B, status:VALID,
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_V
12.2.2
-
View: OKC_BUS_DOC_EVENTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_VL, object_name:OKC_BUS_DOC_EVENTS_VL, status:VALID, product: OKC - Contracts Core , description: View definition for OKC_BUS_DOC_EVENTS_B and OKC_BUS_DOC_EVENTS_TL , implementation_dba_data: APPS.OKC_BUS_DOC_EVENTS_VL ,
-
View: OKC_BUS_DOC_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_V, object_name:OKC_BUS_DOC_EVENTS_V, status:VALID, product: OKC - Contracts Core , description: View definition for OKC_BUS_DOC_EVENTS_B and OKC_BUS_DOC_EVENTS_TL , implementation_dba_data: APPS.OKC_BUS_DOC_EVENTS_V ,
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_VL
12.1.1
-
PACKAGE BODY: APPS.OKC_BUS_DOC_EVENTS_PVT
12.2.2
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_VL
12.2.2
-
FUNCTION: APPS.OKC_BUS_DOC_EVENTS_B=
12.2.2
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_V, object_name:OKC_BUS_DOC_EVENTS_V, status:VALID,
-
PACKAGE BODY: APPS.OKC_BUS_DOC_EVENTS_PVT
12.1.1
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_V, object_name:OKC_BUS_DOC_EVENTS_V, status:VALID,
-
TABLE: OKC.OKC_BUS_DOC_EVENTS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_TL, object_name:OKC_BUS_DOC_EVENTS_TL, status:VALID,
-
FUNCTION: APPS.OKC_BUS_DOC_EVENTS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:OKC_BUS_DOC_EVENTS_B=, status:VALID,
-
TABLE: OKC.OKC_BUS_DOC_EVENTS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_TL, object_name:OKC_BUS_DOC_EVENTS_TL, status:VALID,
-
TABLE: OKC.OKC_BUS_DOC_EVENTS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_B, object_name:OKC_BUS_DOC_EVENTS_B, status:VALID,
-
APPS.OKC_IMP_TERMS_TEMPLATES_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_VL, object_name:OKC_BUS_DOC_EVENTS_VL, status:VALID,
-
TABLE: OKC.OKC_BUS_DOC_EVENTS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_B, object_name:OKC_BUS_DOC_EVENTS_B, status:VALID,
-
Table: OKC_BUS_DOC_TYPES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_TYPES_B, object_name:OKC_BUS_DOC_TYPES_B, status:VALID, product: OKC - Contracts Core , description: Stores all business document types and preferences related to those documents. This information is seeded by each product team that integrates with Oracle Contracts to implement Contract authoring. , implementation_dba_data: OKC.OKC_BUS_DOC_TYPES_B ,
-
PACKAGE BODY: APPS.OKC_BUS_DOC_EVENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_BUS_DOC_EVENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_BUS_DOC_EVENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_BUS_DOC_EVENTS_PVT, status:VALID,
-
VIEW: APPS.OKC_BUS_DOC_EVENTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_BUS_DOC_EVENTS_VL, object_name:OKC_BUS_DOC_EVENTS_VL, status:VALID,
-
Table: OKC_BUS_DOC_TYPES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_TYPES_B, object_name:OKC_BUS_DOC_TYPES_B, status:VALID, product: OKC - Contracts Core , description: Stores all business document types and preferences related to those documents. This information is seeded by each product team that integrates with Oracle Contracts to implement Contract authoring. , implementation_dba_data: OKC.OKC_BUS_DOC_TYPES_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_TERMS_MIGRATE_GRP dependencies on OKC_BUS_DOC_TYPES_B
12.2.2
-
PACKAGE BODY: APPS.OKC_MANAGE_DELIVERABLES_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_MANAGE_DELIVERABLES_GRP, status:VALID,