DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on HR_ORGANIZATION_INFORMATION

Line 6355: hr_organization_information hoi

6351: --
6352: cursor c_get_mapping_name6(p_id in number,p_date in date) is
6353: select hou.name dsp_name
6354: from hr_organization_units_v hou ,
6355: hr_organization_information hoi
6356: where business_group_id = p_business_group_id
6357: and hou.organization_id = p_id
6358: and p_date between date_from and nvl(date_to, p_date)
6359: and hou.organization_id = hoi.organization_id