DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on HR_ORGANIZATION_INFORMATION

Line 995: from hr_organization_information hoi,

991:
992: cursor currency_code
993: (c_business_group_id hr_organization_units.business_group_id%type) is
994: select fcu.currency_code
995: from hr_organization_information hoi,
996: hr_organization_units hou,
997: fnd_currencies fcu
998: where hou.business_group_id = c_business_group_id
999: and hou.organization_id = hoi.organization_id