Need help on 11i ar_location_values which is an obsolete table in R12
Hi,
We are in the process of upgrating the customer 11i instance to R12.2.6. Can someone please help me what has to be the table and columns to replace this 11i table.
SELECT alv.location_segment_value
INTO loc_value
FROM ar.ar_location_values alv
WHERE 1 = 1
AND alv.location_segment_qualifier = loc_seg_qualifier
AND alv.location_segment_id = loc_seg_id;
Thanks in advance.