DBA Data[Home] [Help]

APPS.XTR_FPS2_P dependencies on XTR_PRO_PARAM

Line 2571: XTR_PRO_PARAM b

2567: --------------------------------------------
2568: cursor HCE_ROUND_FACTOR is
2569: select a.rounding_factor
2570: from XTR_MASTER_CURRENCIES_V a,
2571: XTR_PRO_PARAM b
2572: where b.param_name = 'SYSTEM_FUNCTIONAL_CCY'
2573: and a.currency = param_value;
2574:
2575: one_step_rec ONE_STEP_REC_TYPE;