DBA Data[Home] [Help]

APPS.HR_NAVIGATION_NODES_PKG dependencies on FND_APPLICATION

Line 174: from FND_APPLICATION

170:
171: if X_APPLICATION_SHORT_NAME is not null then
172: select APPLICATION_ID
173: into X_APPLICATION_ID
174: from FND_APPLICATION
175: where APPLICATION_SHORT_NAME = X_APPLICATION_SHORT_NAME;
176: else
177: X_APPLICATION_ID := null;
178: end if;