DBA Data[Home] [Help]

APPS.OKS_UTIL_PUB dependencies on FND_APPLICATION

Line 172: FROM fnd_application

168: check_enabled IN BOOLEAN := TRUE) IS
169:
170: CURSOR Cur_get_application_id(app_short_name VARCHAR2) IS
171: SELECT application_id
172: FROM fnd_application
173: WHERE application_short_name = app_short_name;
174:
175: v_context_dr fnd_dflex.contexts_dr;
176: v_dflex_r fnd_dflex.dflex_r;