Provide Required Grants to the APPS Schema

  1. Connect to the PDB as sys user and execute the following commands:
    grant execute any procedure to apps with admin option;
    
    grant select any dictionary to apps;
    grant ADMINISTER DATABASE TRIGGER to APPS;