Search Results hz_copy_rel_pvt
Overview
HZ_COPY_REL_PVT is a private PL/SQL package in the APPS schema that supports the Oracle EBS Trading Community Architecture (TCA) relationship model. Its central purpose is to enable bulk re-use of relationship definitions: it copies relationship type definitions, and where required the associated relationship instances, from a source relationship type to a target relationship type, so that large volumes of party relationships can be reclassified or duplicated without manual re-entry. In 12.1.1 and 12.2.2 this is important because relationship types drive reciprocity settings, directional semantics, and hierarchy behavior in HZ_RELATIONSHIPS and related structures. Because it is classified as a PVT package, it is not part of the public TCA API surface; it is intended for internal use by Oracle forms, concurrent programs, and other TCA packages that require mass maintenance of relationship classifications. The package is not referenced by any other documented package (referenced by 0 packages), which confirms it is a leaf-level utility invoked directly rather than a shared library.
Key Procedures and Functions
- COPY_REL_TYPE_ONLY — Copies a relationship type definition without copying any existing relationship instances. This is used when only the type setup is required.
- COPY_REL_TYPE_AND_ALL_RELS — Copies a relationship type together with all relationship instances that use it, producing a fully populated target type.
- SUBMIT_COPY_REL_TYPE_RELS_CONC — Submits the copy of a relationship type and its relationships as a concurrent request, enabling large data volumes to be processed in background mode.
- COPY_HIERARCHY — Copies a relationship hierarchy, that is, the hierarchical structure defined over relationship data, into a target context.
- SUBMIT_COPY_HIERARCHY_CONC — Concurrent submission wrapper for the hierarchy copy operation.
- CONVERT_REL_TYPE — Converts existing relationships from one relationship type to another, effectively reclassifying relationship instances.
- SUBMIT_CONVERT_REL_TYPE_CONC — Concurrent submission wrapper for the relationship type conversion process.
Tables Accessed
- HZ_RELATIONSHIP_TYPES — the primary source and target of copy/conversion operations.
- HZ_RELATIONSHIPS — the relationship instances copied or converted.
- HZ_HIERARCHY_NODES — hierarchy structure used by the hierarchy copy procedures.
- HZ_PARTIES — referenced to validate and locate the parties participating in relationships.
- FND_LOOKUP_VALUES — used for lookup validation and type classification values.
- Utility access through DBMS_UTILITY and PLITBLM (PL/SQL table handling) supports bulk processing.
Usage Notes
HZ_COPY_REL_PVT is normally invoked indirectly. Oracle TCA administrative forms and set-up windows that offer "copy relationship type" or relationship conversion actions call the COPY_ and CONVERT_ entry points, while the SUBMIT_*_CONC procedures are the programmatic entry points used by concurrent programs registered in the APPS request group. Administrators running large conversions should prefer the concurrent wrappers, because in-line execution of the COPY_REL_TYPE_AND_ALL_RELS or COPY_HIERARCHY procedures against high-volume relationship data can be long running. Custom code should not call this PVT package as a substitute for supported public TCA APIs unless no public equivalent exists; because it is a private package, its signature is not guaranteed across patches. Always validate the target relationship type definition and reciprocal settings after execution, and ensure that concurrent requests complete before dependent relationships, hierarchies, or reporting are used.
-
PACKAGE: APPS.HZ_COPY_REL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_COPY_REL_PVT, status:VALID,
-
PACKAGE BODY: APPS.HZ_COPY_REL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_COPY_REL_PVT, status:VALID,
-
PACKAGE: APPS.HZ_COPY_REL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_COPY_REL_PVT, status:VALID,
-
PACKAGE BODY: APPS.HZ_COPY_REL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_COPY_REL_PVT, status:VALID,
-
PACKAGE: APPS.HZ_HIERARCHY_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_HIERARCHY_PUB, status:VALID,
-
PACKAGE: APPS.HZ_RELATIONSHIP_TYPE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_RELATIONSHIP_TYPE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_RELATIONSHIP_TYPE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_RELATIONSHIP_TYPE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_HIERARCHY_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_HIERARCHY_PUB, status:VALID,
-
SYNONYM: APPS.HZ_HIERARCHY_NODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_HIERARCHY_NODES, status:VALID,
-
SYNONYM: APPS.HZ_HIERARCHY_NODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_HIERARCHY_NODES, status:VALID,
-
PACKAGE: APPS.FND_LOOKUP_VALUES_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOOKUP_VALUES_PKG, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIP_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIP_TYPES, status:VALID,
-
PACKAGE: APPS.FND_LOOKUP_VALUES_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_LOOKUP_VALUES_PKG, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIP_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIP_TYPES, status:VALID,
-
PACKAGE: APPS.HZ_COPY_REL_PVT
12.1.1
-
PACKAGE: APPS.HZ_COPY_REL_PVT
12.2.2
-
PACKAGE: APPS.HZ_RELATIONSHIP_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_RELATIONSHIP_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_RELATIONSHIP_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_RELATIONSHIP_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_V2PUB, status:VALID,
-
APPS.HZ_COPY_REL_PVT dependencies on HZ_COPY_REL_PVT
12.1.1
-
APPS.HZ_COPY_REL_PVT dependencies on HZ_COPY_REL_PVT
12.2.2
-
PACKAGE: APPS.HZ_UTILITY_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_UTILITY_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_UTILITY_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_UTILITY_V2PUB, status:VALID,
-
SYNONYM: PUBLIC.DBMS_UTILITY
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_UTILITY, status:VALID,
-
SYNONYM: PUBLIC.DBMS_UTILITY
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_UTILITY, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.FND_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LOOKUP_VALUES, status:VALID,
-
SYNONYM: APPS.FND_LOOKUP_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_LOOKUP_VALUES, status:VALID,
-
PACKAGE BODY: APPS.HZ_COPY_REL_PVT
12.1.1
-
PACKAGE BODY: APPS.HZ_COPY_REL_PVT
12.2.2
-
PACKAGE: APPS.FND_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1