DBA Data[Home] [Help]

APPS.BEN_XCV_BUS dependencies on HR_TAX_UNITS_V

Line 515: from hr_tax_units_v gre

511: and p_effective_date <= nvl(loc.inactive_date,p_effective_date);
512: --
513: cursor c5 (p_business_group_id number) is
514: select null
515: from hr_tax_units_v gre
516: where gre.tax_unit_id = l_number
517: and p_effective_date between gre.date_from
518: and nvl(gre.date_to,p_effective_date)
519: and gre.business_group_id = p_business_group_id;