Search Results jtf_notes_b
Overview
The JTF_NOTES_B table is a core data object within the Oracle E-Business Suite (EBS) CRM technology stack, specifically belonging to the JTF (CRM Foundation) product family. As the non-translated base table for the Notes module, it serves as the central repository for the structural metadata of all notes created across the application. Its primary role is to store the invariant, language-independent attributes of a note, enabling the attachment of descriptive text and contextual information to virtually any business entity within EBS, such as service requests, leads, opportunities, and custom objects. This functionality is fundamental to supporting audit trails, collaboration, and customer interaction history.
Key Information Stored
The table's design centers on uniquely identifying a note and defining its relationship to other application entities. The primary key is the JTF_NOTE_ID, a unique system-generated identifier for each note record. Critical relational columns include SOURCE_OBJECT_CODE and SOURCE_OBJECT_ID, which together implement a generic foreign key mechanism. The SOURCE_OBJECT_CODE references an object definition in JTF_OBJECTS_B, while SOURCE_OBJECT_ID holds the primary key value (e.g., LEAD_ID, INCIDENT_ID) of the specific record to which the note is attached. The PARENT_NOTE_ID column supports hierarchical note structures by linking a child note to its parent, allowing for threaded discussions. Other essential columns typically include CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE for auditing purposes.
Common Use Cases and Queries
A primary use case is retrieving all notes attached to a specific business object, such as a service request. This is essential for service history reports or agent workspaces. A sample query pattern for this scenario would join JTF_NOTES_B to the translated description table, JTF_NOTES_TL, filtering by the source object.
- Fetching Notes for a Service Request:
SELECT n.jtf_note_id, tl.notes FROM jtf_notes_b n, jtf_notes_tl tl WHERE n.source_object_code = 'SR' AND n.source_object_id = :incident_id AND n.jtf_note_id = tl.jtf_note_id AND tl.language = USERENV('LANG'); - Reporting on Note Activity: Generating metrics on note creation volume by object type or user over a time period by grouping on SOURCE_OBJECT_CODE and CREATED_BY.
- Data Integrity Validation: Identifying orphaned notes by checking for SOURCE_OBJECT_ID values with no corresponding record in the target table referenced by SOURCE_OBJECT_CODE.
Related Objects
JTF_NOTES_B is the anchor for a small cluster of related objects that complete the Notes module's functionality. The key dependent object is JTF_NOTES_TL, the translated table, which holds the language-specific NOTE_TEXT for each JTF_NOTE_ID. The JTF_NOTE_CONTEXTS table stores additional classification attributes for notes. As indicated by the foreign key relationships, JTF_NOTES_B is referenced by numerous application tables, including CS_INCIDENTS_ALL_B (Service Requests), AS_LEADS_ALL and AS_SALES_LEADS (Sales Leads), demonstrating its cross-modular integration. The table also has a recursive relationship via PARENT_NOTE_ID to support note hierarchies. For programmatic access, the Oracle EBS framework typically provides PL/SQL APIs within the JTF_NOTES_PUB package for creating, updating, and querying notes, which should be used in preference to direct DML.
-
Table: JTF_NOTES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_NOTES_B, object_name:JTF_NOTES_B, status:VALID, product: JTF - CRM Foundation , description: Non-translated base table for Notes module. , implementation_dba_data: JTF.JTF_NOTES_B ,
-
Table: JTF_NOTES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_NOTES_B, object_name:JTF_NOTES_B, status:VALID, product: JTF - CRM Foundation , description: Non-translated base table for Notes module. , implementation_dba_data: JTF.JTF_NOTES_B ,
-
APPS.CSM_NOTES_EVENT_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on JTF_NOTES_B
12.2.2
-
APPS.OZF_ACTBUDGETRULES_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.CN_WKSHT_GET_PUB dependencies on JTF_NOTES_B
12.2.2
-
APPS.OKS_COVERAGES_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.ASO_OPP_QTE_PUB dependencies on JTF_NOTES_B
12.2.2
-
APPS.CUG_GENERIC_WF_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.ASO_NOTES_INT dependencies on JTF_NOTES_B
12.1.1
-
APPS.JTF_EC_UTIL dependencies on JTF_NOTES_B
12.1.1
-
APPS.JTF_NOTES_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.CSM_WF_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.CS_SR_WF_DUP_CHK_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.AS_SALES_LEAD_OPP_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.JTF_NOTES_PUB dependencies on JTF_NOTES_B
12.1.1
-
APPS.JTF_NOTES_MERGE_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.CN_WKSHT_GET_PUB dependencies on JTF_NOTES_B
12.1.1
-
APPS.CSF_PLANBOARD_TASKS dependencies on JTF_NOTES_B
12.1.1
-
APPS.JTF_CAL_UTILITY_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.TASK_MGR dependencies on JTF_NOTES_B
12.2.2
-
APPS.AHL_MEL_CDL_HEADERS_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.CS_EA_AUTOGEN_TASKS_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.CSM_NOTES_EVENT_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.JTF_EC_PUB dependencies on JTF_NOTES_B
12.2.2
-
APPS.CSM_WF_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.CS_SR_WF_DUP_CHK_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.AS_SALES_LEAD_OPP_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.CSM_CONTRACT_EVENT_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.AHL_MEL_CDL_HEADERS_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.CAC_NOTES_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.IEU_UWQ_TASK_INFO_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.CSF_MAINTAIN_GRP dependencies on JTF_NOTES_B
12.1.1
-
APPS.CAC_NOTE_PURGE_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on JTF_NOTES_B
12.1.1
-
APPS.JTF_NOTES_PUB dependencies on JTF_NOTES_B
12.2.2
-
APPS.JTF_CAL_UTILITY_PVT dependencies on JTF_NOTES_B
12.2.2
-
APPS.CS_SR_PURGE_CP dependencies on JTF_NOTES_B
12.2.2
-
APPS.CUG_GENERIC_WF_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.CS_SERVICEREQUEST_PUB dependencies on JTF_NOTES_B
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.ASO_NOTES_INT dependencies on JTF_NOTES_B
12.2.2
-
APPS.JTF_EC_PUB dependencies on JTF_NOTES_B
12.1.1
-
APPS.CS_EA_AUTOGEN_TASKS_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.OKS_COVERAGES_PVT dependencies on JTF_NOTES_B
12.1.1
-
APPS.CSM_WF_PKG dependencies on JTF_NOTES_B
12.1.1
-
APPS.LNS_WORK_FLOW dependencies on JTF_NOTES_B
12.2.2
-
APPS.CSL_JTF_NOTES_ACC_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.CS_SR_CTX_PKG dependencies on JTF_NOTES_B
12.2.2
-
APPS.CSR_RULES_PVT dependencies on JTF_NOTES_B
12.2.2