DBA Data[Home] [Help]

APPS.PAY_STA_BUS dependencies on PER_BUSINESS_GROUPS

Line 1881: from per_business_groups a,

1877: -- Declare cursor
1878: --
1879: cursor csr_leg_code is
1880: select a.legislation_code
1881: from per_business_groups a,
1882: pay_us_emp_state_tax_rules_f b
1883: where b.emp_state_tax_rule_id = p_emp_state_tax_rule_id
1884: and a.business_group_id = b.business_group_id;
1885: --