DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on HR_ALL_ORGANIZATION_UNITS_VL

Line 6555: from hr_all_organization_units_vl

6551: -- pabodla : mapping data - Bug 2716749
6552: --
6553: cursor c_get_mapping_name9(p_id in number,p_date in date) is
6554: select name
6555: from hr_all_organization_units_vl
6556: where business_group_id = business_group_id
6557: and organization_id = p_id
6558: and internal_external_flag = 'INT'
6559: and p_date between nvl(date_from, p_date)