Tables which Stores the Details when the Permission List or Roles are Cloned



SELECT * FROM PSPERMORIGIN;  -- This table stores the Cloned Permission List Name and the Original Permission List from where it copied from.


SELECT * FROM PSROLEORIGIN; -- This table stores the cloned Role Name and the Original Role name from where it copied from.

Comments