DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_REG dependencies on HR_ORGANIZATION_INFORMATION

Line 501: from hr_organization_information hoi,

497: and effective date */
498: CURSOR c_all_pres(cp_bg_id number,
499: cp_eff_date date) IS
500: select hou.organization_id
501: from hr_organization_information hoi,
502: hr_all_organization_units hou
503: where hou.business_group_id = cp_bg_id
504: AND hou.organization_id = hoi.organization_id
505: AND hou.date_from <= cp_eff_date