[Home] [Help]
7: select currency_code
8: from fnd_currencies
9: where issuing_territory_code in
10: (select i.org_information9
11: from hr_organization_information i
12: where i.organization_id = p_registered_employer_id
13: and i.org_information_context = 'Business Group Information'
14: );
15: begin