Location Alias-Description..
I need to fetch location alias . I am using the following query. But it is giving 'single-row subquery returns more than one row'.
I am using the following query. Is it for multiple location alias pointed to same location combination(data issue) or am i missing any joining condition?
select sfa.description fromFND_SHORTHAND_FLEX_ALIASES SFA,
FA_LOCATIONS_KFV FLKwhere SFA.CONCATENATED_SEGMENTS=FLK.CONCATENATED_SEGMENTSPlease help...
Regards