DBA Data[Home] [Help]

APPS.PER_PPC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1349: from per_business_groups pbg

1345: -- Cursor to find legislation code
1346: --
1347: cursor csr_leg_code is
1348: select pbg.legislation_code
1349: from per_business_groups pbg
1350: , per_pay_proposal_components ppc
1351: where ppc.component_id = component_id
1352: and pbg.business_group_id = ppc.business_group_id;
1353: --