DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_CANCEL_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 514: from hr_organization_information hoi,

510: and effective date */
511: CURSOR c_all_gres(cp_bg_id number,
512: cp_eff_date date) IS
513: select hou.organization_id
514: from hr_organization_information hoi,
515: hr_all_organization_units hou
516: where hou.business_group_id = cp_bg_id
517: AND hou.organization_id = hoi.organization_id
518: AND hou.date_from <= cp_eff_date