DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_REG dependencies on HR_ORGANIZATION_INFORMATION

Line 306: from hr_organization_information hoi,

302: and effective date */
303: CURSOR c_all_pres(cp_bg_id number,
304: cp_eff_date date) IS
305: select hou.organization_id
306: from hr_organization_information hoi,
307: hr_all_organization_units hou
308: where hou.business_group_id = cp_bg_id
309: AND hou.organization_id = hoi.organization_id
310: AND hou.date_from <= cp_eff_date