DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_REG dependencies on HR_ORGANIZATION_INFORMATION

Line 354: from hr_organization_information hoi,

350: and effective date */
351: CURSOR c_all_gres(cp_bg_id number,
352: cp_eff_date date) IS
353: select hou.organization_id
354: from hr_organization_information hoi,
355: hr_all_organization_units hou
356: where hou.business_group_id = cp_bg_id
357: AND hou.organization_id = hoi.organization_id
358: AND hou.date_from <= cp_eff_date