DBA Data[Home] [Help]

APPS.PAY_NZ_SOE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 272: from hr_organization_information hoi,

268:
269: cursor currency_code
270: (c_business_group_id hr_organization_units.business_group_id%type) is
271: select fcu.currency_code
272: from hr_organization_information hoi,
273: hr_organization_units hou,
274: fnd_currencies fcu
275: where hou.business_group_id = c_business_group_id
276: and hou.organization_id = hoi.organization_id