2850: x_return_status OUT NOCOPY VARCHAR2) IS
2851: J number;
2852: x_tax_jurisdiction_code ZX_JURISDICTIONS_B.tax_jurisdiction_code%type;
2853: p_location_id NUMBER;
2854: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
2855: state_tax_rate NUMBER; -- state tax rate in %
2856: state_tax_amount NUMBER; -- state tax amount
2857: county_tax_rate NUMBER; -- county tax rate in %
2858: county_tax_amount NUMBER; -- county tax amount
3802: l_event_class_code varchar2(20);
3803: l_application_id number;
3804: l_entity_code varchar2(20);
3805: l_trx_level_type varchar2(20);
3806: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
3807: l_amount number;
3808: l_found boolean;
3809: l_return_status varchar2(30);
3810: ctrx_id NUMBER;