Search Results pv_access_migration_log
Overview
The PV_ACCESS_MIGRATION_LOG table is a technical repository within the Oracle E-Business Suite (EBS) Partner Management (PV) module. Its primary function is to log individual records processed during the migration of external sales team data. This table operates as an audit and tracking mechanism, ensuring data integrity and providing a traceable history for migration events between system versions or during specific data maintenance operations. In the context of EBS 12.1.1 and 12.2.2, such logging tables are critical for validating the success of complex data transitions, troubleshooting failed records, and reconciling data post-migration without impacting the core transactional tables.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the table's description and foreign key relationship indicate it stores rows corresponding to migrated access records. Based on its purpose and the documented foreign key to AS_ACCESSES_ALL, the table likely contains columns such as a unique log identifier (LOG_ID), a timestamp for the migration event (MIGRATION_DATE), a status indicator for the migration attempt (STATUS, e.g., 'SUCCESS', 'ERROR'), and the key identifier for the sales team access record itself. The critical column is ACCESS_ID, which directly references the migrated sales team member's record in the core AS_ACCESSES_ALL table, forming the link between the migration log and the actual business data.
Common Use Cases and Queries
This table is primarily used for post-migration validation and support. A common scenario involves generating a reconciliation report to verify that all intended sales team records were successfully migrated. Database administrators or functional consultants may query it to identify any records that failed during the process, using the status column to filter for errors. A typical diagnostic query would join this log to the main access table to compare pre- and post-migration states or to retrieve details for failed rows. For example: SELECT log.*, acc.party_id FROM pv_access_migration_log log LEFT JOIN as_accesses_all acc ON log.access_id = acc.access_id WHERE log.status = 'ERROR' AND log.migration_date > SYSDATE - 1; This helps isolate recent migration failures for analysis.
Related Objects
The table has a direct and documented foreign key relationship with a core sales team table, as per the provided metadata.
- AS_ACCESSES_ALL: This is the primary transactional table for sales team (also known as sales force or resource) access definitions. The PV_ACCESS_MIGRATION_LOG.ACCESS_ID column references AS_ACCESSES_ALL.ACCESS_ID. This relationship ensures that every logged migration entry corresponds to a specific sales team member record, anchoring the log entries to the actual business data being migrated within the Partner Management and Order Management context.
-
Table: PV_ACCESS_MIGRATION_LOG
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ACCESS_MIGRATION_LOG, object_name:PV_ACCESS_MIGRATION_LOG, status:VALID, product: PV - Partner Management , description: Stores the external sales team migration rows , implementation_dba_data: PV.PV_ACCESS_MIGRATION_LOG ,
-
Table: PV_ACCESS_MIGRATION_LOG
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ACCESS_MIGRATION_LOG, object_name:PV_ACCESS_MIGRATION_LOG, status:VALID, product: PV - Partner Management , implementation_dba_data: PV.PV_ACCESS_MIGRATION_LOG ,
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on PV_ACCESS_MIGRATION_LOG
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on PV_ACCESS_MIGRATION_LOG
12.1.1
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on HZ_PARTIES
12.1.1
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT SQL Statements
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.PV_ACCESS_MIGRATION_LOG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_ACCESS_MIGRATION_LOG, status:VALID,
-
VIEW: PV.PV_ACCESS_MIGRATION_LOG#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_ACCESS_MIGRATION_LOG#, status:VALID,
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on PV_PARTNER_PROFILES
12.1.1
-
SYNONYM: APPS.PV_ACCESS_MIGRATION_LOG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_ACCESS_MIGRATION_LOG, status:VALID,
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on PV_PARTNER_PROFILES
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on AS_SALES_LEADS
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on AS_SALES_LEADS
12.1.1
-
VIEW: PV.PV_ACCESS_MIGRATION_LOG#
12.2.2
-
PACKAGE BODY: APPS.PV_SLSTEAM_MIGRTN_PVT
12.2.2
-
PACKAGE BODY: APPS.PV_SLSTEAM_MIGRTN_PVT
12.1.1
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on AS_LEADS_ALL
12.1.1
-
Table: AS_ACCESSES_ALL_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_ACCESSES_ALL_ALL, object_name:AS_ACCESSES_ALL_ALL, status:VALID, product: AS - Sales Foundation , description: Contains employee and partner access records for customers, sales leads and opportunities , implementation_dba_data: OSM.AS_ACCESSES_ALL_ALL ,
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on AS_LEADS_ALL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: PV.PV_ACCESS_MIGRATION_LOG
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ACCESS_MIGRATION_LOG, object_name:PV_ACCESS_MIGRATION_LOG, status:VALID,
-
TABLE: PV.PV_ACCESS_MIGRATION_LOG
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ACCESS_MIGRATION_LOG, object_name:PV_ACCESS_MIGRATION_LOG, status:VALID,
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on FND_MESSAGE
12.2.2
-
PACKAGE BODY: APPS.PV_SLSTEAM_MIGRTN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_SLSTEAM_MIGRTN_PVT, status:VALID,
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.PV_SLSTEAM_MIGRTN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_SLSTEAM_MIGRTN_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: AS_ACCESSES_ALL_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_ACCESSES_ALL_ALL, object_name:AS_ACCESSES_ALL_ALL, status:VALID, product: AS - Sales Foundation , description: Contains employee and partner access records for customers, sales leads and opportunities , implementation_dba_data: OSM.AS_ACCESSES_ALL_ALL ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on AS_ACCESSES_ALL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on AS_ACCESSES_ALL
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1