DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP dependencies on FND_CURRENCIES

Line 754: fnd_currencies fcu

750: IS
751: SELECT fcu.currency_code
752: FROM hr_organization_information hoi,
753: hr_organization_units hou,
754: fnd_currencies fcu
755: WHERE hou.business_group_id = p_business_group_id
756: AND hou.organization_id = hoi.organization_id
757: AND hoi.org_information_context = 'Business Group Information'
758: AND fcu.issuing_territory_code = hoi.org_information9;