DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on FND_PROFILE

Line 160: l_curr_business_group_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

156: l_status := TRUE;
157: g_request_ids.DELETE;
158: g_futr_proc_name := 'GHR_Proc_Futr_Act' || '_' || l_parent_request_id;
159: -- Bug # 7510344
160: l_curr_business_group_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
161:
162: -- Thread size should be minimum of 10.
163: IF p_thread_size IS NULL OR p_thread_size < 10 THEN
164: l_thread_size := 10;

Line 237: fnd_profile.get('USERNAME',l_user_name);

233: l_batch_counter := l_batch_counter + 1;
234: END IF;
235: ELSE
236: --Bug#3726290 close the RPA, if p_result <> 'NOT EXISTS'
237: fnd_profile.get('USERNAME',l_user_name);
238: --bug#4896738
239: --hr_utility.set_location('Intial value of g_skip_grp_box '||decode(g_skip_grp_box,TRUE,1,0),9876);
240: g_skip_grp_box := TRUE;
241: --hr_utility.set_location('value before calling end sf52 g_skip_grp_box '||decode(g_skip_grp_box,TRUE,1,0),9875);

Line 344: fnd_profile.get('USERNAME',l_user_name);

340: l_batch_counter := l_batch_counter + 1;
341: END IF;
342: ELSE
343: --Bug#3726290 close the RPA, if p_result <> 'NOT EXISTS'
344: fnd_profile.get('USERNAME',l_user_name);
345: --bug#4896738
346: --hr_utility.set_location('Intial value of g_skip_grp_box '||g_skip_grp_box,9873);
347: g_skip_grp_box := TRUE;
348: --hr_utility.set_location('value before calling end sf52 g_skip_grp_box '||g_skip_grp_box,9872);

Line 479: if l_curr_business_group_id <> fnd_profile.value('PER_BUSINESS_GROUP_ID') then

475: END IF;
476:
477: -- Bug # 7510344
478: --setting back the business group
479: if l_curr_business_group_id <> fnd_profile.value('PER_BUSINESS_GROUP_ID') then
480: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_curr_business_group_id);
481: end if;
482:
483: -- Delete the temporary table data.

Line 480: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_curr_business_group_id);

476:
477: -- Bug # 7510344
478: --setting back the business group
479: if l_curr_business_group_id <> fnd_profile.value('PER_BUSINESS_GROUP_ID') then
480: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_curr_business_group_id);
481: end if;
482:
483: -- Delete the temporary table data.
484: DELETE FROM GHR_MTS_TEMP

Line 680: if l_bus_group_id <> fnd_profile.value('PER_BUSINESS_GROUP_ID') then

676: exit;
677: end loop;
678: end if;
679:
680: if l_bus_group_id <> fnd_profile.value('PER_BUSINESS_GROUP_ID') then
681: --Putting the BUSINESS GROUP_ID
682: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_bus_group_id);
683: end if;
684: --7510344

Line 682: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_bus_group_id);

678: end if;
679:
680: if l_bus_group_id <> fnd_profile.value('PER_BUSINESS_GROUP_ID') then
681: --Putting the BUSINESS GROUP_ID
682: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_bus_group_id);
683: end if;
684: --7510344
685:
686: