DBA Data[Home] [Help]

APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_TCM_GET_EXCEPT_PKG

Line 82: l_exception_rec ZX_TCM_GET_EXCEPT_PKG.exception_rec_type;

78: l_numeric_result zx_process_results.numeric_result%TYPE;
79:
80: l_tax_rate_rec ZX_TDS_UTILITIES_PKG.zx_rate_info_rec_type;
81: l_exemption_rec ZX_TCM_GET_EXEMPT_PKG.exemption_rec_type;
82: l_exception_rec ZX_TCM_GET_EXCEPT_PKG.exception_rec_type;
83: l_allow_exemptions_flag zx_rates_b.allow_exemptions_flag%TYPE;
84: l_allow_exceptions_flag zx_rates_b.allow_exceptions_flag%TYPE;
85:
86: l_multiple_jurisdictions_flag VARCHAR2(1);

Line 1121: ZX_TCM_GET_EXCEPT_PKG.get_tax_exceptions(

1117: ELSE
1118: l_inventory_org_id := ZX_GLOBAL_STRUCTURES_PKG.TRX_LINE_DIST_TBL.product_org_id(p_structure_index);
1119: END IF;
1120:
1121: ZX_TCM_GET_EXCEPT_PKG.get_tax_exceptions(
1122: p_inventory_item_id => ZX_GLOBAL_STRUCTURES_PKG.TRX_LINE_DIST_TBL.product_id(p_structure_index),
1123: p_inventory_organization_id => l_inventory_org_id,
1124: p_product_category => ZX_GLOBAL_STRUCTURES_PKG.TRX_LINE_DIST_TBL.product_category(p_structure_index),
1125: p_tax_regime_code => l_tax_regime_code,

Line 1141: 'ZX_TCM_GET_EXCEPT_PKG.get_tax_exceptions');

1137: IF (g_level_error >= g_current_runtime_level ) THEN
1138: FND_LOG.STRING(g_level_error,
1139: 'ZX.PLSQL.ZX_TDS_RATE_DETM_PKG.get_tax_rate',
1140: 'Incorrect return_status after calling ' ||
1141: 'ZX_TCM_GET_EXCEPT_PKG.get_tax_exceptions');
1142: FND_LOG.STRING(g_level_error,
1143: 'ZX.PLSQL.ZX_TDS_RATE_DETM_PKG.get_tax_rate.END',
1144: 'ZX_TDS_RATE_DETM_PKG.get_tax_rate(-)'||p_return_status);
1145: END IF;