DBA Data[Home] [Help]

APPS.INV_INVARCTA_XMLP_PKG dependencies on FND_CURRENCIES

Line 84: fnd_currencies cur

80:
81: select first_value(cur.precision) over() into pstd_precision
82: from org_organization_definitions org,
83: gl_sets_of_books gsob,
84: fnd_currencies cur
85: where org.organization_id = p_org_id
86: and org.set_of_books_id = gsob.set_of_books_id
87: and cur.currency_code = gsob.currency_code;
88: