DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on FND_PROFILE

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

210: l_bus_group_id per_business_groups.business_group_id%TYPE;
211:
212: BEGIN
213: l_index := 1;
214: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
215:
216: l_flex_num := get_pos_flex_num(p_bus_org_id=>l_bus_group_id) ;
217:
218: l_flex_recs := get_segments(p_flex_num => l_flex_num,

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

318: l_flex_num NUMBER;
319: l_bus_group_id per_business_groups.business_group_id%TYPE;
320:
321: BEGIN
322: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
323:
324: l_flex_num := get_pos_flex_num(p_bus_org_id=>l_bus_group_id) ;
325:
326: l_delimiter := ghr_utility.get_flex_delimiter(p_flex_code => 'POS',

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

778: v_current_sg NUMBER;
779: l_bus_group_id per_business_groups.business_group_id%TYPE;
780: l_security_group_id per_business_groups.security_group_id%TYPE;
781: begin
782: v_current_sg := fnd_profile.value('PER_SECURITY_PROFILE_ID');
783: IF v_current_sg is not null then
784: -- We can assume that either:
785: -- a) the API is being called from a Form
786: -- or b) the call has come from a SQLPlus session where

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

851: p_security_group_id => 0
852: );
853: END IF;
854: END IF;
855: -- v_current_sg := fnd_profile.value('SECURITY_GROUP_ID');
856: end set_client_info;
857:
858: FUNCTION get_noa_code (p_nature_of_action_id IN NUMBER)
859: RETURN VARCHAR2 AS

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

992:
993:
994: BEGIN
995: v_is_ghr := 'TRUE';
996: v_current_bg := fnd_profile.value('PER_BUSINESS_GROUP_ID');
997:
998: -- DK 2002-11-08 PLSQLSTD
999: --hr_utility.set_location('Inside Main Begin' ,1);
1000: