Search Results comp_name_range
Overview
APPS.JTF_TASK_TERRITORY_V is a reporting view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments. It exposes task records from the CRM Task Manager (JTF_TASKS_VL) joined to customer party, location, and contact point data, presenting a flattened result set intended for downstream reporting, territory assignment, and integration consumption. The view derives from the Territory Management (JTF/ETRM) object family and is owned by the APPS schema. Its principal function is to supply a denormalized projection of a task together with its associated customer, address, and geographic attributes, so that consumers do not have to manually join the underlying HZ tables.
Underlying Base Objects
The view is defined over the following documented objects, all referenced via APPS synonyms:
- JTF_TASKS_VL (VIEW) — the primary source of task rows; provides
TASK_ID,CUSTOMER_ID,ADDRESS_ID, and the task type, status, and priority identifiers. - HZ_PARTY_SITES (SYNONYM) — supplies the party site linkage, resolved through
TASK.ADDRESS_ID = PARTY_SITE.PARTY_SITE_IDas an outer join. - HZ_LOCATIONS (SYNONYM) — supplies geographic attributes: country, city, postal code, state, county, and province, joined via
PARTY_SITE.LOCATION_ID = LOC.LOCATION_IDas an outer join. - HZ_CONTACT_POINTS (SYNONYM) — supplies the phone area code through
CONT_POINT.PHONE_AREA_CODE, joined onOWNER_TABLE_NAME = 'HZ_PARTIES'andOWNER_TABLE_ID = TASK.CUSTOMER_ID, both outer joined. - JTF_TASK_UTL (PACKAGE) — the PL/SQL package providing
get_customer_name, invoked to resolve the customer name range.
Key Columns
- TASK_ID — unique identifier of the task record.
- PARTY_ID — the customer identifier, aliased from
TASK.CUSTOMER_ID. - ADDRESS_ID — the party site identifier associated with the task.
- COUNTRY, CITY, STATE, POSTAL_CODE, COUNTY, PROVINCE — geographic attributes sourced from
HZ_LOCATIONS. - AREA_CODE — phone area code from
HZ_CONTACT_POINTS. - COMP_NAME_RANGE — customer name returned by
JTF_TASK_UTL.get_customer_name. - TASK_TYPE_ID, TASK_STATUS_ID, TASK_PRIORITY_ID — task classification identifiers.
- NUM_OF_EMPLOYEES — defined as a literal
NULLin the view text, retained as a placeholder column for compatibility with callers that expect the territory attribute set.
Common Use Cases and Queries
The view is typically used where a task must be reviewed in the context of its customer's location and contact information, and where the standard territory column set (including the NUM_OF_EMPLOYEES placeholder) is required by the calling application or report template.
- Territory and task reporting — listing tasks with their customer's city, state, and country for regional analysis.
- Contact extraction — retrieving area codes alongside task and customer identifiers.
- Integration feeds — supplying a stable column contract to external systems, including the placeholder
NUM_OF_EMPLOYEEScolumn.
A representative query filters by task status and selects the geographic and customer attributes:
SELECT task_id, party_id, comp_name_range, city, state, country, area_code
FROM apps.jtf_task_territory_v
WHERE task_status_id = :p_status;
Because NUM_OF_EMPLOYEES is a literal NULL, a query such as SELECT num_of_employees FROM apps.jtf_task_territory_v succeeds structurally but always returns no value, which is an important consideration for report designers and integrators expecting a populated headcount attribute.
-
VIEW: APPS.JTF_TASK_TERRITORY_V
12.2.2
-
VIEW: APPS.JTF_TASK_TERRITORY_V
12.1.1
-
View: JTF_TASK_TERRITORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_TERRITORY_V, object_name:JTF_TASK_TERRITORY_V, status:VALID, product: JTF - CRM Foundation , description: Internal View used by the Assignment Manager , implementation_dba_data: APPS.JTF_TASK_TERRITORY_V ,
-
View: CSS_DEF_TERR_MGMT_V
12.2.2
product: CSS - Support (Obsolete) , description: Territory management , implementation_dba_data: Not implemented in this database ,
-
View: JTF_TASK_TERRITORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_TERRITORY_V, object_name:JTF_TASK_TERRITORY_V, status:VALID, product: JTF - CRM Foundation , description: Internal View used by the Assignment Manager , implementation_dba_data: APPS.JTF_TASK_TERRITORY_V ,
-
View: CSS_DEF_TERR_MGMT_V
12.1.1
product: CSS - Support (obsolete) , description: Territory management , implementation_dba_data: Not implemented in this database ,
-
TABLE: APPS.JTY_TERR_1001_ACCOUNT_TRANS_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_ACCOUNT_TRANS_GT, object_name:JTY_TERR_1001_ACCOUNT_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_QUOTE_TRANS_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_QUOTE_TRANS_GT, object_name:JTY_TERR_1001_QUOTE_TRANS_GT, status:VALID,
-
VIEW: APPS.JTF_TASK_TERRITORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_TERRITORY_V, object_name:JTF_TASK_TERRITORY_V, status:VALID,
-
VIEW: APPS.JTF_TASK_TERRITORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_TERRITORY_V, object_name:JTF_TASK_TERRITORY_V, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_PROP_TRANS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_PROP_TRANS_GT, object_name:JTY_TERR_1001_PROP_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_ACCOUNT_TRANS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_ACCOUNT_TRANS_GT, object_name:JTY_TERR_1001_ACCOUNT_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_PROP_TRANS_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_PROP_TRANS_GT, object_name:JTY_TERR_1001_PROP_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_QUOTE_TRANS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_QUOTE_TRANS_GT, object_name:JTY_TERR_1001_QUOTE_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_OPPOR_TRANS_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_OPPOR_TRANS_GT, object_name:JTY_TERR_1001_OPPOR_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_OPPOR_TRANS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_OPPOR_TRANS_GT, object_name:JTY_TERR_1001_OPPOR_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_LEAD_TRANS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_LEAD_TRANS_GT, object_name:JTY_TERR_1001_LEAD_TRANS_GT, status:VALID,
-
TABLE: APPS.JTY_TERR_1001_LEAD_TRANS_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:JTF.JTY_TERR_1001_LEAD_TRANS_GT, object_name:JTY_TERR_1001_LEAD_TRANS_GT, status:VALID,
-
APPS.JTF_TERR_LOOKUP_PUB SQL Statements
12.2.2
-
VIEW: APPS.CS_SR_TERRITORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TERRITORY_V, object_name:CS_SR_TERRITORY_V, status:VALID,
-
APPS.JTF_TERR_LOOKUP_PUB SQL Statements
12.1.1
-
View: CS_SR_TERRITORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TERRITORY_V, object_name:CS_SR_TERRITORY_V, status:VALID, product: CS - Service , description: This view shows information about Service Request, and this is being used by Territory Management. , implementation_dba_data: APPS.CS_SR_TERRITORY_V ,
-
VIEW: APPS.CS_SR_TASK_TERRITORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TASK_TERRITORY_V, object_name:CS_SR_TASK_TERRITORY_V, status:VALID,
-
VIEW: APPS.CS_SR_TASK_TERRITORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TASK_TERRITORY_V, object_name:CS_SR_TASK_TERRITORY_V, status:VALID,
-
VIEW: APPS.CS_SR_TERRITORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TERRITORY_V, object_name:CS_SR_TERRITORY_V, status:VALID,
-
View: CS_SR_TASK_TERRITORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TASK_TERRITORY_V, object_name:CS_SR_TASK_TERRITORY_V, status:VALID, product: CS - Service , description: This view shows combined information of Service Request and task , and this is being used by Territory Management. , implementation_dba_data: APPS.CS_SR_TASK_TERRITORY_V ,
-
View: CS_SR_TERRITORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TERRITORY_V, object_name:CS_SR_TERRITORY_V, status:VALID, product: CS - Service , description: This view shows information about Service Request, and this is being used by Territory Management. , implementation_dba_data: APPS.CS_SR_TERRITORY_V ,
-
View: CS_SR_TASK_TERRITORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_TASK_TERRITORY_V, object_name:CS_SR_TASK_TERRITORY_V, status:VALID, product: CS - Service , description: This view shows combined information of Service Request and task , and this is being used by Territory Management. , implementation_dba_data: APPS.CS_SR_TASK_TERRITORY_V ,
-
APPS.JTF_TERR_TASK_PUB SQL Statements
12.1.1
-
APPS.JTF_TERR_TASK_PUB SQL Statements
12.2.2
-
PACKAGE: APPS.CS_SR_TASK_AUTOASSIGN_PKG
12.2.2
-
PACKAGE: APPS.CS_SR_TASK_AUTOASSIGN_PKG
12.1.1
-
APPS.JTF_TERR_SERVICE_PUB SQL Statements
12.1.1
-
APPS.JTF_TERR_SERVICE_PUB SQL Statements
12.2.2
-
PACKAGE: APPS.JTF_TERRITORY_PUB
12.1.1
-
PACKAGE: APPS.JTF_ASSIGN_PUB
12.1.1
-
PACKAGE: APPS.JTF_ASSIGN_PUB
12.2.2
-
PACKAGE BODY: APPS.JTF_AM_WF_EVENTS_PUB
12.2.2
-
PACKAGE BODY: APPS.JTF_AM_WF_EVENTS_PUB
12.1.1
-
PACKAGE: APPS.JTF_TERRITORY_PUB
12.2.2
-
APPS.JTY_TERR_SPARES_PVT SQL Statements
12.2.2
-
APPS.CSF_RESOURCE_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JTF_TERRITORY_CUSTOM
12.1.1
-
PACKAGE BODY: APPS.JTF_TERRITORY_CUSTOM
12.2.2
-
PACKAGE BODY: APPS.JTF_TERR_TASK_PUB
12.1.1
-
PACKAGE BODY: APPS.JTF_TERR_TASK_PUB
12.2.2
-
PACKAGE BODY: APPS.JTF_TERR_SERVICE_PUB
12.1.1
-
PACKAGE BODY: APPS.JTF_TERR_SERVICE_PUB
12.2.2
-
APPS.CSF_RESOURCE_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_TERR_LOOKUP_PUB
12.2.2