DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_API

Line 1714: and language = hr_api.userenv_lang;

1710: select tag
1711: from fnd_lookup_values
1712: where lookup_type = 'ORG_CLASS'
1713: and lookup_code = cp_lookup_code
1714: and language = hr_api.userenv_lang;
1715:
1716: l_tag fnd_lookup_values.tag%type;
1717: l_enabled boolean default false;
1718: l_plus_tag varchar2(30);

Line 2339: ,p_language_code => hr_api.userenv_lang

2335: ,p_configuration_type => l_configuration_type
2336: ,p_configuration_status => 'LOADED'
2337: ,p_configuration_name => l_configuration_name
2338: ,p_configuration_description => l_configuration_description
2339: ,p_language_code => hr_api.userenv_lang
2340: ,p_effective_date => null
2341: ,p_object_version_number => l_object_version_number);
2342: hr_utility.trace('l_object_version_number after =' || l_object_version_number);
2343: end if;