DBA Data[Home] [Help]

APPS.ZX_TDS_TAX_LINES_DETM_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG

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

177: --
178: -- Bug#8502340 - we will handle overapplication for O2C
179: -- also will ensure only completed documents are considered
180:
181: IF ZX_GLOBAL_STRUCTURES_PKG.g_credit_memo_exists_flg = 'Y' THEN
182: -- bug fix 5417887, change populate tax_line_number to bulk process
183:
184: adjust_overapplication(
185: -- p_event_class_rec => p_event_class_rec,

Line 362: IF ZX_GLOBAL_STRUCTURES_PKG.g_update_event_process_flag = 'Y'

358: -- untouched trx lines whose item distributions are changed.
359:
360: -- bug fix 5417887
361: --IF p_event_class_rec.tax_event_type_code = 'UPDATE'
362: IF ZX_GLOBAL_STRUCTURES_PKG.g_update_event_process_flag = 'Y'
363: AND p_event_class_rec.QUOTE_FLAG ='Y'
364: AND ZX_TDS_CALC_SERVICES_PUB_PKG.g_ln_action_nochange_exist_flg = 'Y'
365: THEN
366:

Line 1394: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;

1390: x_error_buffer OUT NOCOPY VARCHAR2)
1391: IS
1392: l_user_id NUMBER;
1393: l_login_id NUMBER;
1394: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;
1395: l_tax_rec ZX_TDS_UTILITIES_PKG.zx_tax_info_cache_rec;
1396: l_tax_status_rec ZX_TDS_UTILITIES_PKG.zx_status_info_rec;
1397: l_tax_rate_rec ZX_TDS_UTILITIES_PKG.zx_rate_info_rec_type;
1398: l_tax_jurisdiction_rec ZX_TDS_UTILITIES_PKG.zx_jur_info_cache_rec_type;

Line 2888: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;

2884: x_error_buffer OUT NOCOPY VARCHAR2) IS
2885:
2886: l_user_id NUMBER;
2887: l_login_id NUMBER;
2888: l_tax_regime_rec zx_global_structures_pkg.tax_regime_rec_type;
2889: l_tax_rec ZX_TDS_UTILITIES_PKG.zx_tax_info_cache_rec;
2890: l_tax_status_rec ZX_TDS_UTILITIES_PKG.zx_status_info_rec;
2891: l_tax_rate_rec ZX_TDS_UTILITIES_PKG.zx_rate_info_rec_type;
2892: l_tax_jurisdiction_rec ZX_TDS_UTILITIES_PKG.zx_jur_info_cache_rec_type;