DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on ZX_PARTY_TAX_PROFILE

Line 1178: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;

1174: ln_gl_seq Number;
1175: imported_trx VARCHAR2(10) := 'IMPORTED';
1176:
1177: lv_tax_regime_code zx_rates_b.tax_regime_code%type ;
1178: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;
1179: ln_tax_rate_id zx_rates_b.tax_rate_id%type ;
1180:
1181: localization_tax_not_defined EXCEPTION;
1182: Item_lines_already_accounted EXCEPTION; /* Ramanand for SLA Uptake */

Line 2424: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;

2420:
2421:
2422: /* Added by Ramananda for bug#4468353 due to ebtax uptake by AR, start */
2423: lv_tax_regime_code zx_rates_b.tax_regime_code%type ;
2424: ln_party_tax_profile_id zx_party_tax_profile.party_tax_profile_id%type ;
2425: ln_tax_rate_id zx_rates_b.tax_rate_id%type ;
2426: /* Added by Ramananda for bug#4468353 due to ebtax uptake by AR, end */
2427:
2428: --2001/06/26 Anuradha Parthasarathy