DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on FND_CURRENCIES

Line 1852: FND_CURRENCIES fc,

1848: cursor getCurrency is
1849: select gsob.CURRENCY_CODE,
1850: fc.PRECISION
1851: from gl_sets_of_books gsob,
1852: FND_CURRENCIES fc,
1853: org_organization_definitions ood
1854: where ood.ORGANIZATION_ID = v_org
1855: and fc.CURRENCY_CODE = gsob.CURRENCY_CODE
1856: and ood.SET_OF_BOOKS_ID = gsob.SET_OF_BOOKS_ID;