Search Results num_of_employees
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: AR.RA_ADDRESSES_ALL#
12.2.2
-
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: AMS.AMS_DM_GEN_STG#
12.2.2
-
View: ICX_PANEL_CUSTOMER_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer Profile View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PANEL_CUSTOMER_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer Profile View , implementation_dba_data: Not implemented in this database ,
-
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: CSS_DEF_TERR_MGMT_V
12.1.1
product: CSS - Support (obsolete) , description: Territory management , implementation_dba_data: Not implemented in this database ,
-
VIEW: AR.RA_CUSTOMERS#
12.2.2
-
View: ICX_RA_CUSTOMERS_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_RA_CUSTOMERS_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMS_ACCT_INTEREST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACCT_INTEREST_V, object_name:AMS_ACCT_INTEREST_V, status:VALID,
-
VIEW: APPS.AMS_ACCT_INTEREST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACCT_INTEREST_V, object_name:AMS_ACCT_INTEREST_V, status:VALID,
-
View: AR_CUSTOMERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ALL_V ,
-
VIEW: AMS.AMS_DM_PARTY_DETAILS#
12.2.2
-
View: AMS_ACCT_INTEREST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACCT_INTEREST_V, object_name:AMS_ACCT_INTEREST_V, status:VALID, product: AMS - Marketing , description: This view is used by Discoverer Business Area:List generation Folders.It is a user view of Customer and sites , implementation_dba_data: APPS.AMS_ACCT_INTEREST_V ,
-
View: AR_CUSTOMERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ALL_V ,
-
View: AR_CUSTOMERS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ACTIVE_V, object_name:AR_CUSTOMERS_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ACTIVE_V ,
-
View: AMS_ACCT_INTEREST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACCT_INTEREST_V, object_name:AMS_ACCT_INTEREST_V, status:VALID, product: AMS - Marketing , description: This view is used by Discoverer Business Area:List generation Folders.It is a user view of Customer and sites , implementation_dba_data: APPS.AMS_ACCT_INTEREST_V ,
-
View: AR_CUSTOMERS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ACTIVE_V, object_name:AR_CUSTOMERS_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ACTIVE_V ,
-
View: RA_ADDRESSES
12.1.1
product: AR - Receivables , 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: RA_ADDRESSES
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
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,
-
View: RA_ADDRESSES_MORG
12.2.2
product: AR - Receivables , description: Customer address information , implementation_dba_data: Not implemented in this database ,
-
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.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,
-
View: RA_ADDRESSES_MORG
12.1.1
product: AR - Receivables , description: Customer address information , implementation_dba_data: Not implemented in this database ,
-
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,
-
VIEW: OSM.AS_LIST_ENTRIES#
12.2.2
-
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,
-
View: AR_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS, object_name:AR_CUSTOMERS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS ,
-
View: AR_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS, object_name:AR_CUSTOMERS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS ,
-
VIEW: APPS.AR_CUSTOMERS_ALL_V
12.2.2
-
VIEW: APPS.AR_CUSTOMERS_ACTIVE_V
12.1.1
-
VIEW: APPS.AR_CUSTOMERS_ALL_V
12.1.1
-
VIEW: APPS.AR_CUSTOMERS_ACTIVE_V
12.2.2
-
VIEW: APPS.AR_CUSTOMERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID,
-
VIEW: APPS.AR_CUSTOMERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID,
-
View: AS_IMP_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_IMP_SL_V, object_name:AS_IMP_SL_V, status:VALID, product: AS - Sales Foundation , description: Obsolete , implementation_dba_data: APPS.AS_IMP_SL_V ,
-
VIEW: APPS.AMS_ACCT_INTEREST_V
12.1.1
-
View: AS_IMP_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_IMP_SL_V, object_name:AS_IMP_SL_V, status:VALID, product: AS - Sales Foundation , description: Obsolete , implementation_dba_data: APPS.AS_IMP_SL_V ,