DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_TRD_SERVICES_PUB_PKG

Line 2201: -- call ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate only if the value

2197: END IF;
2198: RETURN;
2199: END IF;
2200:
2201: -- call ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate only if the value
2202: -- of p_event_class_rec.tax_recovery_flag is 'Y',
2203: --
2204: IF p_event_class_rec.tax_recovery_flag = 'Y' THEN
2205:

Line 2209: ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate (

2205:
2206: -- perform conversion and rounding for tax distributions in
2207: -- ZX_REC_NREC_TAX_DIST
2208: --
2209: ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate (
2210: p_event_class_rec => p_event_class_rec,
2211: p_ledger_id => p_ledger_id,
2212: p_currency_conversion_rate => p_currency_conversion_rate,
2213: p_currency_conversion_type => p_currency_conversion_type,