DBA Data[Home] [Help]

APPS.HR_QSA_BUS dependencies on FND_PROFILE

Line 334: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP'); -- bug 1980440 fix

330: elsif p_type = 'PARTICIPANT' then
331: --
332: hr_utility.set_location(l_proc,50);
333: --
334: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP'); -- bug 1980440 fix
335: -- Check type_object_id for PARTICIPANT
336: open csr_type_participant;
337: fetch csr_type_participant
338: into l_bus_grp_id, l_part_in_tab, l_part_in_col;