DBA Data[Home] [Help]

APPS.ZX_VERTEX_TAX_SERVICE_PKG dependencies on ZX_REGIMES_B

Line 3185: l_regime_code ZX_REGIMES_B.tax_regime_code%type;

3181:
3182: J number;
3183: x_tax_jurisdiction_code ZX_JURISDICTIONS_B.tax_jurisdiction_code%type;
3184: p_location_id NUMBER;
3185: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
3186: state_tax_rate NUMBER; -- state tax rate in %
3187: state_tax_amount NUMBER; -- state tax amount
3188: county_tax_rate NUMBER; -- county tax rate in %
3189: county_tax_amount NUMBER; -- county tax amount

Line 4228: l_regime_code ZX_REGIMES_B.tax_regime_code%type;

4224: l_event_class_code varchar2(20);
4225: l_application_id number;
4226: l_entity_code varchar2(20);
4227: l_trx_level_type varchar2(20);
4228: l_regime_code ZX_REGIMES_B.tax_regime_code%type;
4229: l_amount number;
4230: l_found boolean;
4231: l_debug_count number;
4232: l_api_name CONSTANT VARCHAR2(30) := 'SYNCHRONIZE_VERTEX_REPOSITORY';