DBA Data[Home] [Help]

APPS.PAY_LOADER_UTILS_PKG dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 44: hr_startup_data_api_support.enable_startup_mode(l_mode);

40: elsif p_business_group_id is null and p_legislation_code is null then
41: l_mode := 'GENERIC';
42: end if;
43:
44: hr_startup_data_api_support.enable_startup_mode(l_mode);
45:
46: if l_mode <> 'USER' then
47: hr_startup_data_api_support.delete_owner_definitions;
48: hr_startup_data_api_support.create_owner_definition('PAY');

Line 47: hr_startup_data_api_support.delete_owner_definitions;

43:
44: hr_startup_data_api_support.enable_startup_mode(l_mode);
45:
46: if l_mode <> 'USER' then
47: hr_startup_data_api_support.delete_owner_definitions;
48: hr_startup_data_api_support.create_owner_definition('PAY');
49: end if;
50:
51: hr_utility.set_location(' Leaving:'||l_proc, 30);

Line 48: hr_startup_data_api_support.create_owner_definition('PAY');

44: hr_startup_data_api_support.enable_startup_mode(l_mode);
45:
46: if l_mode <> 'USER' then
47: hr_startup_data_api_support.delete_owner_definitions;
48: hr_startup_data_api_support.create_owner_definition('PAY');
49: end if;
50:
51: hr_utility.set_location(' Leaving:'||l_proc, 30);
52: --