Search Results hz_organization_info_v2pvt
Overview
HZ_ORGANIZATION_INFO_V2PVT is a private PL/SQL package in the APPS schema that provides the financial reporting and financial numbering layer of the Oracle E-Business Suite Trading Community Architecture (TCA). It exposes a set of version 2 ("V2") APIs used to create and maintain the financial report and financial number records associated with an organization party. These records carry externally significant identifiers such as registration numbers, tax identifiers, and statutory report values held against a customer or supplier organization.
The package is classified as "OTHER" in the documented API metadata, indicating that it is not part of the public, externally callable TCA API surface. Its declared dependencies on FND_API and HZ_ORG_INFO_PUB, together with its private naming convention, confirm that it is an internal implementation unit invoked by higher-level TCA packages such as HZ_ORG_INFO_PUB, and not intended for direct invocation by customer code. The package status is VALID in the documented environment.
Key Procedures and Functions
Four documented units are exposed by the package, organized as two create/update pairs:
- V2_CREATE_FINANCIAL_REPORT — Creates a new financial report record for an organization. A financial report represents a statutory or regulatory filing value associated with the party.
- V2_UPDATE_FINANCIAL_REPORT — Modifies the attributes of an existing financial report record, such as its report value or associated reporting context.
- V2_CREATE_FINANCIAL_NUMBER — Creates a new financial number record, the identifier assigned to organization-level financial registrations (for example, tax registration or fiscal identifiers).
- V2_UPDATE_FINANCIAL_NUMBER — Modifies the attribute values of an existing financial number record.
The consistent V2_ prefix denotes the second-generation implementation of these operations, superseding earlier versions while preserving the same logical business operations.
Tables Accessed
The package operates against two base tables in the APPS schema, reached through APPS synonyms:
- HZ_FINANCIAL_REPORTS — Stores the financial report records created and modified by the report APIs. Rows are keyed to an organization party and hold the reported financial values.
- HZ_FINANCIAL_NUMBERS — Stores the financial number records written by the number APIs. These rows carry the numeric identifier assigned to a given financial registration category for the organization.
Both tables are core TCA entities; the package performs the insert and update work that the public organization information APIs delegate to it.
Usage Notes
Because this is a private package, it is not designed for direct invocation from custom code. The documented reference list shows zero external packages depending on it in the reverse dependency direction of the metadata, reinforcing its internal scope. In practice it is invoked indirectly through HZ_ORG_INFO_PUB, which fronts the customer-facing operations for maintaining organization information. The relevant user interfaces are the Trading Community Architecture organization maintenance forms in Oracle Customers Online and the supplier and customer management forms in Oracle Payables, Receivables, and Order Management, where financial numbers and financial reports are entered or amended. Concurrent programs and interface tables that load organization financial data also funnel through the public TCA API into this package. Customizations should call HZ_ORG_INFO_PUB rather than HZ_ORGANIZATION_INFO_V2PVT so that validation, party context, and TCA business rules are applied consistently.
-
PACKAGE: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_ORGANIZATION_INFO_V2PVT, status:VALID,
-
PACKAGE: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_ORGANIZATION_INFO_V2PVT, status:VALID,
-
PACKAGE: APPS.HZ_ORG_INFO_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_ORG_INFO_PUB, status:VALID,
-
PACKAGE BODY: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_ORGANIZATION_INFO_V2PVT, status:VALID,
-
PACKAGE BODY: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_ORGANIZATION_INFO_V2PVT, status:VALID,
-
PACKAGE: APPS.HZ_ORG_INFO_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_ORG_INFO_PUB, status:VALID,
-
PACKAGE: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.2.2
-
PACKAGE: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.1.1
-
PACKAGE: APPS.HZ_ORGANIZATION_INFO_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_ORGANIZATION_INFO_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_ORGANIZATION_INFO_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_ORGANIZATION_INFO_V2PUB, status:VALID,
-
SYNONYM: APPS.HZ_FINANCIAL_REPORTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_FINANCIAL_REPORTS, status:VALID,
-
SYNONYM: APPS.HZ_FINANCIAL_NUMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_FINANCIAL_NUMBERS, status:VALID,
-
SYNONYM: APPS.HZ_FINANCIAL_REPORTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_FINANCIAL_REPORTS, status:VALID,
-
SYNONYM: APPS.HZ_FINANCIAL_NUMBERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_FINANCIAL_NUMBERS, status:VALID,
-
PACKAGE BODY: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.2.2
-
PACKAGE BODY: APPS.HZ_ORGANIZATION_INFO_V2PVT
12.1.1
-
APPS.HZ_ORGANIZATION_INFO_V2PVT dependencies on HZ_ORGANIZATION_INFO_V2PVT
12.1.1
-
APPS.HZ_ORGANIZATION_INFO_V2PVT dependencies on HZ_ORGANIZATION_INFO_V2PVT
12.2.2
-
PACKAGE: APPS.FND_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, 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_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_API, status:VALID,
-
PACKAGE: APPS.FND_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_API, 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
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,