Search Results asg_party_acc
Overview
The ASG_PARTY_ACC table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the ASG (CRM Gateway for Mobile Devices) product module. Its primary function is to manage and store the accessibility permissions between the CRM Gateway server and business parties. The table acts as a control mechanism, indicating whether a specific gateway server instance is authorized to synchronize and access data for a given party. This is fundamental to the secure and partitioned operation of the mobile gateway, ensuring that data synchronization is correctly scoped and controlled across different server deployments and organizational entities.
Key Information Stored
The table's structure is defined by a composite primary key, which dictates the fundamental relationship it records. The two critical columns are SERVER_ID and PARTY_ID. The SERVER_ID column stores a unique identifier for a specific CRM Gateway server instance configured within the ASG_SYNCH_SERVER table. The PARTY_ID column stores the identifier for a party from the Trading Community Architecture (TCA) registry. The existence of a record for a given SERVER_ID and PARTY_ID pair signifies that the gateway server has been granted access to that party's data for synchronization purposes to mobile devices. The absence of a record implies the server cannot access that party.
Common Use Cases and Queries
A primary use case is the validation check performed by the gateway server during synchronization requests. Before processing data for a party, the server logic will query this table to confirm authorization. Administrators use this table to manage the deployment model, such as provisioning a new gateway server with access to a specific set of subsidiaries or business units (represented as parties). Common reporting needs include auditing which servers have access to which parties and identifying parties that are not currently accessible by any gateway server. A typical query would join with the TCA party tables to resolve party names.
SELECT apa.server_id, apa.party_id, hp.party_name
FROM asg.asg_party_acc apa,
hz_parties hp
WHERE apa.party_id = hp.party_id
AND apa.server_id = :p_server_id;
Related Objects
The table maintains a direct foreign key relationship with the ASG_SYNCH_SERVER table, which is its principal parent object. This relationship enforces referential integrity, ensuring that every SERVER_ID recorded in ASG_PARTY_ACC corresponds to a valid, configured gateway server.
- ASG_SYNCH_SERVER: The parent table containing the master list of gateway servers. The relationship is defined as ASG_PARTY_ACC.SERVER_ID references ASG_SYNCH_SERVER.
Furthermore, the PARTY_ID column is a foreign key to the HZ_PARTIES table in the TCA schema, linking the access control record to the actual business entity (organization, person, group) within Oracle EBS, though this specific foreign key constraint may not be explicitly documented in the provided ASG metadata.
-
Table: ASG_PARTY_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_ACC, object_name:ASG_PARTY_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a party. , implementation_dba_data: ASG.ASG_PARTY_ACC ,
-
Table: ASG_PARTY_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_ACC, object_name:ASG_PARTY_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a party. , implementation_dba_data: ASG.ASG_PARTY_ACC ,
-
APPS.CSF_ACCESS_PKG dependencies on ASG_PARTY_ACC
12.2.2
-
APPS.CSF_ACCESS_PKG dependencies on ASG_PARTY_ACC
12.1.1
-
VIEW: ASG.ASG_PARTY_ACC#
12.2.2
owner:ASG, object_type:VIEW, object_name:ASG_PARTY_ACC#, status:VALID,
-
VIEW: APPS.ASG_PARTY_ACC_V
12.2.2
-
SYNONYM: APPS.ASG_PARTY_ACC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ASG_PARTY_ACC, status:VALID,
-
VIEW: APPS.ASG_PARTY_ACC_V
12.1.1
-
SYNONYM: APPS.ASG_PARTY_ACC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ASG_PARTY_ACC, status:VALID,
-
VIEW: ASG.ASG_PARTY_ACC#
12.2.2
-
TABLE: ASG.ASG_PARTY_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_ACC, object_name:ASG_PARTY_ACC, status:VALID,
-
TABLE: ASG.ASG_PARTY_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_ACC, object_name:ASG_PARTY_ACC, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
Table: ASG_SYNCH_SERVER
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SYNCH_SERVER, object_name:ASG_SYNCH_SERVER, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Informating about all the Mobile Device Gateway , implementation_dba_data: ASG.ASG_SYNCH_SERVER ,
-
12.2.2 DBA Data
12.2.2
-
Table: ASG_SYNCH_SERVER
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SYNCH_SERVER, object_name:ASG_SYNCH_SERVER, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Informating about all the Mobile Device Gateway , implementation_dba_data: ASG.ASG_SYNCH_SERVER ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CSF_ACCESS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_ACCESS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSF_ACCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_ACCESS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.ASG_PARTY_ACC_V
12.2.2
owner:APPS, object_type:VIEW, object_name:ASG_PARTY_ACC_V, status:VALID,
-
PACKAGE: APPS.ASG_PARTY_MERGE_PKG
12.1.1
-
PACKAGE: APPS.ASG_PARTY_MERGE_PKG
12.2.2
-
VIEW: APPS.ASG_PARTY_ACC_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASG_PARTY_ACC_V, status:VALID,
-
PACKAGE BODY: APPS.ASG_PARTY_MERGE_PKG
12.1.1
-
PACKAGE BODY: APPS.ASG_PARTY_MERGE_PKG
12.2.2
-
eTRM - ASG Tables and Views
12.1.1
description: profile values for wireless ,
-
eTRM - ASG Tables and Views
12.2.2
description: profile values for wireless ,
-
APPS.CSF_ACCESS_PKG SQL Statements
12.1.1
-
APPS.CSF_ACCESS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CSF_ACCESS_PKG
12.1.1
-
PACKAGE BODY: APPS.CSF_ACCESS_PKG
12.2.2
-
eTRM - ASG Tables and Views
12.1.1
description: profile values for wireless ,
-
eTRM - ASG Tables and Views
12.2.2
description: profile values for wireless ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1