DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP dependencies on FND_CURRENCIES

Line 709: fnd_currencies fcu

705: IS
706: SELECT fcu.currency_code
707: FROM hr_organization_information hoi,
708: hr_organization_units hou,
709: fnd_currencies fcu
710: WHERE hou.business_group_id = p_business_group_id
711: AND hou.organization_id = hoi.organization_id
712: AND hoi.org_information_context = 'Business Group Information'
713: AND fcu.issuing_territory_code = hoi.org_information9;