DBA Data[Home] [Help]

APPS.WSH_DEL_OI_CORE dependencies on FND_CURRENCIES_VL

Line 850: FROM fnd_currencies_VL

846: nvl(precision,0),
847: decode(instr(to_char(nvl(x_amount,0)),'.'),0,0,
848: length(to_char(nvl(x_amount,0)))-
849: instr(to_char(nvl(x_amount,0)),'.'))
850: FROM fnd_currencies_VL
851: WHERE enabled_flag = 'Y'
852: AND name = decode( X_in_code, null, X_in_name, name)
853: AND currency_code = nvl( X_in_code, currency_code)
854: AND trunc(sysdate) between nvl( start_date_active, trunc(sysdate) )