DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_LOCATIONS_ALL

Line 2053: from hr_locations_all

2049: l_inactive_date date;
2050: --
2051: cursor csr_check_loc is
2052: select inactive_date
2053: from hr_locations_all
2054: where location_id = p_location_id
2055: and nvl(business_group_id,p_to_business_group_id)=p_to_business_group_id;
2056: --
2057: begin