Search Results cz_imp_ac_main
Overview
APPS.CZ_IMP_AC_MAIN is a valid PL/SQL package body in the Oracle E-Business Suite APPS schema, belonging to the Oracle ETRM (Enterprise Territory and Resource Management) / Trade Management family of components. Its role is to orchestrate the import and processing of account-related master data — customers, contacts, addresses, address uses, end users, end user groups, and user groups — between the staging tables prefixed CZ_IMP_ and the corresponding ETRM transactional structures. The package is classified under the generic API category OTHER, indicating that it is a supporting internal engine rather than a formally published public API.
The naming convention reveals the internal layering: the CND_ prefixed units apply conditions or validations, the MAIN_ prefixed units perform the principal import / load logic for each entity, and the RPT_ prefixed units handle reporting or reconciliation output. The single entry point pattern and the presence of run-control tables (CZ_XFR_RUN_INFOS and CZ_XFR_RUN_RESULTS) confirm that the package is driven by a transfer-run framework in which each execution is tracked and its outcome recorded.
Key Procedures and Functions
The ETRM metadata documents 24 procedures and functions. These are grouped logically as follows:
- CND_ group — CND_CONTACT, CND_CUSTOMER, CND_ADDRESS, CND_ADDRESS_USES, CND_CUSTOMER_END_USER, CND_END_USER, CND_END_USER_GROUP, CND_USER_GROUP. These units evaluate conditions and perform validity checks on the staged records for each entity before the load proceeds.
- MAIN_ group — MAIN_CONTACT, MAIN_CUSTOMER, MAIN_ADDRESS, MAIN_ADDRESS_USES, MAIN_CUSTOMER_END_USER, MAIN_END_USER, MAIN_END_USER_GROUP, MAIN_USER_GROUP. These are the principal processing routines, each responsible for transforming and applying staged data for its associated entity.
- RPT_ group — RPT_CONTACT, RPT_CUSTOMER, RPT_ADDRESS, RPT_ADDRESS_USES. These units produce reporting and reconciliation output, typically reflecting success, failure, or exception counts per run.
In addition to the CND_, MAIN_, and RPT_ units, the package exposes dependency on sibling packages CZ_IMP_AC_KRS and CZ_IMP_AC_XFR, which together form the import/transfer pipeline. No parameter lists are documented in the ETRM metadata; the procedures are therefore described by purpose only.
Tables Accessed
The package reads and writes the following documented tables (accessed through APPS synonyms):
- CZ_IMP_CUSTOMER — staging table for customer records.
- CZ_IMP_CONTACT — staging table for contact records associated with customers.
- CZ_IMP_ADDRESS and CZ_IMP_ADDRESS_USE — staging tables for address and address-use data.
- CZ_IMP_CUSTOMER_END_USER, CZ_IMP_END_USER, CZ_IMP_END_USER_GROUP, CZ_IMP_USER_GROUP — staging tables covering the end-user and user-group hierarchies.
- CZ_XFR_RUN_INFOS and CZ_XFR_RUN_RESULTS — run-control and result tables that log each import execution and its outcome.
Staging tables hold the incoming data; run tables provide the audit and reconciliation context that the RPT_ procedures report against.
Usage Notes
CZ_IMP_AC_MAIN is typically invoked by a concurrent program or by the parent transfer-run framework that populates CZ_XFR_RUN_INFOS for the run and consumes CZ_XFR_RUN_RESULTS after completion. It is called from within the ETRM import pipeline alongside CZ_IMP_AC_KRS and CZ_IMP_AC_XFR rather than directly by end users. The package is not referenced by any other database object in the ETRM dependency map, indicating it functions as a terminal driver in the account-import chain. Because the procedures are internal, direct invocation is normally restricted to supported ETRM import flows; custom code should call the supported ETRM import APIs rather than the CND_, MAIN_, or RPT_ units directly. The package is valid in both Oracle EBS 12.1.1 and 12.2.2.
-
PACKAGE BODY: APPS.CZ_IMP_AC_MAIN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_MAIN, status:VALID,
-
PACKAGE: APPS.CZ_IMP_AC_MAIN
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_AC_MAIN, status:VALID,
-
PACKAGE: APPS.CZ_IMP_AC_MAIN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_AC_MAIN, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_AC_MAIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_MAIN, status:VALID,
-
PACKAGE: APPS.CZ_IMP_AC_XFR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_AC_XFR, status:VALID,
-
SYNONYM: APPS.CZ_IMP_ADDRESS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_ADDRESS, status:VALID,
-
PACKAGE: APPS.CZ_IMP_AC_KRS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_AC_KRS, status:VALID,
-
SYNONYM: APPS.CZ_IMP_END_USER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_END_USER, status:VALID,
-
SYNONYM: APPS.CZ_IMP_CUSTOMER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_CUSTOMER, status:VALID,
-
PACKAGE: APPS.CZ_IMP_AC_XFR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_AC_XFR, status:VALID,
-
PACKAGE: APPS.CZ_IMP_AC_KRS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_AC_KRS, status:VALID,
-
SYNONYM: APPS.CZ_IMP_CONTACT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_CONTACT, status:VALID,
-
SYNONYM: APPS.CZ_IMP_CUSTOMER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_CUSTOMER, status:VALID,
-
SYNONYM: APPS.CZ_IMP_ADDRESS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_ADDRESS, status:VALID,
-
SYNONYM: APPS.CZ_IMP_END_USER_GROUP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_END_USER_GROUP, status:VALID,
-
SYNONYM: APPS.CZ_IMP_END_USER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_END_USER, status:VALID,
-
SYNONYM: APPS.CZ_IMP_ADDRESS_USE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_ADDRESS_USE, status:VALID,
-
SYNONYM: APPS.CZ_IMP_CUSTOMER_END_USER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_CUSTOMER_END_USER, status:VALID,
-
SYNONYM: APPS.CZ_IMP_ADDRESS_USE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_ADDRESS_USE, status:VALID,
-
SYNONYM: APPS.CZ_IMP_USER_GROUP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_USER_GROUP, status:VALID,
-
SYNONYM: APPS.CZ_IMP_END_USER_GROUP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_END_USER_GROUP, status:VALID,
-
SYNONYM: APPS.CZ_XFR_RUN_RESULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_RUN_RESULTS, status:VALID,
-
SYNONYM: APPS.CZ_IMP_USER_GROUP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_USER_GROUP, status:VALID,
-
SYNONYM: APPS.CZ_IMP_CUSTOMER_END_USER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_CUSTOMER_END_USER, status:VALID,
-
SYNONYM: APPS.CZ_IMP_CONTACT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_CONTACT, status:VALID,
-
SYNONYM: APPS.CZ_XFR_RUN_RESULTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_RUN_RESULTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.CZ_XFR_RUN_INFOS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_RUN_INFOS, status:VALID,
-
PACKAGE: APPS.CZ_IMP_ALL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.CZ_XFR_RUN_INFOS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_RUN_INFOS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CZ_IMP_ALL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_ALL, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_ALL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_ALL, status:VALID,
-
PACKAGE: APPS.CZ_IMP_ALL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.CZ_IMP_AC_MAIN
12.1.1
-
PACKAGE: APPS.CZ_IMP_AC_MAIN
12.2.2
-
PACKAGE: APPS.CZ_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_UTILS, status:VALID,
-
PACKAGE: APPS.CZ_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_UTILS, status:VALID,
-
APPS.CZ_IMP_AC_MAIN dependencies on CZ_IMP_AC_MAIN
12.2.2
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_AC_MAIN
12.1.1
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_AC_MAIN
12.2.2
-
APPS.CZ_IMP_AC_MAIN dependencies on CZ_IMP_AC_MAIN
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_AC_MAIN
12.2.2
-
PACKAGE BODY: APPS.CZ_IMP_AC_MAIN
12.1.1
-
APPS.CZ_IMP_AC_MAIN dependencies on CZ_IMP_ALL
12.2.2
-
APPS.CZ_IMP_AC_MAIN dependencies on CZ_IMP_ALL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2