DBA Data[Home] [Help]

APPS.PQP_GB_MILEAGE_CLAIM_PKG dependencies on FND_PROFILE

Line 1276: l_businesss_group_id:= fnd_profile.value('PER_BUSINESS_GROUP_ID');

1272: -- instr(p_info_id,l_string,1,2)-instr(p_info_id,l_string)-LENGTH(l_string));
1273: -- l_session_id :=substr(p_info_id,instr(p_info_id,l_string,1,2)+LENGTH(l_string)) ;
1274: /*This is changed now as the url contains -1,-1 for both values below
1275: now these values are derived from the profile value*/
1276: l_businesss_group_id:= fnd_profile.value('PER_BUSINESS_GROUP_ID');
1277: l_session_id := fnd_profile.value('USER_ID');
1278:
1279:
1280: l_st_dt :=FND_DATE.CHARDATE_TO_DATE(p_start_date);

Line 1277: l_session_id := fnd_profile.value('USER_ID');

1273: -- l_session_id :=substr(p_info_id,instr(p_info_id,l_string,1,2)+LENGTH(l_string)) ;
1274: /*This is changed now as the url contains -1,-1 for both values below
1275: now these values are derived from the profile value*/
1276: l_businesss_group_id:= fnd_profile.value('PER_BUSINESS_GROUP_ID');
1277: l_session_id := fnd_profile.value('USER_ID');
1278:
1279:
1280: l_st_dt :=FND_DATE.CHARDATE_TO_DATE(p_start_date);
1281: l_ed_dt :=FND_DATE.CHARDATE_TO_DATE(p_end_date);