DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on FND_ORACLE_USERID

Line 2887: FROM fnd_oracle_userid

2883: l_apps_user VARCHAR2(150);
2884:
2885: CURSOR l_apps_user_csr IS
2886: SELECT oracle_username
2887: FROM fnd_oracle_userid
2888: WHERE read_only_flag = 'U';
2889:
2890: CURSOR l_xdo_view_csr(pc_user VARCHAR2) IS
2891: SELECT 1