Search Results jtf_fm_template_contents
Overview
JTF_FM_TEMPLATE_CONTENTS is a CRM Foundation (JTF) table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores cross-reference information between fulfillment templates and the content items those templates deliver. It functions as an association table within the fulfillment management subsystem, allowing a single template defined in JTF_FM_TEMPLATE_ALL to be linked to one or more logical content entries that drive document generation, correspondence, or message output.
From a Data Vault modeling perspective, the ETRM metadata classifies this object heuristically as a link table. This classification is appropriate because the table resolves a many-to-many style relationship between fulfillment templates and content definitions, carrying descriptive attributes alongside the associative keys. The table is owned by the JTF schema and is marked VALID in the ETRM registry.
Key Information Stored
The composite primary key JTF_FM_TEMPLATE_CONTENTS_PK is defined over (CONTENT_NUMBER, TEMPLATE_ID). Neither column is a system-generated surrogate; both are business-key candidates that together guarantee uniqueness of a template-to-content assignment.
- CONTENT_NUMBER — Business identifier for the content entry; part of the composite primary key.
- TEMPLATE_ID — Foreign key to JTF_FM_TEMPLATE_ALL; identifies the owning fulfillment template.
- CONTENT_NAME and CONTENT_DESC — Human-readable label and description of the content item.
- OUTPUT_TYPE — Classifies the output generated for this content row (for example, document or message type).
- DEFAULT_OUTPUT_ID — References the default output record associated with the content.
- MES_DOC_ID — Foreign key to JTF_FM_QUERY_MES, linking the content to its message/query definition.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS; enforces multi-org / security-group access control.
- F_DELETEDFLAG — Soft-delete indicator; rows are logically removed rather than physically purged.
- OBJECT_VERSION_NUMBER — Optimistic locking column used by the OA Framework.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN capture standard who/when auditing.
The table contains 15 documented columns in total per the ETRM 12.2.2 physical schema.
Common Use Cases and Queries
Typical usage centers on reporting which content items belong to a given fulfillment template and validating template configuration before deployment. A common pattern joins the contents to the template master:
- List content for a template:
SELECT c.CONTENT_NUMBER, c.CONTENT_NAME, c.OUTPUT_TYPE FROM JTF.JTF_FM_TEMPLATE_CONTENTS c WHERE c.TEMPLATE_ID = :template_id AND NVL(c.F_DELETEDFLAG,'N') = 'N'; - Content with message definition: join MES_DOC_ID to JTF_FM_QUERY_MES to identify the underlying message or query driving each content item.
- Security-filtered reporting: join SECURITY_GROUP_ID to FND_SECURITY_GROUPS to restrict results to the appropriate operating unit or security group.
- Migration and configuration audits: compare CONTENT_NUMBER values across environments to detect template drift between instances.
Because the table is a link object, queries almost always drive from JTF_FM_TEMPLATE_ALL and fan out to contents, rather than the reverse.
Related Objects
- JTF_FM_TEMPLATE_ALL — Parent template master; joined via TEMPLATE_ID.
- JTF_FM_QUERY_MES — Message/query definition; joined via MES_DOC_ID.
- FND_SECURITY_GROUPS — Security group definition; joined via SECURITY_GROUP_ID.
- JTF_FM_TEMPLATE_CONTENTS_PK — Composite primary key constraint over CONTENT_NUMBER and TEMPLATE_ID.
These relationships establish JTF_FM_TEMPLATE_CONTENTS as the associative bridge within the CRM Foundation fulfillment template model.
-
Table: JTF_FM_TEMPLATE_CONTENTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS, object_name:JTF_FM_TEMPLATE_CONTENTS, status:VALID, product: JTF - CRM Foundation , description: Stores cross reference information between the fulfillment templates and contents. , implementation_dba_data: JTF.JTF_FM_TEMPLATE_CONTENTS ,
-
Table: JTF_FM_TEMPLATE_CONTENTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS, object_name:JTF_FM_TEMPLATE_CONTENTS, status:VALID, product: JTF - CRM Foundation , description: Stores cross reference information between the fulfillment templates and contents. , implementation_dba_data: JTF.JTF_FM_TEMPLATE_CONTENTS ,
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V2
12.2.2
-
VIEW: JTF.JTF_FM_TEMPLATE_CONTENTS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_FM_TEMPLATE_CONTENTS#, status:VALID,
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V2
12.1.1
-
SYNONYM: APPS.JTF_FM_TEMPLATE_CONTENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_FM_TEMPLATE_CONTENTS, status:VALID,
-
View: JTF_FM_TEMPLATE_CONTENTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V2, object_name:JTF_FM_TEMPLATE_CONTENTS_V2, status:VALID, product: JTF - CRM Foundation , description: view referring to the JTF_FM_TEMPLATE_CONTENTS table. , implementation_dba_data: APPS.JTF_FM_TEMPLATE_CONTENTS_V2 ,
-
View: JTF_FM_TEMPLATE_CONTENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V2, object_name:JTF_FM_TEMPLATE_CONTENTS_V2, status:VALID, product: JTF - CRM Foundation , description: view referring to the JTF_FM_TEMPLATE_CONTENTS table. , implementation_dba_data: APPS.JTF_FM_TEMPLATE_CONTENTS_V2 ,
-
SYNONYM: APPS.JTF_FM_TEMPLATE_CONTENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_FM_TEMPLATE_CONTENTS, status:VALID,
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V
12.2.2
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V
12.1.1
-
VIEW: JTF.JTF_FM_TEMPLATE_CONTENTS#
12.2.2
-
Table: JTF_FM_TEMPLATE_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_TEMPLATE_ALL, object_name:JTF_FM_TEMPLATE_ALL, status:VALID, product: JTF - CRM Foundation , description: This table stores information about the fulfillment templates , implementation_dba_data: JTF.JTF_FM_TEMPLATE_ALL ,
-
View: JTF_FM_TEMPLATE_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V, object_name:JTF_FM_TEMPLATE_CONTENTS_V, status:VALID, product: JTF - CRM Foundation , description: Stores detailed information about the fulfillment templates and their contents , implementation_dba_data: APPS.JTF_FM_TEMPLATE_CONTENTS_V ,
-
View: JTF_FM_TEMPLATE_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V, object_name:JTF_FM_TEMPLATE_CONTENTS_V, status:VALID, product: JTF - CRM Foundation , description: Stores detailed information about the fulfillment templates and their contents , implementation_dba_data: APPS.JTF_FM_TEMPLATE_CONTENTS_V ,
-
Table: JTF_FM_TEMPLATE_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_TEMPLATE_ALL, object_name:JTF_FM_TEMPLATE_ALL, status:VALID, product: JTF - CRM Foundation , description: This table stores information about the fulfillment templates , implementation_dba_data: JTF.JTF_FM_TEMPLATE_ALL ,
-
TABLE: JTF.JTF_FM_TEMPLATE_CONTENTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS, object_name:JTF_FM_TEMPLATE_CONTENTS, status:VALID,
-
TABLE: JTF.JTF_FM_TEMPLATE_CONTENTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS, object_name:JTF_FM_TEMPLATE_CONTENTS, status:VALID,
-
PACKAGE BODY: APPS.OKL_STRY_CALL_CO_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_STRY_CALL_CO_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_STRY_CALL_CO_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_STRY_CALL_CO_PUB, status:VALID,
-
PACKAGE BODY: APPS.IES_SVY_DEPLOYMENT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IES_SVY_DEPLOYMENT_PVT, status:VALID,
-
PACKAGE BODY: APPS.IES_SVY_DEPLOYMENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IES_SVY_DEPLOYMENT_PVT, status:VALID,
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V, object_name:JTF_FM_TEMPLATE_CONTENTS_V, status:VALID,
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PVT, status:VALID,
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V2, object_name:JTF_FM_TEMPLATE_CONTENTS_V2, status:VALID,
-
APPS.IES_SVY_DEPLOYMENT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PVT, status:VALID,
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V, object_name:JTF_FM_TEMPLATE_CONTENTS_V, status:VALID,
-
APPS.IES_SVY_DEPLOYMENT_PVT SQL Statements
12.2.2
-
VIEW: APPS.JTF_FM_TEMPLATE_CONTENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_TEMPLATE_CONTENTS_V2, object_name:JTF_FM_TEMPLATE_CONTENTS_V2, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IES_SVY_DEPLOYMENT_PVT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IES_SVY_DEPLOYMENT_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OKL_STRY_CALL_CO_PUB dependencies on JTF_FM_TEMPLATE_CONTENTS
12.1.1
-
APPS.OKL_STRY_CALL_CO_PUB dependencies on JTF_FM_TEMPLATE_CONTENTS
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on JTF_FM_TEMPLATE_CONTENTS
12.2.2
-
APPS.IES_SVY_DEPLOYMENT_PVT dependencies on JTF_FM_TEMPLATE_CONTENTS
12.1.1
-
APPS.IEX_DUNNING_PVT dependencies on JTF_FM_TEMPLATE_CONTENTS
12.1.1
-
APPS.IES_SVY_DEPLOYMENT_PVT dependencies on JTF_FM_TEMPLATE_CONTENTS
12.2.2
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1