DBA Data[Home] [Help]

APPS.GHR_REI_BUS dependencies on FND_PROFILE

Line 817: -- Set the business group_id using fnd_profile.put

813: -- Business group Id has to be populated for the server side DDF Validation
814: -- Get the Business Group Id as follows
815: -- Get the person_id/position_id from ghr_pa_requests using pa_request_id
816: -- With person_id/position_id get the business group id form per_peope_f/per_positions
817: -- Set the business group_id using fnd_profile.put
818: -- If there is no person_id or position_id in ghr_pa_requests do not validate using dflex -- ??
819:
820: --Getting Business Group Id
821: if l_person_id is not null then

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

836: end if;
837: if l_person_id is not null or l_position_id is not null then
838: --Putting the BUSINESS GROUP_ID
839: hr_utility.set_location('BG ID '||l_bus_group_id,4);
840: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_bus_group_id);
841: hr_dflex_utility.ins_or_upd_descflex_attribs
842: (p_appl_short_name => 'GHR'
843: ,p_descflex_name => 'Extra PA Request Info DDF'
844: ,p_attribute_category => p_rec.rei_information_category

Line 1047: -- Set the business group_id using fnd_profile.put

1043: -- Business group Id has to be populated for the server side DDF Validation
1044: -- Get the Business Group Id as follows
1045: -- Get the person_id/position_id from ghr_pa_requests using pa_request_id
1046: -- With person_id/position_id get the business group id form per_peope_f/per_positions
1047: -- Set the business group_id using fnd_profile.put
1048: -- If there is no person_id or position_id in ghr_pa_requests do not validate using dflex -- ??
1049:
1050: --Getting Business Group Id
1051: if l_person_id is not null then

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

1066: end if;
1067: if l_person_id is not null or l_position_id is not null then
1068: --Putting the BUSINESS GROUP_ID
1069: hr_utility.set_location('BG ID '||l_bus_group_id,4);
1070: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_bus_group_id);
1071: hr_dflex_utility.ins_or_upd_descflex_attribs
1072: (p_appl_short_name => 'GHR'
1073: ,p_descflex_name => 'Extra PA Request Info DDF'
1074: ,p_attribute_category => p_rec.rei_information_category