DBA Data[Home] [Help]

APPS.PAY_STA_BUS dependencies on PER_BUSINESS_GROUPS

Line 1884: from per_business_groups a,

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