DBA Data[Home] [Help]

APPS.PJM_PROJECT_PARAM_PUB dependencies on FND_INSTALLATION

Line 52: IF NOT ( FND_INSTALLATION.get_app_info

48: --
49: -- If the license status is not 'I', Project Manufacturing is
50: -- not installed.
51: --
52: IF NOT ( FND_INSTALLATION.get_app_info
53: ( P_appl_short_name , l_status , l_industry , l_ora_schema ) ) THEN
54: RETURN FALSE;
55: END IF;
56: