DBA Data[Home] [Help]

APPS.AP_WEB_PROJECT_PKG dependencies on FND_INSTALLATION

Line 34: if (FND_INSTALLATION.GET(275, 275, l_Status, l_Industry)) then

30: -- Assume that the session is not project enabled
31: P_Result := 'N';
32:
33: -- Check projects installed
34: if (FND_INSTALLATION.GET(275, 275, l_Status, l_Industry)) then
35: if (l_Status <> 'I') then
36: return;
37: end if;
38: end if;