DBA Data[Home] [Help]

APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on FND_CURRENCIES

Line 856: FROM fnd_currencies fc

852: l_stmt_num := 5;
853: IF (p_currency_code is NOT NULL) THEN
854: SELECT fc.precision
855: INTO l_precision
856: FROM fnd_currencies fc
857: WHERE fc.currency_code = p_currency_code;
858: END IF;
859: l_stmt_num := 10;
860: