DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on FND_PROFILE

Line 2240: fnd_profile.put('PER_ASSIGNMENT_ID',p_assignment_id);

2236: l_proc := g_package||' set_profiles';
2237: hr_utility.set_location('Entering '||l_proc,5);
2238: end if;
2239: --
2240: fnd_profile.put('PER_ASSIGNMENT_ID',p_assignment_id);
2241: if g_debug then
2242: hr_utility.set_location(l_proc,10);
2243: end if;
2244: --

Line 2246: fnd_profile.put('PER_BUSINESS_GROUP_ID',p_business_group_id);

2242: hr_utility.set_location(l_proc,10);
2243: end if;
2244: --
2245: if nvl(p_business_group_id,-1) <> hr_api.g_number then
2246: fnd_profile.put('PER_BUSINESS_GROUP_ID',p_business_group_id);
2247: if g_debug then
2248: hr_utility.set_location(l_proc,20);
2249: end if;
2250: end if;

Line 2252: fnd_profile.put('PER_ORGANIZATION_ID',p_organization_id);

2248: hr_utility.set_location(l_proc,20);
2249: end if;
2250: end if;
2251: --
2252: fnd_profile.put('PER_ORGANIZATION_ID',p_organization_id);
2253: if g_debug then
2254: hr_utility.set_location(l_proc,30);
2255: end if;
2256: --

Line 2257: fnd_profile.put('PER_LOCATION_ID',p_location_id);

2253: if g_debug then
2254: hr_utility.set_location(l_proc,30);
2255: end if;
2256: --
2257: fnd_profile.put('PER_LOCATION_ID',p_location_id);
2258: if g_debug then
2259: hr_utility.set_location(l_proc,40);
2260: end if;
2261: --