Search Results jtf_ec_pvt
Overview
JTF_EC_PVT is the private implementation package for Oracle E-Business Suite's Escalation Management functionality, owned by the APPS schema and classified as a PVT (private) API object. The package header declares AUTHID CURRENT_USER, and its source header identifies it as the private interface to JTF Escalation Management, responsible for creating, updating, and deleting contacts associated with escalations. As a private package, it is not intended for direct invocation by external callers; instead it backs the public, supported escalation APIs and business logic within the JTF (CRM Foundation / Task Manager) product family. The package name JTF_EC_PVT is a private implementation package for Oracle E-Business Suite Escalation Management.
The package participates in the broader Task Manager and Escalation framework, where escalations are treated as a business entity (JTA_ESCALATION) and integrated with resource, territory, and audit tracking. Its documented lifecycle status is active and its compatibility rating is S (supported).
Key Procedures and Functions
ETRM documents four procedures or functions for this package, all part of the escalation maintenance workflow:
- CREATE_ESCALATION — Creates a new escalation record. After successful creation, it triggers the Business Event System (BES) for the create event. The API supports standard FND_API parameters such as
p_api_version,p_init_msg_list, andp_commit, along with escalation attributes including name, description, status name and ID, priority name and ID, open and close dates, owner type code, owner ID, and owner territory. - UPDATE_ESCALATION — Modifies an existing escalation, allowing changes to its descriptive and status-related attributes while preserving the integrity of the escalation record.
- DELETE_ESCALATION — Removes an escalation record, handling the associated cleanup and — where applicable — raising the corresponding business event.
- GET_ASSIGN_ESC_TERR_RESOURCES — Retrieves the resources assigned to the escalation based on territory assignment rules, supporting the routing and ownership logic of the escalation framework.
Tables Accessed
The package reads and writes a well-defined set of application tables through APPS synonyms:
- JTF_TASKS_B and JTF_TASK_AUDITS_B — the base task and audit tables that represent and track escalation-related tasks.
- JTF_TASKS_TL — the translation table for task descriptions.
- JTF_TASK_PRIORITIES_B / JTF_TASK_PRIORITIES_TL — task priority definitions and their translations, used to resolve priority name and ID parameters.
- JTF_TASK_STATUSES_B / JTF_TASK_STATUSES_TL — task status definitions and translations, supporting the escalation status attributes.
- JTF_TASK_REFERENCES_B — references linking tasks to related entities.
- FND_USER — resolves the current user context, consistent with the
g_userconstant assigned fromfnd_global.user_id. - HZ_CUST_ACCOUNTS, HZ_PARTIES, and HZ_PARTY_SITES — the Trading Community Architecture tables used to resolve contacts and party information for escalation ownership.
- DUAL and PLITBLM — internal utility references for single-row selection and PL/SQL table operations.
Usage Notes
Because JTF_EC_PVT is a private package, it is not exposed as a public API and is referenced by two other packages that provide the supported entry points. It is typically invoked indirectly through Oracle EBS forms and the Task Manager / Escalation Management UI, through concurrent programs performing escalation maintenance, or through custom code that calls the public escalation API layer rather than this private implementation. The BES trigger on create ensures downstream workflow, notification, and integration processes are fired consistently once an escalation is successfully persisted. Developers should avoid calling JTF_EC_PVT directly; the documented public interface should be used to preserve upgrade safety across EBS 12.1.1 and 12.2.2.
-
PACKAGE: APPS.JTF_EC_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_EC_PVT, status:VALID,
-
PACKAGE: APPS.JTF_ESC_WF_EVENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_ESC_WF_EVENTS_PVT, status:VALID,
-
PACKAGE: APPS.JTF_ESC_WF_EVENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_ESC_WF_EVENTS_PVT, status:VALID,
-
PACKAGE: APPS.JTF_EC_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_EC_PVT, status:VALID,
-
SYNONYM: APPS.JTF_TASK_AUDITS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_AUDITS_B, status:VALID,
-
PACKAGE BODY: APPS.JTF_EC_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_EC_PVT, status:VALID,
-
SYNONYM: APPS.JTF_TASK_AUDITS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_AUDITS_B, status:VALID,
-
PACKAGE BODY: APPS.JTF_EC_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_EC_PVT, status:VALID,
-
PACKAGE: APPS.JTF_EC_REFERENCES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_EC_REFERENCES_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_ESC_WF_EVENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_ESC_WF_EVENTS_PVT, status:VALID,
-
PACKAGE: APPS.JTF_EC_REFERENCES_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_EC_REFERENCES_PVT, status:VALID,
-
SYNONYM: APPS.JTF_TASK_PRIORITIES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_PRIORITIES_B, status:VALID,
-
SYNONYM: APPS.JTF_TASK_PRIORITIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_PRIORITIES_B, status:VALID,
-
PACKAGE: APPS.JTF_EC_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_EC_PUB, status:VALID,
-
PACKAGE BODY: APPS.JTF_ESC_WF_EVENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_ESC_WF_EVENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_EC_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_EC_PUB, status:VALID,
-
PACKAGE: APPS.JTF_EC_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_EC_PUB, status:VALID,
-
SYNONYM: APPS.JTF_TASK_PRIORITIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_PRIORITIES_TL, status:VALID,
-
SYNONYM: APPS.JTF_TASK_STATUSES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_STATUSES_TL, status:VALID,
-
PACKAGE: APPS.JTF_TASKS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_TASKS_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_EC_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_EC_PUB, status:VALID,
-
PACKAGE: APPS.JTF_ASSIGN_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_ASSIGN_PUB, status:VALID,
-
SYNONYM: APPS.JTF_TASK_PRIORITIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_PRIORITIES_TL, status:VALID,
-
PACKAGE: APPS.JTF_TASKS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_TASKS_PVT, status:VALID,
-
SYNONYM: APPS.JTF_TASK_STATUSES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_STATUSES_TL, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_TL, status:VALID,
-
SYNONYM: APPS.JTF_TASK_REFERENCES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_REFERENCES_B, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_TL, status:VALID,
-
PACKAGE: APPS.JTF_TASK_UTL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_TASK_UTL, status:VALID,
-
PACKAGE: APPS.JTF_TASK_UTL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_TASK_UTL, status:VALID,
-
SYNONYM: APPS.JTF_TASK_REFERENCES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_REFERENCES_B, status:VALID,
-
PACKAGE: APPS.JTF_TASKS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_TASKS_PUB, status:VALID,
-
PACKAGE: APPS.JTF_TASKS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_TASKS_PUB, status:VALID,
-
SYNONYM: APPS.JTF_TASK_STATUSES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_STATUSES_B, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_B, status:VALID,
-
SYNONYM: APPS.JTF_TASK_STATUSES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_STATUSES_B, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_ESC_WF_EVENTS_PVT dependencies on JTF_EC_PVT
12.2.2
-
PACKAGE: APPS.JTF_EC_PVT
12.2.2
-
PACKAGE: APPS.JTF_EC_PVT
12.1.1
-
APPS.JTF_ESC_WF_EVENTS_PVT dependencies on JTF_EC_PVT
12.1.1
-
APPS.JTF_ESC_WF_EVENTS_PVT dependencies on JTF_EC_PVT
12.2.2
-
APPS.JTF_EC_PVT dependencies on JTF_EC_PVT
12.1.1
-
APPS.JTF_EC_PUB dependencies on JTF_EC_PVT
12.1.1
-
APPS.JTF_ESC_WF_EVENTS_PVT dependencies on JTF_EC_PVT
12.1.1
-
APPS.JTF_EC_PVT dependencies on JTF_EC_PVT
12.2.2