DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on FND_ORACLE_USERID

Line 2845: FROM fnd_oracle_userid

2841: l_apps_user VARCHAR2(150);
2842:
2843: CURSOR l_apps_user_csr IS
2844: SELECT oracle_username
2845: FROM fnd_oracle_userid
2846: WHERE read_only_flag = 'U';
2847:
2848: CURSOR l_xdo_view_csr(pc_user VARCHAR2) IS
2849: SELECT 1