DBA Data[Home] [Help]

APPS.OTA_GENERAL dependencies on FND_PROFILE

Line 1045: if (fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'))is not null then

1041: -- Below if condition commented out to avoid empty pages issues in eBS project.
1042: -- if ( fnd_global.user_id = -1 ) then
1043: -- return(null);
1044: -- else
1045: if (fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'))is not null then
1046: return(fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'));
1047: else
1048: return(fnd_profile.value('PER_BUSINESS_GROUP_ID'));
1049: end if;

Line 1046: return(fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'));

1042: -- if ( fnd_global.user_id = -1 ) then
1043: -- return(null);
1044: -- else
1045: if (fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'))is not null then
1046: return(fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'));
1047: else
1048: return(fnd_profile.value('PER_BUSINESS_GROUP_ID'));
1049: end if;
1050: -- end if;

Line 1048: return(fnd_profile.value('PER_BUSINESS_GROUP_ID'));

1044: -- else
1045: if (fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'))is not null then
1046: return(fnd_profile.value('OTA_HR_GLOBAL_BUSINESS_GROUP_ID'));
1047: else
1048: return(fnd_profile.value('PER_BUSINESS_GROUP_ID'));
1049: end if;
1050: -- end if;
1051:
1052: end get_business_group_id ;