Search Results formatting_function_flag
Overview
JTF_QUAL_USGS is a CRM Foundation (JTF) view in Oracle E-Business Suite 12.1.1 and 12.2.2 that governs the usage definitions for qualification attributes in the CRM extensibility model. The Oracle ETRM documentation describes the object succinctly: "Same as JTF_QUAL_USGS_ALL table." It exposes the seed and setup data that determines how qualification flexfield columns are displayed, validated, and rendered across CRM qualification pages, lists of values (LOVs), and integration flows. Because it is a reporting-style view rather than a transactional entity, no DML is performed against it; consumers query it to resolve the presentation and validation rules attached to a given qualification usage.
Underlying Base Objects
The view is defined exclusively over the table JTF_QUAL_USGS_ALL, per the documented view text, which performs a straight projection of all columns from that table. In the standard Oracle EBS implementation, JTF_QUAL_USGS_ALL is the multi-organization base table, and JTF_QUAL_USGS is the view typically layered on it to expose the operating-unit-scoped rows (via ORG_ID) in a form consumed by the qualification engine. The ETRM metadata notes that the view is "Not implemented in this database" for the reference environment, and no additional referenced base objects are documented. In practice, the view is a thin wrapper: its structure, column names, and datatypes mirror JTF_QUAL_USGS_ALL one-for-one, and any custom logic is applied through the ORG_ID column rather than through joins or filters in the view definition.
Key Columns
- QUAL_USG_ID — Primary identifier for the qualification usage record.
- APPLICATION_SHORT_NAME — The owning application, used to segregate usage definitions by product.
- SEEDED_QUAL_ID, QUAL_TYPE_USG_ID — Links to the qualification and qualification-type usage definitions.
- ENABLED_FLAG, SEEDED_FLAG, CONVERT_TO_ID_FLAG — Control whether the usage is active, seeded, or requires ID conversion.
- QUAL_COL1, QUAL_COL1_ALIAS, QUAL_COL1_DATATYPE, QUAL_COL1_TABLE, QUAL_COL1_TABLE_ALIAS — Define the primary qualification column's backing column, display alias, datatype, and source table.
- PRIM_INT_CDE_COL, SEC_INT_CDE_COL, INT_CDE_COL_TABLE — Primary and secondary interest-code columns plus their source table.
- DISPLAY_TYPE, DISPLAY_SQL1, DISPLAY_SQL2, DISPLAY_SQL3, LOV_SQL, LOV_SQL2, LOV_SQL3, JSP_LOV_SQL — Render and LOV SQL fragments driving the UI.
- ENABLE_LOV_VALIDATION, USE_IN_LOOKUP_FLAG, FORMATTING_FUNCTION_FLAG/NAME, SPECIAL_FUNCTION_FLAG/NAME — Validation and formatting behavior switches.
- ORG_ID — Operating unit context for multi-org filtering.
- RULE1, RULE2, DISPLAY_SEQUENCE, DISPLAY_LENGTH, COLUMN_COUNT — Layout and display rules.
- Audit columns: LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical scenarios include diagnosing why a qualification column fails to appear or validate on a CRM page, auditing LOV SQL for a given application, and reporting on enabled usage definitions by operating unit.
SELECT QUAL_USG_ID, APPLICATION_SHORT_NAME, DISPLAY_TYPE,
ENABLED_FLAG, ORG_ID
FROM JTF_QUAL_USGS
WHERE ENABLED_FLAG = 'Y'
AND ORG_ID = :p_org_id;
SELECT QUAL_USG_ID, QUAL_COL1, QUAL_COL1_DATATYPE,
LOV_SQL, DISPLAY_SQL1
FROM JTF_QUAL_USGS
WHERE APPLICATION_SHORT_NAME = 'JTF'
AND SEEDED_FLAG = 'Y';
Because the view mirrors JTF_QUAL_USGS_ALL, queries returning inconsistent row counts across environments usually reflect ORG_ID scoping or missing seed data rather than view logic. Confirm seeded rows against the ALL table when discrepancies arise.
-
View: JTF_QUAL_USGS
12.2.2
product: JTF - CRM Foundation , description: Same as JTF_QUAL_USGS_ALL table , implementation_dba_data: Not implemented in this database ,
-
View: JTF_QUAL_USGS
12.1.1
product: JTF - CRM Foundation , description: Same as JTF_QUAL_USGS_ALL table , implementation_dba_data: Not implemented in this database ,
-
View: JTF_TERR_TYPE_QUALIFIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPE_QUALIFIERS_V, object_name:JTF_TERR_TYPE_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type's qualifer type usage and the qualifer details. , implementation_dba_data: APPS.JTF_TERR_TYPE_QUALIFIERS_V ,
-
View: JTF_TERR_TYPE_QUALIFIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPE_QUALIFIERS_V, object_name:JTF_TERR_TYPE_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type's qualifer type usage and the qualifer details. , implementation_dba_data: APPS.JTF_TERR_TYPE_QUALIFIERS_V ,
-
View: JTF_SEEDED_QUAL_USGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_SEEDED_QUAL_USGS_V, object_name:JTF_SEEDED_QUAL_USGS_V, status:VALID, product: JTF - CRM Foundation , description: View for territories qualifier form. Summary of qualifier definitions and whether they are enabled or disabled for territory use. , implementation_dba_data: APPS.JTF_SEEDED_QUAL_USGS_V ,
-
View: JTF_SEEDED_QUAL_USGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_SEEDED_QUAL_USGS_V, object_name:JTF_SEEDED_QUAL_USGS_V, status:VALID, product: JTF - CRM Foundation , description: View for territories qualifier form. Summary of qualifier definitions and whether they are enabled or disabled for territory use. , implementation_dba_data: APPS.JTF_SEEDED_QUAL_USGS_V ,
-
View: JTF_TERR_QUALIFIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QUALIFIERS_V, object_name:JTF_TERR_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: This shows the qualifiers used to define a territory. , implementation_dba_data: APPS.JTF_TERR_QUALIFIERS_V ,
-
View: JTF_TERR_QUALIFIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QUALIFIERS_V, object_name:JTF_TERR_QUALIFIERS_V, status:VALID, product: JTF - CRM Foundation , description: This shows the qualifiers used to define a territory. , implementation_dba_data: APPS.JTF_TERR_QUALIFIERS_V ,
-
View: JTF_TERR_VALUES_DESC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_VALUES_DESC_V, object_name:JTF_TERR_VALUES_DESC_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_TERR_VALUES_DESC_V ,
-
View: JTF_TERR_VALUES_DESC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_VALUES_DESC_V, object_name:JTF_TERR_VALUES_DESC_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_TERR_VALUES_DESC_V ,