DBA Data[Home] [Help]

APPS.PAY_CFT_BUS dependencies on PER_BUSINESS_GROUPS

Line 1354: from per_business_groups a,

1350: -- Declare cursor
1351: --
1352: cursor csr_leg_code is
1353: select a.legislation_code
1354: from per_business_groups a,
1355: pay_ca_emp_fed_tax_info_f b
1356: where b.emp_fed_tax_inf_id = p_emp_fed_tax_inf_id
1357: and a.business_group_id = b.business_group_id;
1358: --