DBA Data[Home] [Help]

APPS.HR_US_W2_REP dependencies on PAY_US_W2_TAX_UNIT_V

Line 1552: from pay_us_w2_tax_unit_v

1548: begin
1549:
1550: select count(*)
1551: into l_count
1552: from pay_us_w2_tax_unit_v
1553: where tax_unit_id = l_agent_tax_unit_id
1554: and year = p_year ;
1555:
1556: if l_count = 0 then