Oracle 给予访问其他用户包的权限
grant execute on apps.SPM_CON_INVOICE_INF_PKG to diq;
grant DEBUG on apps.SPM_CON_INVOICE_INF_PKG to diq;
在diq 下直接 view apps.SPM_CON_INVOICE_INF_PKG即可。
debugger 进不去包解决!
alter package CUX_CP_PLAN_UTIL_PKG_BAK compile debug;
I fight for the brave tomorrow