Search Results aso_network_ui_pvt
Overview
ASO_NETWORK_UI_PVT is a private PL/SQL package in the Oracle E-Business Suite Order Management (ASO) module. It functions as a wrapper that makes Configuration (CZ) API calls to support MACD (Modify, Add, Change, Delete) functionality within the Quoting Forms user interface. The package is declared with AUTHID CURRENT_USER and is classified in ETRM as a PVT (private) API, indicating that it is intended for internal consumption by the Quoting UI layer rather than as a public integration interface.
The package is closely associated with Oracle's model configuration and publication framework, which governs how configured models and their contained components are published for use in quoting transactions. It exposes supporting publication applicability parameters — configuration creation date, configuration model lookup date, configuration effective date, calling application ID, usage name, publication mode, and language — that are used to resolve and process configuration data within the Quoting Forms UI context. Profile options such as CZ_PUBLICATION_USAGE and CZ_PUBLICATION_MODE influence runtime behavior when the corresponding parameters are not explicitly supplied.
Key Procedures and Functions
ETRM documents four procedures and functions within this package:
- ASO_IS_CONTAINER — Determines whether a specified model functions as a container. This check supports the UI in distinguishing container models from other configured model structures, which governs which MACD operations are permissible.
- ASO_GET_CONTAINED_MODELS — Retrieves the list of models contained within a given container model. This enables the Quoting Forms UI to present and operate on nested configured components.
- ASO_CONFIG_OPERATIONS — Performs configuration-related operations against the CZ APIs on behalf of the Quoting UI, serving as the primary wrapper entry point for MACD activity.
- ASO_GET_CONFIG_DETAILS — Returns configuration details for a model or instance, supporting the display and validation of configuration data within the quoting form.
Tables Accessed
The documented table referenced through APPS synonyms is PLITBLM. This is a standard Oracle Applications interim/PL/SQL table used for passing or staging list-based data, typically in support of IN-list style operations or intermediate result sets. The package also declares PL/SQL collection and record types — including a number table type, an instance record type carrying instance_id and price_list_id, and an instance table type — that are used internally to hold model instance and pricing context during processing. No direct base-table DML against configuration tables is documented; configuration data access is delegated to the CZ APIs the package wraps.
Usage Notes
ASO_NETWORK_UI_PVT is invoked by the Oracle Quoting Forms user interface when users perform MACD operations on configured models. Because it is a private package with AUTHID CURRENT_USER, it is not exposed as a supported public API and is not referenced by any other documented package in ETRM. Custom code should generally not call this package directly; instead, supported configuration behavior should be accessed through the underlying CZ public APIs. Regarding the originating search — "how to change network name in fluent app" — it should be noted that this package does not manage network names in a Fluent application. The term "network" here refers to ASO's model/configuration network concept within Quoting, not to network naming or Fluent UI configuration. Renaming a model or configuration element in Quoting is performed through the Quoting UI and its underlying configuration APIs, not through a "network name" change in this package.
-
PACKAGE: APPS.ASO_NETWORK_UI_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_NETWORK_UI_PVT, status:VALID,
-
PACKAGE: APPS.ASO_NETWORK_UI_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_NETWORK_UI_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASO_NETWORK_UI_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_NETWORK_UI_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASO_NETWORK_UI_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_NETWORK_UI_PVT, status:VALID,
-
PACKAGE: APPS.ASO_NETWORK_UI_PVT
12.1.1
-
PACKAGE: APPS.ASO_NETWORK_UI_PVT
12.2.2
-
PACKAGE: APPS.ASO_CONFIG_OPERATIONS_INT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_CONFIG_OPERATIONS_INT, status:VALID,
-
PACKAGE: APPS.ASO_CONFIG_OPERATIONS_INT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_CONFIG_OPERATIONS_INT, status:VALID,
-
PACKAGE: APPS.ASO_CFG_INT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_CFG_INT, status:VALID,
-
PACKAGE: APPS.ASO_CFG_INT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_CFG_INT, status:VALID,
-
PACKAGE: APPS.CZ_NETWORK_API_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_NETWORK_API_PUB, status:VALID,
-
PACKAGE: APPS.ASO_QUOTE_HEADERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_QUOTE_HEADERS_PVT, status:VALID,
-
PACKAGE: APPS.CZ_API_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_API_PUB, status:VALID,
-
PACKAGE: APPS.CZ_NETWORK_API_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_NETWORK_API_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.ASO_QUOTE_HEADERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_QUOTE_HEADERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASO_NETWORK_UI_PVT
12.1.1
-
PACKAGE BODY: APPS.ASO_NETWORK_UI_PVT
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.CZ_API_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_API_PUB, status:VALID,
-
PACKAGE: APPS.ASO_QUOTE_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_QUOTE_PUB, status:VALID,
-
PACKAGE: APPS.ASO_QUOTE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_QUOTE_PUB, status:VALID,
-
PACKAGE: APPS.ASO_DEBUG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ASO_DEBUG_PUB, status:VALID,
-
PACKAGE: APPS.ASO_DEBUG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ASO_DEBUG_PUB, status:VALID,
-
APPS.ASO_NETWORK_UI_PVT dependencies on ASO_NETWORK_UI_PVT
12.1.1
-
APPS.ASO_NETWORK_UI_PVT dependencies on ASO_NETWORK_UI_PVT
12.2.2
-
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_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,
-
SYNONYM: PUBLIC.PLITBLM
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.1.1
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
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,