Search Results cz_intl_texts_s
Overview
CZ_IMP_IM_XFR is an Oracle Application Object Library package body owned by the APPS schema within the Oracle E-Business Suite. In EBS 12.1.1 and 12.2.2, it belongs to the Oracle Configurator / Oracle Advanced Product Catalog (CZ) family of objects that support item master and configuration model management. Its principal business function is to transfer or convert records held in the CZ interface (CZ_IMP_*) staging tables into the corresponding base CZ entities, notably item masters, item types, item type properties, item property values, and property definitions. The package therefore acts as a controlled movement layer between the import interface structures and the persistent Configurator repository, while also managing the associated localized and internationalized text records.
The package is documented as VALID and is classified under API classification OTHER, indicating that it is intended as an internal utility rather than a published public API. The grep term that surfaced this object, cz_intl_texts_s, corresponds to the CZ_INTL_TEXTS_S sequence referenced by the package, which supplies unique keys for internationalized text rows generated during the transfer of item master and property data.
Key Procedures and Functions
The package exposes five documented procedures, each mapping to a distinct interface-to-base transfer concern:
- XFR_ITEM_MASTER — Transfers item master records from the CZ_IMP_ITEM_MASTER interface table into CZ_ITEM_MASTERS, establishing the persistent item master definition.
- XFR_ITEM_PROPERTY_VALUE — Moves property value assignments from CZ_IMP_ITEM_PROPERTY_VALUE into CZ_ITEM_PROPERTY_VALUES and related property value storage such as CZ_PS_PROP_VALS.
- XFR_ITEM_TYPE — Transfers item type definitions from CZ_IMP_ITEM_TYPE into CZ_ITEM_TYPES.
- XFR_ITEM_TYPE_PROPERTY — Transfers item type property associations from CZ_IMP_ITEM_TYPE_PROPERTY into CZ_ITEM_TYPE_PROPERTIES.
- XFR_PROPERTY — Transfers property definitions from CZ_IMP_PROPERTY into CZ_PROPERTIES.
Each procedure follows the same architectural pattern: read the validated interface row, insert or update the corresponding base CZ row, resolve localized text via CZ_INTL_TEXTS_S and CZ_LOCALIZED_TEXTS, and preserve language context using FND_LANGUAGES.
Tables Accessed
The package references both interface and base tables, all through APPS synonyms:
- Interface tables: CZ_IMP_ITEM_MASTER, CZ_IMP_ITEM_PROPERTY_VALUE, CZ_IMP_ITEM_TYPE, CZ_IMP_ITEM_TYPE_PROPERTY, and CZ_IMP_PROPERTY hold staged import data awaiting transfer.
- Base CZ tables: CZ_ITEM_MASTERS, CZ_ITEM_PROPERTY_VALUES, CZ_ITEM_TYPES, CZ_ITEM_TYPE_PROPERTIES, CZ_PROPERTIES, CZ_PS_PROP_VALS, and CZ_RP_ENTRIES receive the transferred data.
- Text and language tables: CZ_INTL_TEXTS_S (sequence), CZ_LOCALIZED_TEXTS, and FND_LANGUAGES support multilingual descriptions and localized properties.
- Supporting objects: CZ_ADMIN, CZ_UTILS, and STANDARD provide administrative and utility routines; DUAL and PLITBLM are used for standard PL/SQL constructs.
Usage Notes
CZ_IMP_IM_XFR is not referenced by any database object, confirming it is a top-level driver rather than a called subprogram. It is typically invoked by the Oracle Configurator import/conversion processes, including concurrent programs that publish or convert item master and model data, and by custom extensions that need to move staged CZ interface records into the base repository. Because the package writes directly to core CZ tables, it should be executed within the standard import workflow, with committed interface data and valid FND_LANGUAGES configuration, to ensure localized text and property values are generated correctly.
-
SEQUENCE: CZ.CZ_INTL_TEXTS_S
12.1.1
owner:CZ, object_type:SEQUENCE, object_name:CZ_INTL_TEXTS_S, status:VALID,
-
SEQUENCE: CZ.CZ_INTL_TEXTS_S
12.2.2
owner:CZ, object_type:SEQUENCE, object_name:CZ_INTL_TEXTS_S, status:VALID,
-
SYNONYM: APPS.CZ_INTL_TEXTS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_INTL_TEXTS_S, status:VALID,
-
SYNONYM: APPS.CZ_INTL_TEXTS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_INTL_TEXTS_S, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_IM_XFR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_IM_XFR, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_IM_XFR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_IM_XFR, status:VALID,
-
PACKAGE BODY: APPS.CZ_POPULATORS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_POPULATORS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CZ_POPULATORS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_POPULATORS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CZ_RULE_IMPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_RULE_IMPORT, status:VALID,
-
PACKAGE BODY: APPS.CZ_UI_GENERATOR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UI_GENERATOR, status:VALID,
-
PACKAGE BODY: APPS.CZ_RULE_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_RULE_IMPORT, status:VALID,
-
PACKAGE BODY: APPS.CZ_UI_GENERATOR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UI_GENERATOR, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_PS_NODE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PS_NODE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CZ_IMP_PS_NODE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_PS_NODE, status:VALID,
-
PACKAGE BODY: APPS.CZ_UIOA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UIOA_PVT, status:VALID,
-
PACKAGE BODY: APPS.CZ_MODEL_CONVERT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_MODEL_CONVERT, status:VALID,
-
PACKAGE BODY: APPS.CZ_UIOA_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UIOA_PVT, status:VALID,
-
PACKAGE BODY: APPS.CZ_MODEL_CONVERT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_MODEL_CONVERT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS_S
12.2.2
-
PACKAGE BODY: APPS.CZ_PS_COPY
12.2.2
-
PACKAGE BODY: APPS.CZ_PS_COPY
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_IMP_PS_NODE dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_UI_GENERATOR dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_RULE_IMPORT dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_UI_GENERATOR dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_IMP_PS_NODE dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_RULE_IMPORT dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_PS_COPY dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_PS_COPY dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_PS_COPY SQL Statements
12.2.2
-
APPS.CZ_PS_COPY SQL Statements
12.1.1
-
APPS.CZ_MIGRATE SQL Statements
12.1.1
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_MIGRATE SQL Statements
12.2.2