Search Results okc_folders_all_b
Overview
The OKC_FOLDERS_ALL_B table is a core data object within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the primary repository for storing folder definitions at an organizational level. These folders are structural containers used to organize and manage contract articles, clauses, and other related content within the application. Historically, prior to release 11.5.10, this functionality was managed through the FND_LOOKUP_VALUES table, where folders were known as "Article Sets." The migration to a dedicated table underscores its importance in the content management architecture of Oracle Contracts, providing a more robust and scalable framework for classifying and grouping contractual boilerplate text.
Key Information Stored
While the provided ETRM metadata does not list specific columns, based on its function and standard Oracle EBS design patterns, the table typically stores attributes essential for defining and identifying a folder. Key columns would include a unique identifier (likely FOLDER_ID), the folder's name or code (FOLDER_NAME), a description, and an identifier for the owning organization (ORG_ID), as indicated by the "_ALL_B" suffix which denotes multi-organization support. It would also contain standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for auditing, and a column to track the active status (e.g., ACTIVE_FLAG or ENABLED_FLAG) of the folder record.
Common Use Cases and Queries
The primary use case is the administrative setup and maintenance of folders used to categorize contract templates and standard clauses. This enables users to efficiently browse and select pre-approved content during contract authoring. Common reporting needs involve listing all active folders for a given operating unit or validating folder usage. A typical query pattern would be:
- Retrieving active folders for a specific organization:
SELECT folder_name, description FROM okc_folders_all_b WHERE org_id = :org_id AND enabled_flag = 'Y' ORDER BY folder_name; - Identifying folders that may be referenced by contract articles or templates, often requiring a join to related content tables like OKC_ARTICLE_VERSIONS_B.
Related Objects
The table is central to the Contracts Core data model. It maintains a direct relationship with objects that store the actual content classified within these folders. Key related objects include:
- OKC_ARTICLE_VERSIONS_B: This table stores the versions of contract articles and clauses. It would typically contain a foreign key column (e.g., FOLDER_ID) referencing OKC_FOLDERS_ALL_B.FOLDER_ID, linking each article to its organizational folder.
- OKC_TEMPLATES_B / OKC_TEMPLATE_VERSIONS_B: Contract templates and their versions likely reference folders to organize template libraries, using a similar foreign key relationship.
- FND_LOOKUP_VALUES (Historical): As noted in the documentation, this was the predecessor storage location for folder data ("Article Sets") prior to 11.5.10.
-
Table: OKC_FOLDERS_ALL_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDERS_ALL_B, object_name:OKC_FOLDERS_ALL_B, status:VALID, product: OKC - Contracts Core , description: This table stores the folders created for an organization. Prior to 11.5.10, folders were stored in FND_LOOKUP_VALUES and were referred to as "Article Sets". , implementation_dba_data: OKC.OKC_FOLDERS_ALL_B ,
-
Table: OKC_FOLDERS_ALL_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDERS_ALL_B, object_name:OKC_FOLDERS_ALL_B, status:VALID, product: OKC - Contracts Core , description: This table stores the folders created for an organization. Prior to 11.5.10, folders were stored in FND_LOOKUP_VALUES and were referred to as "Article Sets". , implementation_dba_data: OKC.OKC_FOLDERS_ALL_B ,
-
APPS.OKC_FOLDERS_PVT dependencies on OKC_FOLDERS_ALL_B
12.2.2
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_FOLDERS_ALL_B
12.2.2
-
APPS.OKC_ARTICLES_GRP dependencies on OKC_FOLDERS_ALL_B
12.1.1
-
APPS.OKC_ARTICLES_GRP dependencies on OKC_FOLDERS_ALL_B
12.2.2
-
APPS.OKC_FOLDERS_PVT dependencies on OKC_FOLDERS_ALL_B
12.1.1
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_FOLDERS_ALL_B
12.1.1
-
VIEW: OKC.OKC_FOLDERS_ALL_B#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_FOLDERS_ALL_B#, status:VALID,
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on FND_LOOKUP_VALUES
12.1.1
-
SYNONYM: APPS.OKC_FOLDERS_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_FOLDERS_ALL_B, status:VALID,
-
VIEW: APPS.OKC_FOLDERS_ALL_VL
12.2.2
-
VIEW: APPS.OKC_FOLDERS_ALL_B_DFV
12.2.2
-
VIEW: APPS.OKC_FOLDERS_ALL_B_DFV
12.1.1
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.OKC_FOLDERS_PVT SQL Statements
12.2.2
-
APPS.OKC_FOLDERS_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.OKC_FOLDERS_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_FOLDERS_ALL_B, status:VALID,
-
VIEW: OKC.OKC_FOLDERS_ALL_B#
12.2.2
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_STD_ART_SET_MEMS
12.2.2
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_STD_ART_SET_MEMS
12.1.1
-
VIEW: APPS.OKC_FOLDERS_ALL_VL
12.1.1
-
Table: OKC_FOLDER_CONTENTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDER_CONTENTS, object_name:OKC_FOLDER_CONTENTS, status:VALID, product: OKC - Contracts Core , description: This table stores the clauses associated to a folder. This replaces the table OKC_STD_ART_SET_MEMS used in releases prior to 11.5.10. , implementation_dba_data: OKC.OKC_FOLDER_CONTENTS ,
-
VIEW: APPS.OKC_FOLDERS_ALL_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OKC_FOLDERS_ALL_B_DFV, status:VALID,
-
TABLE: OKC.OKC_FOLDERS_ALL_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDERS_ALL_B, object_name:OKC_FOLDERS_ALL_B, status:VALID,
-
VIEW: APPS.OKC_FOLDERS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_FOLDERS_ALL_VL, object_name:OKC_FOLDERS_ALL_VL, status:VALID,
-
SYNONYM: APPS.OKC_FOLDERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_FOLDERS_B, status:VALID,
-
VIEW: APPS.OKC_FOLDERS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_FOLDERS_ALL_VL, object_name:OKC_FOLDERS_ALL_VL, status:VALID,
-
View: OKC_ART_SET_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_SET_NAMES_V, object_name:OKC_ART_SET_NAMES_V, status:VALID, product: OKC - Contracts Core , description: View created for backward compatibility based on Folders , implementation_dba_data: APPS.OKC_ART_SET_NAMES_V ,
-
PACKAGE BODY: APPS.OKC_FOLDERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_FOLDERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_FOLDERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_FOLDERS_PVT, status:VALID,
-
SYNONYM: APPS.OKC_FOLDERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_FOLDERS_B, status:VALID,
-
View: OKC_FOLDERS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_FOLDERS_ALL_VL, object_name:OKC_FOLDERS_ALL_VL, status:VALID, product: OKC - Contracts Core , description: Folders View for all Organizations. , implementation_dba_data: APPS.OKC_FOLDERS_ALL_VL ,
-
View: OKC_FOLDERS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_FOLDERS_ALL_VL, object_name:OKC_FOLDERS_ALL_VL, status:VALID, product: OKC - Contracts Core , description: Folders View for all Organizations. , implementation_dba_data: APPS.OKC_FOLDERS_ALL_VL ,
-
PACKAGE BODY: APPS.OKC_FOLDERS_PVT
12.2.2
-
VIEW: APPS.OKC_FOLDERS_ALL_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OKC_FOLDERS_ALL_B_DFV, status:VALID,
-
TABLE: OKC.OKC_FOLDERS_ALL_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDERS_ALL_B, object_name:OKC_FOLDERS_ALL_B, status:VALID,
-
PACKAGE BODY: APPS.OKC_ARTICLES_MIGRATE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTICLES_MIGRATE_GRP, status:VALID,
-
APPS.OKC_ARTICLES_GRP dependencies on OKC_FOLDER_CONTENTS
12.2.2
-
PACKAGE BODY: APPS.OKC_FOLDERS_PVT
12.1.1
-
APPS.OKC_FOLDERS_PVT dependencies on OKC_FOLDERS_ALL_TL
12.1.1
-
APPS.OKC_FOLDERS_PVT dependencies on OKC_FOLDERS_ALL_TL
12.2.2
-
PACKAGE BODY: APPS.OKC_ARTICLES_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTICLES_GRP, status:VALID,
-
PACKAGE BODY: APPS.OKC_ARTICLES_MIGRATE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTICLES_MIGRATE_GRP, status:VALID,
-
APPS.OKC_ARTICLES_GRP dependencies on OKC_FOLDER_CONTENTS
12.1.1
-
PACKAGE BODY: APPS.OKC_ARTICLES_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTICLES_GRP, status:VALID,
-
TABLE: OKC.OKC_FOLDER_CONTENTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDER_CONTENTS, object_name:OKC_FOLDER_CONTENTS, status:VALID,
-
TABLE: OKC.OKC_FOLDER_CONTENTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDER_CONTENTS, object_name:OKC_FOLDER_CONTENTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1