DBA Data[Home] [Help]

APPS.XTR_STOCK_PKG dependencies on XTR_PRO_PARAM

Line 722: XTR_PRO_PARAM b

718: --------------------------------------------
719: cursor HCE_ROUND_FACTOR is
720: select a.rounding_factor
721: from XTR_MASTER_CURRENCIES_V a,
722: XTR_PRO_PARAM b
723: where b.param_name = 'SYSTEM_FUNCTIONAL_CCY'
724: and a.currency = param_value;
725:
726: -------------------------------------------------