|
Dear Erman,
Our apps version R12.2.5
DB version 12.1.0.2
While granting read access to a table,we are facing the below error.Can you pls suggest.
SQL> exec AD_ZD.grant_privs('SELECT','XXABC_AP_MBOOK_AGR_ITEMS_TAB', 'XXMOT');
BEGIN AD_ZD.grant_privs('SELECT','XXABC_AP_MBOOK_AGR_ITEMS_TAB', 'XXMOT'); END;
*
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "APPS.AD_ZD", line 1134
ORA-06512: at line 1
XXMOT is the user to which we are granting access
XXABC_AP_MBOOK_AGR_ITEMS_TAB is the custom table
SQL> select owner,object_name,object_type from dba_objects where object_name='XXABC_AP_MBOOK_AGR_ITEMS_TAB';
OWNER
--------------------------------------------------------------------------------
OBJECT_NAME
--------------------------------------------------------------------------------
OBJECT_TYPE
-----------------------
XXABC
XXABC_AP_MBOOK_AGR_ITEMS_TAB
TABLE
APPS
XXABC_AP_MBOOK_AGR_ITEMS_TAB
SYNONYM
We are able to use the same api for standard tables.This instance is fresh installed in 2017 and this is not any upgraded instance.We have registered the custom schema correctly.
Thanks,
Satish
|