DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_TRD_SERVICES_PUB_PKG

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

2251: END IF;
2252: RETURN;
2253: END IF;
2254:
2255: -- call ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate only if the value
2256: -- of p_event_class_rec.tax_recovery_flag is 'Y',
2257: --
2258: IF p_event_class_rec.tax_recovery_flag = 'Y' THEN
2259:

Line 2263: ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate (

2259:
2260: -- perform conversion and rounding for tax distributions in
2261: -- ZX_REC_NREC_TAX_DIST
2262: --
2263: ZX_TRD_SERVICES_PUB_PKG.update_exchange_rate (
2264: p_event_class_rec => p_event_class_rec,
2265: p_ledger_id => p_ledger_id,
2266: p_currency_conversion_rate => p_currency_conversion_rate,
2267: p_currency_conversion_type => p_currency_conversion_type,