Search Results asg_applications_b
Overview
The ASG_APPLICATIONS_B 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 serve as the master repository for all supported mobile applications within the CRM Gateway ecosystem. This table is essential for the administration and configuration of mobile device functionality, acting as a reference point that defines which mobile applications are available for deployment and synchronization with the central EBS instance. It underpins the mobile infrastructure by providing a definitive list of applications that can be associated with users and devices.
Key Information Stored
While the provided ETRM excerpt does not list all columns, the documented primary key column, MOBILE_APPLICATION_ID, is the unique identifier for each mobile application record. This ID is a critical foreign key used throughout the related mobile device schema. Based on its description and standard EBS table naming conventions (the "_B" suffix typically indicates the base table), it is reasonable to infer the table stores fundamental attributes for each application. These likely include the application name, version, a description of its purpose, status (e.g., Active, Inactive), and technical metadata required for the CRM Gateway to manage application deployment, data synchronization rules, and compatibility.
Common Use Cases and Queries
This table is primarily accessed for administrative setup, reporting, and troubleshooting within the mobile device framework. Common operational scenarios include generating a list of all configured mobile applications, validating application IDs during user device registration, and auditing application usage. A fundamental query to retrieve all active mobile applications would follow the pattern: SELECT mobile_application_id, application_name FROM asg.asg_applications_b WHERE enabled_flag = 'Y' ORDER BY application_name; (assuming an enabled flag column). Support and development teams often join this table with user assignment tables to diagnose synchronization issues, using queries that link a specific device user's configured application back to its master definition.
Related Objects
The documented foreign key relationship explicitly defines a critical dependency for the ASG_APPLICATIONS_B table. The primary key column MOBILE_APPLICATION_ID is referenced by the ASG_DEVICE_USERS table via its foreign key column of the same name, ASG_DEVICE_USERS.MOBILE_APPLICATION_ID. This relationship enforces referential integrity, ensuring that a mobile application assigned to a device user must first be registered in the ASG_APPLICATIONS_B master table. This design centralizes application management and prevents orphaned records in user assignment data. In a typical implementation, this table would also be the parent to other transactional or configuration tables within the ASG schema that require a valid mobile application context.
-
Table: ASG_APPLICATIONS_B
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_APPLICATIONS_B, object_name:ASG_APPLICATIONS_B, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores all the various mobile application supported , implementation_dba_data: ASG.ASG_APPLICATIONS_B ,
-
Table: ASG_APPLICATIONS_B
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_APPLICATIONS_B, object_name:ASG_APPLICATIONS_B, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores all the various mobile application supported , implementation_dba_data: ASG.ASG_APPLICATIONS_B ,
-
VIEW: ASG.ASG_APPLICATIONS_B#
12.2.2
owner:ASG, object_type:VIEW, object_name:ASG_APPLICATIONS_B#, status:VALID,
-
SYNONYM: APPS.ASG_APPLICATIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ASG_APPLICATIONS_B, status:VALID,
-
VIEW: ASG.ASG_APPLICATIONS_B#
12.2.2
-
SYNONYM: APPS.ASG_APPLICATIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ASG_APPLICATIONS_B, status:VALID,
-
VIEW: APPS.ASG_APPLICATION_VL
12.2.2
-
VIEW: APPS.ASG_USER_VERSIONS
12.1.1
-
VIEW: APPS.ASG_USER_VERSIONS
12.2.2
-
VIEW: APPS.ASG_APPLICATION_VL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
View: ASG_USER_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , implementation_dba_data: APPS.ASG_USER_VERSIONS ,
-
12.2.2 DBA Data
12.2.2
-
TABLE: ASG.ASG_APPLICATIONS_B
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_APPLICATIONS_B, object_name:ASG_APPLICATIONS_B, status:VALID,
-
TABLE: ASG.ASG_APPLICATIONS_B
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_APPLICATIONS_B, object_name:ASG_APPLICATIONS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
Table: ASG_DEVICE_USERS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information of a resource, such as a service engineer or a salesman, related to a mobile application , implementation_dba_data: ASG.ASG_DEVICE_USERS ,
-
Table: ASG_DEVICE_USERS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information of a resource, such as a service engineer or a salesman, related to a mobile application , implementation_dba_data: ASG.ASG_DEVICE_USERS ,
-
View: ASG_USER_VERSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , implementation_dba_data: APPS.ASG_USER_VERSIONS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: ASG_APPLICATION_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_APPLICATION_VL, object_name:ASG_APPLICATION_VL, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: MultiLingual view based on ASG_APPLIATIONS_B table. , implementation_dba_data: APPS.ASG_APPLICATION_VL ,
-
View: ASG_APPLICATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_APPLICATION_VL, object_name:ASG_APPLICATION_VL, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: MultiLingual view based on ASG_APPLIATIONS_B table. , implementation_dba_data: APPS.ASG_APPLICATION_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
VIEW: APPS.ASG_USER_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID,
-
VIEW: APPS.ASG_USER_VERSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID,
-
VIEW: APPS.ASG_APPLICATION_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_APPLICATION_VL, object_name:ASG_APPLICATION_VL, status:VALID,
-
VIEW: APPS.ASG_APPLICATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_APPLICATION_VL, object_name:ASG_APPLICATION_VL, status:VALID,
-
TABLE: ASG.ASG_DEVICE_USERS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID,
-
TABLE: ASG.ASG_DEVICE_USERS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID,
-
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