Search Results okc_statuses_b
Overview
The OKC_STATUSES_B table is a core reference table within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the master repository for user-defined status codes that define the lifecycle state of contracts and their associated components. As a foundational data object, it provides a centralized, validated list of statuses that ensure data integrity and consistent workflow management across the entire contracts ecosystem. Its role is critical for tracking the progression of contract headers, lines, and amendments, as well as for historical auditing of status changes.
Key Information Stored
The primary data stored in OKC_STATUSES_B is the status code and its associated attributes. The table's structure is centered on the CODE column, which serves as the unique identifier and primary key (OKC_STATUSES_B_PK). While the provided ETRM metadata does not list all columns, typical columns in such a status table would include a NAME or DESCRIPTION for the status, an ACTIVE_FLAG to control its availability, and potentially a TYPE or CATEGORY to classify statuses (e.g., for headers versus lines). The data is defined during implementation to reflect the organization's specific contract management processes.
Common Use Cases and Queries
The primary use case is to query and validate the status of contract entities. Common reporting and operational queries involve joining this table to major transaction tables to translate status codes into meaningful descriptions. For instance, to generate a list of all contracts with their current status, one would join OKC_K_HEADERS_B to OKC_STATUSES_B. A sample query pattern is:
SELECT kh.contract_number, s.code, s.name FROM okc_k_headers_b kh, okc_statuses_b s WHERE kh.sts_code = s.code;
Another critical use is auditing status history, which involves joining the OKC_K_HISTORY_B table twice to OKC_STATUSES_B to resolve both the "from" and "to" status codes into readable values for change tracking reports.
Related Objects
As indicated by the foreign key relationships in the metadata, OKC_STATUSES_B is a key reference table for several major transaction tables in the Contracts module. The primary related objects are:
- OKC_K_HEADERS_B: Stores contract headers, referencing a status code via
STS_CODE. - OKC_K_LINES_B: Stores contract lines, referencing a status code via
STS_CODE. - OKC_K_HISTORY_B: Logs status change history, referencing status codes in both the
STS_CODE_FROMandSTS_CODE_TOcolumns. - OKC_ASSENTS: Stores contract assent records, referencing a status code via
STS_CODE.
These relationships enforce referential integrity, ensuring that any status code used in a contract transaction exists in the OKC_STATUSES_B master table.
-
Table: OKC_STATUSES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STATUSES_B, object_name:OKC_STATUSES_B, status:VALID, product: OKC - Contracts Core , description: User defined values that define a contract's status. , implementation_dba_data: OKC.OKC_STATUSES_B ,
-
Table: OKC_STATUSES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STATUSES_B, object_name:OKC_STATUSES_B, status:VALID, product: OKC - Contracts Core , description: User defined values that define a contract's status. , implementation_dba_data: OKC.OKC_STATUSES_B ,
-
APPS.OKL_CS_LC_CONTRACT_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_POOL_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_AM_RESTRUCTURE_RENTS_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_AUTO_INSURANCE_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_LA_PAYMENTS_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_PROPERTY_TAX_STATEMENT_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_ACCRUAL_SEC_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_EVERGREEN_BILLING_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKS_MASSCHANGE_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKS_K_ACTIONS_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKC_CREATE_PO_FROM_K_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKC_OPPORTUNITY_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_LA_STREAM_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_VP_OA_WF dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_QA_SECURITIZATION dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_INS_QUOTE_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_AM_CALC_QUOTE_STREAM_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKS_FULFILL dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_REPORT_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_VARIABLE_INT_UTIL_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKC_OKS_PUB dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKC_OC_INT_KTQ_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_PROPERTY_TAX_STATEMENT_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKI_REFRESH_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKE_CONTRACT_PUB dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_STREAMS_RECON_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKC_HST_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.ASP_ALERTS_SVC_CONTRACT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKC_OC_INT_KTQ_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKC_OKS_PUB dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKS_IB_UTIL_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKS_SETUP_UTIL_PUB dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKS_COPY_CONTRACT_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKS_CHANGE_STATUS_PVT dependencies on OKC_STATUSES_B
12.1.1
-
APPS.OKL_LA_SALES_TAX_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKS_RENCON_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_LA_STREAM_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKE_CHANGE_STATUS_PUB dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_DAILY_INTEREST_CALC_PVT dependencies on OKC_STATUSES_B
12.2.2
-
APPS.OKL_REBOOK_CM_PVT dependencies on OKC_STATUSES_B
12.2.2