• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to read all modules assigned to user from Primavera P6 EPPM database

by admin

Question: How to read all modules assigned to user from the Primavera P6 EPPM database?

1. Login to ADMUSER schema and run the following query to get the user_id

select user_id from admuser.users where user_name = ?

2. Pass the User ID to the below query to get the assigned modules

select  db_engine_type as MODULE_NAME FROM admuser.usereng 
WHERE user_id = ?

Filed Under: Oracle Apps

Some more articles you might also be interested in …

  1. How to Change the P6 User Login Name in SQLite Database
  2. Resetting an Application User’s Password in P6 Professional Using SQLite
  3. Fndload Value Set Download Upload Command
  4. How to Reset a Primavera P6 Application User Password
  5. Application Engine Concepts
  6. FNDLOAD Commands to Download Different Seed Data Types
  7. Fndload Responsibility Download Upload Command
  8. FNDLOAD program Examples
  9. How to find customer number, site number, party number from invoice
  10. PeopleSoft “Authorization Error – Contact your security administrator “

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright