DBA Data[Home] [Help]

APPS.ZX_TDS_TAX_LINES_DETM_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG

Line 175: IF ZX_GLOBAL_STRUCTURES_PKG.g_credit_memo_exists_flg = 'Y' THEN

171: --
172: -- Check and adjust overapplication for CM
173: -- overapplication for adjustment taken care by AR before AR call eTax
174: --
175: IF ZX_GLOBAL_STRUCTURES_PKG.g_credit_memo_exists_flg = 'Y' THEN
176: -- bug fix 5417887, change populate tax_line_number to bulk process
177: adjust_overapplication(
178: -- p_event_class_rec => p_event_class_rec,
179: x_return_status => p_return_status,

Line 351: IF ZX_GLOBAL_STRUCTURES_PKG.g_update_event_process_flag = 'Y'

347: -- untouched trx lines whose item distributions are changed.
348:
349: -- bug fix 5417887
350: --IF p_event_class_rec.tax_event_type_code = 'UPDATE'
351: IF ZX_GLOBAL_STRUCTURES_PKG.g_update_event_process_flag = 'Y'
352: AND p_event_class_rec.QUOTE_FLAG ='Y'
353: AND ZX_TDS_CALC_SERVICES_PUB_PKG.g_ln_action_nochange_exist_flg = 'Y'
354: THEN
355:

Line 1366: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;

1362: x_error_buffer OUT NOCOPY VARCHAR2)
1363: IS
1364: l_user_id NUMBER;
1365: l_login_id NUMBER;
1366: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;
1367: l_tax_rec ZX_TDS_UTILITIES_PKG.zx_tax_info_cache_rec;
1368: l_tax_status_rec ZX_TDS_UTILITIES_PKG.zx_status_info_rec;
1369: l_tax_rate_rec ZX_TDS_UTILITIES_PKG.zx_rate_info_rec_type;
1370: l_tax_jurisdiction_rec ZX_TDS_UTILITIES_PKG.zx_jur_info_cache_rec_type;

Line 2275: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;

2271: x_error_buffer OUT NOCOPY VARCHAR2) IS
2272:
2273: l_user_id NUMBER;
2274: l_login_id NUMBER;
2275: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;
2276: l_tax_rec ZX_TDS_UTILITIES_PKG.zx_tax_info_cache_rec;
2277: l_tax_status_rec ZX_TDS_UTILITIES_PKG.zx_status_info_rec;
2278: l_tax_rate_rec ZX_TDS_UTILITIES_PKG.zx_rate_info_rec_type;
2279: l_tax_jurisdiction_rec ZX_TDS_UTILITIES_PKG.zx_jur_info_cache_rec_type;