DBA Data[Home] [Help]

APPS.PV_PROCESS_RULE_PVT dependencies on FND_CURRENCIES

Line 1513: FROM fnd_currencies

1509: )
1510: IS
1511: CURSOR C_Currency_Exists (C_Currency_Code VARCHAR2) IS
1512: SELECT 'X'
1513: FROM fnd_currencies
1514: WHERE currency_code = C_Currency_Code
1515: and nvl(start_date_active, sysdate) <= sysdate
1516: and nvl(end_date_active, sysdate) >= sysdate
1517: and enabled_flag = 'Y';