DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on HR_ORGANIZATION_UNITS

Line 1763: from hr_organization_units hou,

1759: lv_formatted_number varchar2(50);
1760:
1761: CURSOR c_currency_code is
1762: select hoi.org_information10
1763: from hr_organization_units hou,
1764: hr_organization_information hoi
1765: where hou.organization_id = p_business_group_id /* Bug 3487250 */
1766: and hou.organization_id = hoi.organization_id
1767: and hoi.org_information_context = 'Business Group Information';