857: /* default ax attributes API for line level calls */
858: PROCEDURE default_tax_attr (p_trx_line_index IN NUMBER,
859: x_return_status OUT NOCOPY VARCHAR2) is
860:
861: l_organization_id hr_organization_units.organization_id%type;
862: l_product_fisc_class zx_lines_det_factors.product_fisc_classification%type;
863: l_product_category zx_lines_det_factors.product_category%type;
864: l_trx_business_category zx_lines_det_factors.trx_business_category%type;
865: