DBA Data[Home] [Help]

APPS.HR_NAVIGATION_NODES_PKG dependencies on FND_APPLICATION

Line 131: from FND_APPLICATION

127:
128: if X_APPLICATION_SHORT_NAME is not null then
129: select APPLICATION_ID
130: into X_APPLICATION_ID
131: from FND_APPLICATION
132: where APPLICATION_SHORT_NAME = X_APPLICATION_SHORT_NAME;
133: else
134: X_APPLICATION_ID := null;
135: end if;