Search Results access oracle account
The AS_ACC_USR_RANKS_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Advanced Supply Chain Planning (ASCP) module. This table stores user ranking information related to access control for planning responsibilities, ensuring that users have appropriate permissions to view or modify planning data based on their assigned roles. Below is a detailed analysis of its purpose, structure, key columns, and functional significance in Oracle EBS.
Purpose and Context
TheAS_ACC_USR_RANKS_ALL
table is part of Oracle ASCP's security framework, which governs user access to planning data. It enables hierarchical access control by associating users with specific ranks or privilege levels. This ensures that users can only interact with data pertinent to their organizational role, such as planners, managers, or administrators. The table is particularly relevant in multi-organization environments where data segregation is mandatory.
Table Structure and Key Columns
The table's structure includes columns that define user-rank relationships, organizational context, and access privileges. Key columns include:- USER_ID: References
FND_USER.USER_ID
, linking to the Oracle EBS user account. - RANK_ID: Identifies the rank or privilege level assigned to the user (e.g., 1 for high-level access).
- ORGANIZATION_ID: Specifies the inventory organization (from
ORG_ORGANIZATION_DEFINITIONS
) to which the rank applies. - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Audit columns tracking record creation/modification.
- LAST_UPDATE_LOGIN: Session identifier for the last update.
Functional Significance
- Access Control: The table enforces role-based access to planning data. For example, a regional planner may have a lower rank than a global planner, restricting their visibility to specific organizations.
- Multi-Org Support: The
_ALL
suffix indicates the table stores data across operating units, aligning with Oracle EBS's multi-org architecture. - Integration with ASCP: Ranks defined in this table influence data visibility in ASCP workflows, such as demand planning, supply planning, and inventory optimization.
- Security Compliance: By segregating data access, the table helps meet regulatory requirements (e.g., SOX, GDPR) for data confidentiality.
Technical Considerations
- Indexes: Typically indexed on
USER_ID
,RANK_ID
, andORGANIZATION_ID
for performance optimization. - Dependencies: Relies on
FND_USER
for user details andORG_ORGANIZATION_DEFINITIONS
for org validation. - APIs Oracle provides PL/SQL APIs (e.g., in
AS_ACCESS_CONTROL_PKG
) to manage ranks programmatically.
Customization and Extensions
While Oracle discourages direct DML on this table, customizations can be implemented via:- Personalization: Using Oracle's Access Control Manager to assign ranks via GUI.
- API Calls: Leveraging public APIs to automate rank assignments during user provisioning.
Conclusion
TheAS_ACC_USR_RANKS_ALL
table is a cornerstone of Oracle ASCP's security model in EBS 12.1.1 and 12.2.2. Its design ensures granular access control, supports multi-org deployments, and integrates seamlessly with planning workflows. Understanding its schema and functionality is essential for administrators configuring ASCP security or troubleshooting access issues.
-
Lookup Type: ACCESS_TYPE
12.2.2
product: AS - Sales Foundation , meaning: Access Type , description: Access Type ,
-
Lookup Type: ACCESS_TYPE
12.1.1
product: AS - Sales Foundation , meaning: Access Type , description: Access Type ,
-
Lookup Type: AS_TAP_TRANSACTION_TYPES
12.1.1
product: AS - Sales Foundation , meaning: AS_TAP_TRANSACTION_TYPES , description: Transaction Types for Sales TAP ,
-
Lookup Type: AS_TAP_TRANSACTION_TYPES
12.2.2
product: AS - Sales Foundation , meaning: AS_TAP_TRANSACTION_TYPES , description: Transaction Types for Sales TAP ,
-
Lookup Type: LIST_TYPE
12.1.1
product: AS - Sales Foundation , meaning: LIST_TYPE , description: Type of list ,
-
Lookup Type: LIST_TYPE
12.2.2
product: AS - Sales Foundation , meaning: LIST_TYPE , description: Type of list ,
-
Lookup Type: WORKSHEET_REGION
12.1.1
product: AS - Sales Foundation , meaning: WORKSHEET_REGION , description: List of the different tabbed regions available to the user ,
-
Lookup Type: WORKSHEET_REGION
12.2.2
product: AS - Sales Foundation , meaning: WORKSHEET_REGION , description: List of the different tabbed regions available to the user ,
-
Lookup Type: AS_TAP_ACCOUNT_TYPE
12.1.1
product: AS - Sales Foundation , meaning: Account Type , description: Account Type ,
-
Lookup Type: AS_TAP_ACCOUNT_TYPE
12.2.2
product: AS - Sales Foundation , meaning: Account Type , description: Account Type ,
-
Lookup Type: ROLE_TYPE
12.1.1
product: AS - Sales Foundation , meaning: ROLE_TYPE , description: Role type ,
-
Lookup Type: ROLE_TYPE
12.2.2
product: AS - Sales Foundation , meaning: ROLE_TYPE , description: Role type ,
-
Lookup Type: NOTE
12.2.2
product: AS - Sales Foundation , meaning: NOTE , description: Note Activity ,
-
Lookup Type: NOTE
12.1.1
product: AS - Sales Foundation , meaning: NOTE , description: Note Activity ,
-
Lookup Type: ASXCSPMR_NAVIGATION_FIELDS
12.1.1
product: AS - Sales Foundation , meaning: ASXCSPMR_NAVIGATION_FIELDS , description: Navigation option in the Process Mail Response window ,
-
Lookup Type: ASXCSPMR_NAVIGATION_FIELDS
12.2.2
product: AS - Sales Foundation , meaning: ASXCSPMR_NAVIGATION_FIELDS , description: Navigation option in the Process Mail Response window ,
-
Lookup Type: OPP_ACCESS_PRIVILEGE
12.2.2
product: AS - Sales Foundation , meaning: OPP_ACCESS_PRIVILEGE , description: Opportunity Access Privilege ,
-
Lookup Type: OPP_ACCESS_PRIVILEGE
12.1.1
product: AS - Sales Foundation , meaning: OPP_ACCESS_PRIVILEGE , description: Opportunity Access Privilege ,
-
Lookup Type: SALESFORCE_RELATIONSHIP
12.1.1
product: AS - Sales Foundation , meaning: SALESFORCE_RELATIONSHIP , description: Relationship between sales team members and the account ,
-
Table: AS_ACC_USR_RANKS_ALL
12.2.2
product: AS - Sales Foundation , description: Account user ranks , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: AS_CURR_ENV_USER_DEF_TEXT1
12.1.1
product: AS - Sales Foundation , meaning: AS_CURR_ENV_USER_DEF_TEXT1 , description: User defined quickpick on field text1 on Account -> Environment ,
-
Table: AS_ACC_USR_RANKS_ALL
12.1.1
product: AS - Sales Foundation , description: Account user ranks , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: SALESFORCE_RELATIONSHIP
12.2.2
product: AS - Sales Foundation , meaning: SALESFORCE_RELATIONSHIP , description: Relationship between sales team members and the account ,
-
Lookup Type: AS_CURR_ENV_USER_DEF_TEXT1
12.2.2
product: AS - Sales Foundation , meaning: AS_CURR_ENV_USER_DEF_TEXT1 , description: User defined quickpick on field text1 on Account -> Environment ,
-
Lookup Type: ACCESS_PRIVILEGE
12.1.1
product: AS - Sales Foundation , meaning: ACCESS_PRIVILEGE , description: Access privilege for an employee ,
-
Lookup Type: ACCESS_PRIVILEGE
12.2.2
product: AS - Sales Foundation , meaning: ACCESS_PRIVILEGE , description: Access privilege for an employee ,
-
Concurrent Program: ASTGAR
12.2.2
execution_filename: AS_GAR_PUB.Generate_Access_Records , product: AS - Sales Foundation , user_name: ASTGAR , description: Generate Access Records , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASTGAR
12.1.1
execution_filename: AS_GAR_PUB.Generate_Access_Records , product: AS - Sales Foundation , user_name: ASTGAR , description: Generate Access Records , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: AS_AP_BUSINESS_DRIVERS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_BUSINESS_DRIVERS, object_name:AS_AP_BUSINESS_DRIVERS, status:VALID, product: AS - Sales Foundation , description: This table will hold all the business drivers for each of the account plans , implementation_dba_data: OSM.AS_AP_BUSINESS_DRIVERS ,
-
Table: AS_AP_BUSINESS_DRIVERS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_BUSINESS_DRIVERS, object_name:AS_AP_BUSINESS_DRIVERS, status:VALID, product: AS - Sales Foundation , description: This table will hold all the business drivers for each of the account plans , implementation_dba_data: OSM.AS_AP_BUSINESS_DRIVERS ,
-
Table: AS_AP_STRTGC_OBJECTIVES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_STRTGC_OBJECTIVES, object_name:AS_AP_STRTGC_OBJECTIVES, status:VALID, product: AS - Sales Foundation , description: This table will hold all the strategic objectives for each of the account plans , implementation_dba_data: OSM.AS_AP_STRTGC_OBJECTIVES ,
-
Table: AS_AP_STRTGC_OBJECTIVES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_STRTGC_OBJECTIVES, object_name:AS_AP_STRTGC_OBJECTIVES, status:VALID, product: AS - Sales Foundation , description: This table will hold all the strategic objectives for each of the account plans , implementation_dba_data: OSM.AS_AP_STRTGC_OBJECTIVES ,
-
Table: AS_AP_TRACKING_OBJECTIVES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_TRACKING_OBJECTIVES, object_name:AS_AP_TRACKING_OBJECTIVES, status:VALID, product: AS - Sales Foundation , description: This table will hold all the revenue objectives for each of the account plans , implementation_dba_data: OSM.AS_AP_TRACKING_OBJECTIVES ,
-
Table: AS_AP_ACCOUNT_PLANS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_ACCOUNT_PLANS, object_name:AS_AP_ACCOUNT_PLANS, status:VALID, product: AS - Sales Foundation , description: This is the header table that will hold account plans for various customers , implementation_dba_data: OSM.AS_AP_ACCOUNT_PLANS ,
-
Table: AS_AP_ACCOUNT_PLANS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_ACCOUNT_PLANS, object_name:AS_AP_ACCOUNT_PLANS, status:VALID, product: AS - Sales Foundation , description: This is the header table that will hold account plans for various customers , implementation_dba_data: OSM.AS_AP_ACCOUNT_PLANS ,
-
Table: AS_AP_TRACKING_OBJECTIVES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_AP_TRACKING_OBJECTIVES, object_name:AS_AP_TRACKING_OBJECTIVES, status:VALID, product: AS - Sales Foundation , description: This table will hold all the revenue objectives for each of the account plans , implementation_dba_data: OSM.AS_AP_TRACKING_OBJECTIVES ,
-
Lookup Type: UPDATE_ACCESS
12.1.1
product: AS - Sales Foundation , meaning: UPDATE_ACCESS , description: Update Access ,
-
Lookup Type: UPDATE_ACCESS
12.2.2
product: AS - Sales Foundation , meaning: UPDATE_ACCESS , description: Update Access ,
-
Concurrent Program: ASXGARQT
12.2.2
execution_filename: AS_GAR_QOT_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGARQT , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASXGARLD
12.2.2
execution_filename: AS_GAR_LEADS_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGARLD , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASNATA
12.1.1
execution_filename: AS_ATA_NEW_PUB.Assign_Territory_Accesses , product: AS - Sales Foundation , user_name: ASNATA , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASNATA
12.2.2
execution_filename: AS_ATA_NEW_PUB.Assign_Territory_Accesses , product: AS - Sales Foundation , user_name: ASNATA , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: AS_ACCOUNT_CODES_V
12.1.1
product: AS - Sales Foundation , description: Account codes , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: ASXGAROP
12.2.2
execution_filename: AS_GAR_OPPTYS_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGAROP , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: AS_ACCOUNT_CODES_V
12.2.2
product: AS - Sales Foundation , description: Account codes , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: ASXGARQT
12.1.1
execution_filename: AS_GAR_QOT_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGARQT , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASXGARPR
12.1.1
execution_filename: AS_GAR_PROPOSALS_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGARPR , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASXGAROP
12.1.1
execution_filename: AS_GAR_OPPTYS_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGAROP , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASXGARLD
12.1.1
execution_filename: AS_GAR_LEADS_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGARLD , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASXGARAC
12.1.1
execution_filename: AS_GAR_ACCOUNTS_PUB.GAR_WRAPPER , product: AS - Sales Foundation , user_name: ASXGARAC , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,