DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on HR_MULTI_TENANCY_PKG

Line 193: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;

189: hr_utility.set_location('Entering:'|| l_proc, 10);
190:
191: hr_utility.trace('Starting Time = ' || to_char(sysdate,'DD-Mon-YYYY HH24:MI:SS'));
192:
193: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
194: l_sec_group_id := fnd_global.security_group_id;
195: if l_multi_tenancy then
196: l_system_model := hr_multi_tenancy_pkg.get_system_model;
197: end if;

Line 196: l_system_model := hr_multi_tenancy_pkg.get_system_model;

192:
193: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
194: l_sec_group_id := fnd_global.security_group_id;
195: if l_multi_tenancy then
196: l_system_model := hr_multi_tenancy_pkg.get_system_model;
197: end if;
198:
199:
200: BEGIN

Line 868: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;

864:
865: hr_utility.trace('Starting Time = ' || to_char(sysdate,'DD-Mon-YYYY HH24:MI:SS'));
866:
867: --Check Whether multiTenancy is enabled or not
868: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
869: l_sec_group_id := fnd_global.security_group_id;
870: if l_multi_tenancy then
871: l_system_model := hr_multi_tenancy_pkg.get_system_model;
872: end if;

Line 871: l_system_model := hr_multi_tenancy_pkg.get_system_model;

867: --Check Whether multiTenancy is enabled or not
868: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
869: l_sec_group_id := fnd_global.security_group_id;
870: if l_multi_tenancy then
871: l_system_model := hr_multi_tenancy_pkg.get_system_model;
872: end if;
873:
874:
875: BEGIN

Line 1263: hr_multi_tenancy_pkg.set_context('ENT');

1259: AND l_enterprise_id IS NOT NULL
1260: THEN
1261: hr_utility.set_location('DP is getting run before hand ', 76);
1262: BEGIN
1263: hr_multi_tenancy_pkg.set_context('ENT');
1264: --
1265: -- run data pump to load hrms entities into schema
1266: --
1267: hr_data_pump.main (errbuf => l_errbuf

Line 1347: hr_multi_tenancy_pkg.set_context(l_label);

1343: close csr_bg_ids;
1344:
1345: /*fnd_global.set_security_group_id_context(security_group_id
1346: => l_old_sec_group_id);*/
1347: hr_multi_tenancy_pkg.set_context(l_label);
1348: hr_utility.set_location('After change the Sec group id is : ' ||
1349: fnd_global.security_group_id, 90);
1350:
1351: l_batch_name := substr(p_configuration_code || 'third' || ' ' || to_char(sysdate,'DD-MON-YYYY HH24:MI:SS'),1,80);