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;
    grant create table, create procedure to apps with admin option;