DBA Data[Home] [Help]

APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_REGIMES_B

Line 2958: l_regime_code ZX_REGIMES_B.tax_regime_code%type;

2954: x_return_status OUT NOCOPY VARCHAR2) IS
2955: J number;
2956: x_tax_jurisdiction_code ZX_JURISDICTIONS_B.tax_jurisdiction_code%type;
2957: p_location_id NUMBER;
2958: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
2959: state_tax_rate NUMBER; -- state tax rate in %
2960: state_tax_amount NUMBER; -- state tax amount
2961: county_tax_rate NUMBER; -- county tax rate in %
2962: county_tax_amount NUMBER; -- county tax amount

Line 4129: l_regime_code ZX_REGIMES_B.tax_regime_code%type;

4125: l_event_class_code varchar2(20);
4126: l_application_id number;
4127: l_entity_code varchar2(20);
4128: l_trx_level_type varchar2(20);
4129: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
4130: l_amount number;
4131: l_found boolean;
4132: l_return_status varchar2(30);
4133: ctrx_id NUMBER;