DBA Data[Home] [Help]

APPS.PAY_CFT_BUS dependencies on PER_BUSINESS_GROUPS

Line 1123: from per_business_groups a,

1119: -- Declare cursor
1120: --
1121: cursor csr_leg_code is
1122: select a.legislation_code
1123: from per_business_groups a,
1124: pay_ca_emp_fed_tax_info_f b
1125: where b.emp_fed_tax_inf_id = p_emp_fed_tax_inf_id
1126: and a.business_group_id = b.business_group_id;
1127: --