DBA Data[Home] [Help]

PACKAGE: APPS.HR_MULTI_TENANT_INSTALLER

Source


1 PACKAGE hr_multi_tenant_installer AS
2 /* $Header: pemtstup.pkh 120.0.12010000.5 2008/11/28 09:44:26 bchakrab noship $ */
3 
4 --
5 -- Name
6 --   install_hr_multi_tenant
7 --
8 -- Purpose
9 --    This procedure is called by the concurrent program
10 --    'Enable Multiple Tenant Security Process'. If valid profile
11 --    is not set for HR_ENABLE_MULTI_TENANCY it returns. If
12 --    the multi tenancy solution is not already installed then
13 --    it installs the solution. Irrespective of the soultion being installed
14 --    or not, it generates the package 'HR_MULTI_TENANCY_PKG'
15 --    and 'HR_MULTI_TENANT_INSTALL'.
16 --
17 -- Arguments
18 --   errbuf and retcode.
19 --
20 
21 PROCEDURE install_hr_multi_tenant  (errbuf  OUT  NOCOPY  VARCHAR2
22                                    ,retcode OUT  NOCOPY  NUMBER);
23 
24 END hr_multi_tenant_installer;