DBA Data[Home] [Help]

APPS.HR_SCL_FLEX dependencies on HR_TAX_UNITS_V

Line 17: -- A) Segment1 must exist as a tax_unit_id in the view HR_TAX_UNITS_V for the

13: -- {Start of Comments}
14: --
15: -- Description:
16: -- Validates the segment1 attribute for US legislation as follows :
17: -- A) Segment1 must exist as a tax_unit_id in the view HR_TAX_UNITS_V for the
18: -- business gruop id.
19: --
20: -- Pre-Conditions
21: -- None

Line 48: from HR_TAX_UNITS_V htu

44: l_business_group_id number;
45: --
46: cursor csr_chk_tu is
47: select htu.business_group_id
48: from HR_TAX_UNITS_V htu
49: where htu.tax_unit_id = p_segment1;
50: --
51: begin
52: hr_utility.set_location('Entering: '||l_proc, 1);