DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on FND_PROFILE

Line 204: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);

200: l_bus_group_id per_business_groups.business_group_id%TYPE;
201:
202: BEGIN
203: l_index := 1;
204: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
205:
206: l_flex_num := get_pos_flex_num(p_bus_org_id=>l_bus_group_id) ;
207:
208: l_flex_recs := get_segments(p_flex_num => l_flex_num,

Line 312: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);

308: l_flex_num NUMBER;
309: l_bus_group_id per_business_groups.business_group_id%TYPE;
310:
311: BEGIN
312: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
313:
314: l_flex_num := get_pos_flex_num(p_bus_org_id=>l_bus_group_id) ;
315:
316: l_delimiter := ghr_utility.get_flex_delimiter(p_flex_code => 'POS',

Line 765: v_current_sg := fnd_profile.value('PER_SECURITY_PROFILE_ID');

761: v_current_sg NUMBER;
762: l_bus_group_id per_business_groups.business_group_id%TYPE;
763: l_security_group_id per_business_groups.security_group_id%TYPE;
764: begin
765: v_current_sg := fnd_profile.value('PER_SECURITY_PROFILE_ID');
766: IF v_current_sg is not null then
767: -- We can assume that either:
768: -- a) the API is being called from a Form
769: -- or b) the call has come from a SQLPlus session where

Line 838: -- v_current_sg := fnd_profile.value('SECURITY_GROUP_ID');

834: p_security_group_id => 0
835: );
836: END IF;
837: END IF;
838: -- v_current_sg := fnd_profile.value('SECURITY_GROUP_ID');
839: end set_client_info;
840:
841: FUNCTION get_noa_code (p_nature_of_action_id IN NUMBER)
842: RETURN VARCHAR2 AS

Line 979: v_current_bg := fnd_profile.value('PER_BUSINESS_GROUP_ID');

975:
976:
977: BEGIN
978: v_is_ghr := 'TRUE';
979: v_current_bg := fnd_profile.value('PER_BUSINESS_GROUP_ID');
980:
981: -- DK 2002-11-08 PLSQLSTD
982: --hr_utility.set_location('Inside Main Begin' ,1);
983: