DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on FND_CURRENCIES

Line 2635: FND_CURRENCIES fc,

2631: cursor getCurrency is
2632: select gsob.CURRENCY_CODE,
2633: fc.PRECISION
2634: from gl_sets_of_books gsob,
2635: FND_CURRENCIES fc,
2636: org_organization_definitions ood
2637: where ood.ORGANIZATION_ID = v_org
2638: and fc.CURRENCY_CODE = gsob.CURRENCY_CODE
2639: and ood.SET_OF_BOOKS_ID = gsob.SET_OF_BOOKS_ID;