DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_CANCEL_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 469: from hr_organization_information hoi,

465: and effective date */
466: CURSOR c_all_pres(cp_bg_id number,
467: cp_eff_date date) IS
468: select hou.organization_id
469: from hr_organization_information hoi,
470: hr_all_organization_units hou
471: where hou.business_group_id = cp_bg_id
472: AND hou.organization_id = hoi.organization_id
473: AND hou.date_from <= cp_eff_date