DBA Data[Home] [Help]

APPS.PQP_GB_MILEAGE_CLAIM_PKG dependencies on FND_PROFILE

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

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

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

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