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.12010000.2 2009/10/20 22:06:14 huiwan ship $ */
3:
4: ---------------------------------------------
5: -- Global variables

Line 268: if (not pjm_install.check_install) then

264:
265: --
266: -- If Project Manufacturing is not installed, immediately get out
267: --
268: if (not pjm_install.check_install) then
269: return TRUE;
270: end if;
271:
272: select count(*)

Line 435: end PJM_INSTALL;

431: create_synonym( 'PJM_PROJECTS_MTLL_V' , target_name );
432:
433: end maintain_locator_valuesets;
434:
435: end PJM_INSTALL;