DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on FND_PROFILE

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

2246: l_proc := g_package||' set_profiles';
2247: hr_utility.set_location('Entering '||l_proc,5);
2248: end if;
2249: --
2250: fnd_profile.put('PER_ASSIGNMENT_ID',p_assignment_id);
2251: if g_debug then
2252: hr_utility.set_location(l_proc,10);
2253: end if;
2254: --

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

2252: hr_utility.set_location(l_proc,10);
2253: end if;
2254: --
2255: if nvl(p_business_group_id,-1) <> hr_api.g_number then
2256: fnd_profile.put('PER_BUSINESS_GROUP_ID',p_business_group_id);
2257: if g_debug then
2258: hr_utility.set_location(l_proc,20);
2259: end if;
2260: end if;

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

2258: hr_utility.set_location(l_proc,20);
2259: end if;
2260: end if;
2261: --
2262: fnd_profile.put('PER_ORGANIZATION_ID',p_organization_id);
2263: if g_debug then
2264: hr_utility.set_location(l_proc,30);
2265: end if;
2266: --

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

2263: if g_debug then
2264: hr_utility.set_location(l_proc,30);
2265: end if;
2266: --
2267: fnd_profile.put('PER_LOCATION_ID',p_location_id);
2268: if g_debug then
2269: hr_utility.set_location(l_proc,40);
2270: end if;
2271: --

Line 2272: fnd_profile.put('PER_PERSON_ID',P_PERSON_ID);

2268: if g_debug then
2269: hr_utility.set_location(l_proc,40);
2270: end if;
2271: --
2272: fnd_profile.put('PER_PERSON_ID',P_PERSON_ID);
2273: if g_debug then
2274: hr_utility.set_location(l_proc,50);
2275: end if;
2276: