DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on ZX_PARTY_TAX_PROFILE

Line 1779: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;

1775: ln_gl_seq Number;
1776: imported_trx VARCHAR2(10) := 'IMPORTED';
1777:
1778: lv_tax_regime_code zx_rates_b.tax_regime_code%type ;
1779: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;
1780: ln_tax_rate_id zx_rates_b.tax_rate_id%type ;
1781:
1782: localization_tax_not_defined EXCEPTION;
1783: Item_lines_already_accounted EXCEPTION; /* Ramanand for SLA Uptake */

Line 3334: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;

3330:
3331:
3332: /* Added by Ramananda for bug#4468353 due to ebtax uptake by AR, start */
3333: lv_tax_regime_code zx_rates_b.tax_regime_code%type ;
3334: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;
3335: ln_tax_rate_id zx_rates_b.tax_rate_id%type ;
3336: /* Added by Ramananda for bug#4468353 due to ebtax uptake by AR, end */
3337:
3338: --2001/06/26 Anuradha Parthasarathy