DBA Data[Home] [Help]

APPS.ZX_VERTEX_TAX_SERVICE_PKG dependencies on ZX_REGIMES_B

Line 3281: l_regime_code ZX_REGIMES_B.tax_regime_code%type;

3277:
3278: J NUMBER;
3279: x_tax_jurisdiction_code ZX_JURISDICTIONS_B.tax_jurisdiction_code%type;
3280: p_location_id NUMBER;
3281: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
3282: state_tax_rate NUMBER; -- state tax rate in %
3283: state_tax_amount NUMBER; -- state tax amount
3284: county_tax_rate NUMBER; -- county tax rate in %
3285: county_tax_amount NUMBER; -- county tax amount

Line 4447: l_regime_code ZX_REGIMES_B.tax_regime_code%type;

4443: l_event_class_code VARCHAR2(20);
4444: l_application_id NUMBER;
4445: l_entity_code VARCHAR2(20);
4446: l_trx_level_type VARCHAR2(20);
4447: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
4448: l_amount NUMBER;
4449: -- l_found BOOLEAN;
4450: l_debug_count NUMBER;
4451: l_api_name CONSTANT VARCHAR2(30) := 'SYNCHRONIZE_VERTEX_REPOSITORY';