DBA Data[Home] [Help]

APPS.WIP_WIPUTACS_XMLP_PKG dependencies on FND_CURRENCIES

Line 34: , fnd_currencies FC

30:
31: select FC.precision Precision into mprecision
32: from org_organization_definitions OOD
33: , gl_code_combinations L
34: , fnd_currencies FC
35: where OOD.organization_id = P_Organization_Id
36: and FC.currency_code = P_Currency_Code
37: and L.chart_of_accounts_id(+) = decode(1,2,ood.organization_id,P_STRUCT_NUM)
38: and L.code_combination_id(+) = NVL(P_Account,-1);