[Home] [Help]
387: upper(tax_condition_entity) tax_condition_entity,
388: upper(tax_condition_field) tax_condition_field,
389: upper(tax_condition_operator) tax_condition_operator,
390: upper(tax_condition_value) tax_condition_value
391: from ar_tax_condition_lines_all
392: where tax_condition_id = c_cec_id
393: order by display_order;
394:
395: begin