DBA Data[Home] [Help]

APPS.OKC_EURO_CONV_PUB dependencies on HR_OPERATING_UNITS

Line 394: from hr_operating_units

390: Select currency_code
391: into l_funct_currency
392: from okx_set_of_books_v
393: where set_of_books_id=(select set_of_books_id
394: from hr_operating_units
395: where organization_id = p_org_id);
396:
397: If l_funct_currency <> 'EUR' then
398: RAISE NO_CONVERSION_RQD;