DBA Data[Home] [Help]

APPS.AST_OFL_TRANS_SIZES_PARAM dependencies on FND_CURRENCIES_VL

Line 119: from fnd_currencies_vl

115:
116: CURSOR cur_currencies
117: IS
118: select currency_code
119: from fnd_currencies_vl
120: where upper(enabled_flag) = 'Y'
121: and trunc(sysdate) between nvl(start_date_active, trunc(sysdate))
122: and nvl(end_date_active, trunc(sysdate))
123: order by 1;