DBA Data[Home] [Help]

APPS.BEN_XCV_BUS dependencies on HR_LOCATIONS

Line 509: from hr_locations loc

505: and org.business_group_id = p_business_group_id;
506: --
507: cursor c4 is
508: select null
509: from hr_locations loc
510: where loc.location_id = l_number
511: and p_effective_date <= nvl(loc.inactive_date,p_effective_date);
512: --
513: cursor c5 (p_business_group_id number) is