DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP dependencies on HR_ORGANIZATION_UNITS

Line 753: hr_organization_units hou,

749: CURSOR c_currency_code
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'