DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on GL_SETS_OF_BOOKS

Line 1851: from gl_sets_of_books gsob,

1847: ------------------------------------------------------------
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