Search Results okc_std_articles_v
Overview
OKC_STD_ARTICLES_V is a backward-compatibility view owned by the APPS schema in Oracle E-Business Suite contracts core (OKC). It is documented as a backward-compatible view for the OKC_ARTICLES_ALL table and resides in the APPS schema, with a status of VALID. The view is designed to present standard contract articles — reusable, centrally maintained clause text — in the legacy column layout that older OKC code, reports, and integrations expect. The view exists because the underlying article storage model was reorganized around OKC_ARTICLES_ALL; rather than force every dependent object to be rewritten, Oracle exposes the legacy row shape through this view. A defining characteristic of the view is its filter: it returns only rows where STANDARD_YN = 'Y', so it exclusively surfaces standard articles rather than one-off, locally authored clauses. The view also applies an access check through MO_GLOBAL.CHECK_ACCESS so that only articles accessible to the current operating unit context are returned. Because the view exposes a ROWID-based ROW_ID and an ID alias, the output closely resembles the pre-consolidation OKC_ARTICLES structure, which is precisely the shape used by legacy forms, concurrent programs, and interface extracts.
Underlying Base Objects
The view is defined over the OKC_ARTICLES_ALL synonym, aliased as ART, which supplies all projected columns. It also references the OKC_ARTICLES synonym in the WHERE clause, the OKC_ARTICLE_ADOPTIONS and OKC_ARTICLE_VERSIONS synonyms through a correlated UNION ALL subquery, and the MO_GLOBAL package for the access check. The documented base references are OKC_ARTICLES_ALL, OKC_ARTICLES, OKC_ARTICLE_ADOPTIONS, OKC_ARTICLE_VERSIONS (all synonyms), and MO_GLOBAL (package). The subquery establishes visibility in two ways: directly, when a matching standard row exists in OKC_ARTICLES, and indirectly, when the article has been adopted by a local organization (via OKC_ARTICLE_ADOPTIONS joined to OKC_ARTICLE_VERSIONS on GLOBAL_ARTICLE_VERSION_ID = ARTICLE_VERSION_ID) and MO_GLOBAL.CHECK_ACCESS returns 'Y' for that adoption's LOCAL_ORG_ID. This dual path lets globally maintained standard articles flow to operating units that have adopted them, while still filtering out articles outside the user's access. In effect, the view is a security- and standardization-filtered projection of the global article repository.
Key Columns
- ROW_ID — derived from ART.ROWID, providing the legacy row identifier.
- ID — alias for ARTICLE_ID, the primary article key.
- OBJECT_VERSION_NUMBER — optimistic locking / concurrency column.
- SFWT_FLAG — a literal 'N' constant retained for compatibility with legacy consumers.
- SBT_CODE — alias for ARTICLE_TYPE, the article/clause type code.
- NAME — alias for ARTICLE_TITLE, the article's display title.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — the standard DFF/attribute columns carried through unchanged for descriptive flexfield values.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard WHO columns for audit and change tracking.
Common Use Cases and Queries
Typical uses include legacy report queries, migration or extract scripts that must reproduce the pre-consolidation article layout, and diagnostics of which standard articles are visible in the current operating unit context.
SELECT id, name, sbt_code, last_update_date FROM apps.okc_std_articles_v WHERE sbt_code = :p_article_type ORDER BY name;
Because visibility depends on MO_GLOBAL.CHECK_ACCESS, initialize the operating unit context before querying:
BEGIN
mo_global.init('OKC');
mo_global.set_policy_context('S', :p_org_id);
END;
SELECT id, name
FROM apps.okc_std_articles_v;
For adoption tracing, join ID back to OKC_ARTICLES_ALL or OKC_ARTICLE_VERSIONS on ARTICLE_ID. Note that STANDARD_YN = 'Y' and the access-check predicate are enforced internally; callers cannot retrieve non-standard or inaccessible articles through this view.
-
View: OKC_STD_ARTICLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ARTICLES_V, object_name:OKC_STD_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: Backward compatible View for table OKC_ARTICLES_ALL , implementation_dba_data: APPS.OKC_STD_ARTICLES_V ,
-
View: OKC_STD_ARTICLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ARTICLES_V, object_name:OKC_STD_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: Backward compatible View for table OKC_ARTICLES_ALL , implementation_dba_data: APPS.OKC_STD_ARTICLES_V ,
-
VIEW: APPS.OKL_VP_STD_ARTICLES_UV
12.1.1
-
View: OKR_SECTION_CONTENTS_V
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View on okc_section_contents_v , okc_k_articles_v , okc_std_art_versions_v , okc_std_articles_v , fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
View: OKR_SECTION_CONTENTS_V
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View on okc_section_contents_v , okc_k_articles_v , okc_std_art_versions_v , okc_std_articles_v , fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
View: OKR_SECTION_CONTENTS_HV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View on okc_section_contents_hv , okc_k_articles_hv, okc_std_art_versions_v , okc_std_articles_v , fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_ARTICLES_CV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View for okr_k_articles_v, okc_std_art_versions_v, okc_std_articles_v, fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_VP_STD_ARTICLES_UV
12.2.2
-
VIEW: APPS.OKE_K_ARTICLES_V
12.2.2
-
View: OKR_K_ARTICLES_HCV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View for okr_k_articles_v, okc_std_art_versions_v, okc_std_articles_v, fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_ARTICLES_HCV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View for okr_k_articles_v, okc_std_art_versions_v, okc_std_articles_v, fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKE_K_ARTICLES_HV
12.1.1
-
View: OKR_SECTION_CONTENTS_HV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View on okc_section_contents_hv , okc_k_articles_hv, okc_std_art_versions_v , okc_std_articles_v , fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_ARTICLES_CV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View for okr_k_articles_v, okc_std_art_versions_v, okc_std_articles_v, fnd_lookups , implementation_dba_data: Not implemented in this database ,
-
View: OKR_STD_ARTICLES_CV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View on OKC_STD_ART_VERSIONS_V ,OKC_STD_ARTICLES_V V, FND_LOOKUPS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKE_K_ARTICLES_HV
12.2.2
-
VIEW: APPS.OKE_K_ARTICLES_V
12.1.1
-
View: OKR_STD_ARTICLES_CV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View on OKC_STD_ART_VERSIONS_V ,OKC_STD_ARTICLES_V V, FND_LOOKUPS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKC_STD_ART_LOOKUP_V
12.1.1
-
VIEW: APPS.OKC_STD_ART_LOOKUP_V
12.2.2
-
VIEW: APPS.OKL_K_ARTICLES_UV
12.1.1
-
VIEW: APPS.OKL_K_ARTICLES_UV
12.2.2
-
View: OKL_VP_STD_ARTICLES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_STD_ARTICLES_UV, object_name:OKL_VP_STD_ARTICLES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_VP_STD_ARTICLES_UV ,
-
View: OKL_VP_STD_ARTICLES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_STD_ARTICLES_UV, object_name:OKL_VP_STD_ARTICLES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_VP_STD_ARTICLES_UV ,
-
SYNONYM: APPS.OKC_ARTICLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ARTICLES, status:VALID,
-
SYNONYM: APPS.OKC_ARTICLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_ARTICLES, status:VALID,
-
APPS.OKL_MASTER_LEASE_AGREEMENT_PUB SQL Statements
12.2.2
-
APPS.OKL_MASTER_LEASE_AGREEMENT_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKL_ARTICLE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ARTICLE_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKC_K_ARTICLE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_K_ARTICLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_K_ARTICLE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_K_ARTICLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_VP_K_ARTICLE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_K_ARTICLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_VP_K_ARTICLE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_K_ARTICLE_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_VP_K_ARTICLE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_K_ARTICLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKE_CONTRACT_PRINTING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_CONTRACT_PRINTING_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKC_SAE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_SAE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ARTICLE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ARTICLE_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKE_CONTRACT_PRINTING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_CONTRACT_PRINTING_PKG, status:VALID,
-
PACKAGE: APPS.OKC_SAE_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_SAE_PVT, status:VALID,
-
PACKAGE: APPS.OKC_SAE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_SAE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_VENDOR_AGREEMENT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VENDOR_AGREEMENT_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_VENDOR_AGREEMENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VENDOR_AGREEMENT_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_VP_K_ARTICLE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_K_ARTICLE_PUB, status:VALID,
-
View: OKC_STD_ART_LOOKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_LOOKUP_V, object_name:OKC_STD_ART_LOOKUP_V, status:VALID, product: OKC - Contracts Core , description: Standard Articles View , implementation_dba_data: APPS.OKC_STD_ART_LOOKUP_V ,
-
VIEW: APPS.OKL_VP_STD_ARTICLES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_STD_ARTICLES_UV, object_name:OKL_VP_STD_ARTICLES_UV, status:VALID,
-
APPS.OKL_VENDOR_AGREEMENT_PUB SQL Statements
12.1.1
-
SYNONYM: APPS.OKC_ARTICLE_ADOPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ARTICLE_ADOPTIONS, status:VALID,
-
PACKAGE BODY: APPS.OKC_SAE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_SAE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_K_ARTICLE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_K_ARTICLE_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_MASTER_LEASE_AGREEMENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_MASTER_LEASE_AGREEMENT_PUB, status:VALID,