Search Results jtf_stores_b
Overview
The JTF_STORES_B table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the primary repository for storing the master details of a web store, which is a fundamental entity in the E-Business Suite's e-commerce and channel management architecture. This table holds the transactional, non-translatable attributes that define a store's operational and structural properties. Its role is critical for enabling storefront functionality, managing customer access points, and integrating with other CRM and order management components.
Key Information Stored
As the base table for store entities, JTF_STORES_B contains columns that define the store's identity, status, and configuration. The primary key, STORE_ID, uniquely identifies each store record. While the provided metadata does not list all columns, typical columns in such a base table include creation and last update dates (CREATION_DATE, LAST_UPDATE_DATE), the user IDs responsible for these actions (CREATED_BY, LAST_UPDATED_BY), and version control (OBJECT_VERSION_NUMBER). It would also store critical attributes such as the store's active status flag, associated inventory organization, default currency, and potentially references to operational templates or security profiles that govern the store's behavior and presentation.
Common Use Cases and Queries
This table is central to operations involving web store configuration and data retrieval. Common use cases include administering the list of available storefronts, associating stores with specific marketing sites or content, and driving the product catalog presentation for a given channel. A fundamental query involves joining the table with its descriptive translation table, JTF_STORES_TL, to retrieve a store's name and description in a desired language. For reporting, one might query all active stores to analyze channel setup.
- Sample Query: Retrieving active store details with English descriptions.
SELECT b.STORE_ID, tl.STORE_NAME, b.CREATION_DATE
FROM JTF.JTF_STORES_B b, JTF.JTF_STORES_TL tl
WHERE b.STORE_ID = tl.STORE_ID
AND tl.LANGUAGE = 'US'
AND b.STATUS = 'A';
Related Objects
The JTF_STORES_B table maintains defined relationships with several other key CRM objects, as documented in the metadata. It is the parent table in these relationships, with its primary key referenced as a foreign key elsewhere.
- JTF_STORES_TL: This is the translation table that stores language-specific descriptive information (like STORE_NAME and DESCRIPTION) for the records in JTF_STORES_B. They are joined on the STORE_ID column.
- JTF_MSITES_B: This table, which stores details about marketing sites, references JTF_STORES_B. The foreign key JTF_MSITES_B.STORE_ID links a marketing site to a specific web store, defining the storefront associated with that site.
-
Table: JTF_STORES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_B, object_name:JTF_STORES_B, status:VALID, product: JTF - CRM Foundation , description: Stores details of a WEB store. , implementation_dba_data: JTF.JTF_STORES_B ,
-
Table: JTF_STORES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_B, object_name:JTF_STORES_B, status:VALID, product: JTF - CRM Foundation , description: Stores details of a WEB store. , implementation_dba_data: JTF.JTF_STORES_B ,
-
APPS.JTF_STORE_GRP dependencies on JTF_STORES_B
12.1.1
-
APPS.JTF_MSITE_GRP dependencies on JTF_STORES_B
12.2.2
-
APPS.JTF_STORE_GRP dependencies on JTF_STORES_B
12.2.2
-
APPS.JTF_MSITE_GRP dependencies on JTF_STORES_B
12.1.1
-
VIEW: JTF.JTF_STORES_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_STORES_B#, status:VALID,
-
Table: JTF_STORES_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_TL, object_name:JTF_STORES_TL, status:VALID, product: JTF - CRM Foundation , description: Translation for JTF_STORES_B , implementation_dba_data: JTF.JTF_STORES_TL ,
-
Table: JTF_STORES_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_TL, object_name:JTF_STORES_TL, status:VALID, product: JTF - CRM Foundation , description: Translation for JTF_STORES_B , implementation_dba_data: JTF.JTF_STORES_TL ,
-
TRIGGER: APPS.JTF_STORES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_STORES_B+, status:VALID,
-
SYNONYM: APPS.JTF_STORES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_STORES_B, status:VALID,
-
TRIGGER: APPS.JTF_STORES_B+
12.2.2
-
SYNONYM: APPS.JTF_STORES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_STORES_B, status:VALID,
-
VIEW: APPS.JTF_STORES_VL
12.1.1
-
VIEW: APPS.JTF_STORES_VL
12.2.2
-
VIEW: JTF.JTF_STORES_B#
12.2.2
-
TABLE: JTF.JTF_STORES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_B, object_name:JTF_STORES_B, status:VALID,
-
APPS.JTF_STORE_GRP SQL Statements
12.1.1
-
APPS.JTF_STORE_GRP SQL Statements
12.2.2
-
TABLE: JTF.JTF_STORES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_B, object_name:JTF_STORES_B, status:VALID,
-
FUNCTION: APPS.JTF_STORES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:JTF_STORES_B=, status:VALID,
-
APPS.JTF_MSITE_GRP dependencies on JTF_MSITES_B_S1
12.1.1
-
FUNCTION: APPS.JTF_STORES_B=
12.2.2
-
APPS.JTF_MSITE_GRP dependencies on JTF_MSITES_B_S1
12.2.2
-
View: JTF_STORES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_STORES_VL, object_name:JTF_STORES_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_STORES_VL ,
-
Table: JTF_MSITES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_B, object_name:JTF_MSITES_B, status:VALID, product: JTF - CRM Foundation , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: JTF.JTF_MSITES_B ,
-
PACKAGE BODY: APPS.JTF_STORE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_STORE_GRP, status:VALID,
-
PACKAGE BODY: APPS.JTF_STORE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_STORE_GRP, status:VALID,
-
PACKAGE BODY: APPS.JTF_MSITE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_MSITE_GRP, status:VALID,
-
APPS.JTF_MSITE_GRP dependencies on DUAL
12.1.1
-
Table: JTF_MSITES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_B, object_name:JTF_MSITES_B, status:VALID, product: JTF - CRM Foundation , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: JTF.JTF_MSITES_B ,
-
APPS.JTF_MSITE_GRP dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.JTF_MSITE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_MSITE_GRP, status:VALID,
-
View: JTF_STORES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_STORES_VL, object_name:JTF_STORES_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_STORES_VL ,
-
APPS.JTF_STORE_GRP dependencies on JTF_STORES_TL
12.1.1
-
APPS.JTF_STORE_GRP dependencies on JTF_STORES_TL
12.2.2
-
PACKAGE BODY: APPS.JTF_STORE_GRP
12.1.1
-
PACKAGE BODY: APPS.JTF_STORE_GRP
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_MSITE_GRP dependencies on JTF_MSITES_B
12.2.2
-
TABLE: JTF.JTF_STORES_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_TL, object_name:JTF_STORES_TL, status:VALID,
-
TABLE: JTF.JTF_STORES_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_TL, object_name:JTF_STORES_TL, status:VALID,
-
APPS.JTF_MSITE_GRP dependencies on JTF_MSITES_B
12.1.1
-
VIEW: APPS.JTF_STORES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_STORES_VL, object_name:JTF_STORES_VL, status:VALID,
-
VIEW: APPS.JTF_STORES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_STORES_VL, object_name:JTF_STORES_VL, 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.2.2 DBA Data
12.2.2