DBA Data[Home] [Help]

APPS.PJM_INSTALL dependencies on PJM_INSTALL

Line 1: package body PJM_INSTALL as

1: package body PJM_INSTALL as
2: /* $Header: PJMINSTB.pls 120.0 2005/05/24 18:06:24 appldev noship $ */
3:
4: ---------------------------------------------
5: -- Global variables

Line 251: if (not pjm_install.check_install) then

247:
248: --
249: -- If Project Manufacturing is not installed, immediately get out
250: --
251: if (not pjm_install.check_install) then
252: return TRUE;
253: end if;
254:
255: select count(*)

Line 418: end PJM_INSTALL;

414: create_synonym( 'PJM_PROJECTS_MTLL_V' , target_name );
415:
416: end maintain_locator_valuesets;
417:
418: end PJM_INSTALL;