Search Results amw_load_key_acc_data
Overview
AMW_LOAD_KEY_ACC_DATA is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite. It belongs to the Application Management Workbench (AMW) family of objects, a module associated with the management and administration of application accounts, responsibilities, and their associated key account mappings. The package serves as a data-loading and validation utility responsible for creating and maintaining key account associations between AMW account structures and the underlying interface and base tables that store account-to-key relationships. The package is classified as an OTHER API, meaning it is not a public, formally supported business API but rather an internal or utility package invoked by concurrent processing, forms, or dependent package logic. Its status is documented as VALID across Oracle EBS 12.1.1 and 12.2.2. The documented metadata confirms four callable program units and a defined set of AMW and FND tables, indicating that the package bridges key account interface records with persisted association records while performing function-level security checks against Oracle Applications responsibility and function metadata.
Key Procedures and Functions
- CREATE_KEY_ACC_ASSOC — Creates a key account association record. This is the primary routine for transforming incoming interface data into a persisted association, writing to the base AMW_ACCT_ASSOCIATIONS table and its related structures.
- CREATE_AMW_KEY_ACC_ASSOC — A companion creation routine, likely handling the AMW-specific variant of association creation or generating the corresponding association identifier and supporting row in the _S (sequence/primary key) table.
- UPDATE_INTERFACE_WITH_ERROR — Records error information back onto the interface table row when validation or association creation fails, providing the error-handling path for the load process and enabling downstream review and correction.
- CHECK_FUNCTION — Performs a validation check against Oracle Applications function and responsibility metadata, used to control or restrict the load based on function-level access. This supports secured or conditional execution of the loading logic.
No parameter lists are documented in the ETRM metadata; the descriptions above reflect the documented program unit names and their evident roles within the load-and-validate workflow.
Tables Accessed
- AMW_KEY_ACC_INTERFACE — The staging/interface table from which key account data is loaded and onto which errors are written.
- AMW_ACCT_ASSOCIATIONS — The base table holding the final key account association records created by the package.
- AMW_ACCT_ASSOCIATIONS_S — The sequence/primary key table supporting unique identifier generation for associations.
- FND_COMPILED_MENU_FUNCTIONS, FND_FORM_FUNCTIONS, FND_RESPONSIBILITY, FND_RESP_FUNCTIONS, FND_USER — Standard Oracle Application Object Library security tables, read to validate responsibility, function, and user context within CHECK_FUNCTION and related logic.
- DUAL — Used for single-row selection and sequence/identity value retrieval.
Usage Notes
The package is typically invoked indirectly rather than through direct user action. It is most likely called from an AMW concurrent program or a supporting form that loads key account data from the interface table into the base association tables, or from a dependent AMW package. Because it is classified as an OTHER API and referenced by zero other documented packages, custom code should avoid direct invocation unless the interface and association loading sequence is fully understood. When errors occur during loading, UPDATE_INTERFACE_WITH_ERROR ensures the source rows remain traceable. In 12.1.1 and 12.2.2 the object remains VALID; no differences in behavior are documented between the two releases.
-
PACKAGE: APPS.AMW_LOAD_KEY_ACC_DATA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMW_LOAD_KEY_ACC_DATA, status:VALID,
-
PACKAGE: APPS.AMW_LOAD_KEY_ACC_DATA
12.1.1
-
PACKAGE BODY: APPS.AMW_LOAD_KEY_ACC_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_LOAD_KEY_ACC_DATA, status:VALID,
-
PACKAGE: APPS.AMW_RL_HIERARCHY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMW_RL_HIERARCHY_PKG, status:VALID,
-
SYNONYM: APPS.AMW_KEY_ACC_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_KEY_ACC_INTERFACE, status:VALID,
-
SYNONYM: APPS.AMW_ACCT_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_ACCT_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.AMW_ACCT_ASSOCIATIONS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_ACCT_ASSOCIATIONS_S, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.FND_RESP_FUNCTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_RESP_FUNCTIONS, status:VALID,
-
SYNONYM: APPS.FND_COMPILED_MENU_FUNCTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_COMPILED_MENU_FUNCTIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_DATA_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATA_SECURITY, status:VALID,
-
PACKAGE: APPS.AMW_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMW_UTILITY_PVT, status:VALID,
-
VIEW: APPS.AMW_EMPLOYEES_CURRENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_EMPLOYEES_CURRENT_V, object_name:AMW_EMPLOYEES_CURRENT_V, status:VALID,
-
VIEW: APPS.AMW_FIN_KEY_ACCOUNTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_KEY_ACCOUNTS_VL, object_name:AMW_FIN_KEY_ACCOUNTS_VL, status:VALID,
-
SYNONYM: APPS.FND_FORM_FUNCTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_FORM_FUNCTIONS, status:VALID,
-
SYNONYM: APPS.FND_RESPONSIBILITY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_RESPONSIBILITY, status:VALID,
-
PACKAGE BODY: APPS.AMW_LOAD_KEY_ACC_DATA
12.1.1
-
APPS.AMW_LOAD_KEY_ACC_DATA dependencies on AMW_LOAD_KEY_ACC_DATA
12.1.1
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
SYNONYM: APPS.FND_USER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_USER, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: APPS.FND_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_API, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,