Search Results isc_fs_task_etl_pkg
Overview
ISC_FS_TASK_ETL_PKG is a PL/SQL extraction, transformation, and load (ETL) package owned by the APPS schema in Oracle E-Business Suite. Its name and the constant g_object_name := 'ISC_FS_TASK_FACT' identify it as the loading mechanism for the Service Task fact in the Oracle Field Service / TeleService Analytics (ISC) data warehouse. The package moves operational task data from the transactional JTF and CS task tables into the ISC_FS star-schema fact and staging tables, enabling downstream business intelligence reporting on field service task volumes, assignments, statuses, and event history.
The package is classified as OTHER in ETRM and exposes a strictly procedural, batch-oriented interface. It is designed for concurrent program invocation rather than online form use, and it ships with two documented entry points that correspond to the standard ISC Analytics load cycle: a full initial load and a repeatable incremental load.
Key Procedures and Functions
- INITIAL_LOAD — Performs the initial, full-population load of the ISC_FS_TASK_FACT object. It is intended to be run once when the ISC Analytics schema is first configured or re-initialized, populating the fact and staging structures with the complete history of source task records. Like its companion procedure, it communicates execution outcome through the standard concurrent program
errbufandretcodeout parameters. - INCREMENTAL_LOAD — Performs the delta (incremental) load for the same fact object. This is the routine that most users searching on the term "incremental_load" are seeking. It reads only records changed since the previous successful run and merges them into the ISC fact and staging tables, keeping the analytics layer synchronized with day-to-day transactional activity without re-processing the full data set. As with INITIAL_LOAD, results are returned via
errbufandretcode, allowing the concurrent manager to record success or failure.
No standalone functions are documented; the package exposes only these two public procedures. The header reference ($Header: iscfstasketls.pls 120.0 2005/08/28) indicates the package has been stable since Release 12.0 and remains unchanged through 12.1.1 and 12.2.2.
Tables Accessed
The package reads from the JTF task foundation tables and writes to the ISC field service facts and staging tables. Documented references include:
- Source transactional tables: JTF_TASKS_B, JTF_TASK_ASSIGNMENTS, JTF_TASK_AUDITS_B, JTF_TASK_STATUSES_B, JTF_TASK_TYPES_B, JTF_RS_DEFAULT_GROUPS, CS_INCIDENTS_ALL_B — supplying task headers, assignment details, audit/change history, status and type lookups, resource group defaults, and linked service incidents.
- Field Service staging and fact tables: ISC_FS_TASKS_F, ISC_FS_TASK_ASSIGNMNTS_F, ISC_FS_EVENTS_STG, ISC_FS_EVENTS, ISC_FS_CAPACITY_F, ISC_FS_BREAK_FIX_TASKS, ISC_FS_PARTY_MERGE_EVENTS, CAC_SR_OBJECT_CAPACITY — the targets populated by the load, including task facts, assignment facts, staged and resolved event records, capacity facts, break/fix task links, and party-merge event handling.
Usage Notes
ISC_FS_TASK_ETL_PKG is normally invoked through the ISC Analytics concurrent programs (initial and incremental load programs registered against these procedures) from the Oracle Field Service Manager responsibility, or scheduled via the concurrent manager at a recurring interval. INITIAL_LOAD should be run once during setup or after a data-warehouse rebuild; INCREMENTAL_LOAD is then scheduled periodically to keep the Service Task fact current. Two other packages reference this package, indicating it also participates in a wider ISC ETL dependency chain. Custom code may call either procedure directly, but must supply the errbuf and retcode out parameters and should honor the package's batch semantics rather than invoking it interactively.
-
PACKAGE: APPS.ISC_FS_TASK_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ISC_FS_TASK_ETL_PKG, status:VALID,
-
PACKAGE: APPS.ISC_FS_TASK_ETL_PKG
12.1.1
-
PACKAGE BODY: APPS.ISC_FS_TASK_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_FS_TASK_ETL_PKG, status:VALID,
-
SYNONYM: APPS.ISC_FS_PARTY_MERGE_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_PARTY_MERGE_EVENTS, status:VALID,
-
SYNONYM: APPS.ISC_FS_CAPACITY_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_CAPACITY_F, status:VALID,
-
PACKAGE BODY: APPS.ISC_FS_TASK_ACT_BAC_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_FS_TASK_ACT_BAC_ETL_PKG, status:VALID,
-
SYNONYM: APPS.ISC_FS_TASK_ASSIGNMNTS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_TASK_ASSIGNMNTS_F, status:VALID,
-
SYNONYM: APPS.ISC_FS_TASKS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_TASKS_F, status:VALID,
-
SYNONYM: APPS.ISC_FS_BREAK_FIX_TASKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_BREAK_FIX_TASKS, status:VALID,
-
SYNONYM: APPS.ISC_FS_EVENTS_STG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_EVENTS_STG, status:VALID,
-
SYNONYM: APPS.ISC_FS_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_FS_EVENTS, status:VALID,
-
SYNONYM: APPS.JTF_RS_DEFAULT_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_DEFAULT_GROUPS, status:VALID,
-
PACKAGE: APPS.ISC_FS_EVENT_LOG_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ISC_FS_EVENT_LOG_ETL_PKG, status:VALID,
-
PACKAGE BODY: APPS.ISC_FS_TASK_BAC_AGE_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_FS_TASK_BAC_AGE_ETL_PKG, status:VALID,
-
SYNONYM: APPS.JTF_TASK_AUDITS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_AUDITS_B, status:VALID,
-
SYNONYM: APPS.CAC_SR_OBJECT_CAPACITY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CAC_SR_OBJECT_CAPACITY, status:VALID,
-
SYNONYM: APPS.JTF_TASK_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_TYPES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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_TASK_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.MTL_UOM_CONVERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_UOM_CONVERSIONS, status:VALID,
-
PACKAGE: APPS.BIS_COLLECTION_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COLLECTION_UTILITIES, status:VALID,
-
SYNONYM: APPS.CS_INCIDENTS_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENTS_ALL_B, status:VALID,
-
PACKAGE: APPS.BIS_COMMON_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COMMON_PARAMETERS, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_B, status:VALID,
-
PACKAGE: APPS.FND_STATS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_STATS, status:VALID,
-
APPS.ISC_FS_TASK_ACT_BAC_ETL_PKG dependencies on ISC_FS_TASK_ETL_PKG
12.1.1
-
APPS.ISC_FS_TASK_BAC_AGE_ETL_PKG dependencies on ISC_FS_TASK_ETL_PKG
12.1.1
-
APPS.ISC_FS_TASK_ETL_PKG dependencies on ISC_FS_TASK_ETL_PKG
12.1.1
-
VIEW: APPS.FND_LOOKUP_VALUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUP_VALUES_VL, object_name:FND_LOOKUP_VALUES_VL, status:VALID,
-
PACKAGE: APPS.FND_INSTALLATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_INSTALLATION, status:VALID,
-
PACKAGE BODY: APPS.ISC_FS_TASK_ETL_PKG
12.1.1
-
PACKAGE: APPS.FND_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
SYNONYM: PUBLIC.DBMS_SQL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_SQL, status:VALID,
-
APPS.ISC_FS_TASK_ETL_PKG dependencies on BIS_COLLECTION_UTILITIES
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,