DBA Data[Home] [Help]

APPS.ARRX_SALES_TAX_REP dependencies on AR_SYSTEM_PARAMETERS

Line 555: from ar_location_values v, ar_system_parameters p

551: if state_low is null or state_high is null then
552: select decode(state_low, null, min(location_segment_value), state_low),
553: decode(state_high, null, max(location_segment_value), state_high)
554: into h_state_low, h_state_high
555: from ar_location_values v, ar_system_parameters p
556: where v.location_segment_qualifier = 'STATE'
557: and v.location_structure_id = p.location_structure_id;
558: end if;
559: