DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on HR_ORGANIZATION_UNITS

Line 1175: from hr_organization_units hou,

1171: lv_formatted_number varchar2(50);
1172:
1173: CURSOR c_currency_code is
1174: select hoi.org_information10
1175: from hr_organization_units hou,
1176: hr_organization_information hoi
1177: where hou.organization_id = p_business_group_id /* Bug 3487250 */
1178: and hou.organization_id = hoi.organization_id
1179: and hoi.org_information_context = 'Business Group Information';