DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1420: from per_business_groups pbg,

1416: -- Declare cursor
1417: --
1418: cursor csr_leg_code is
1419: select legislation_code
1420: from per_business_groups pbg,
1421: per_participants par
1422: where par.participant_id = p_participant_id
1423: and pbg.business_group_id = par.business_group_id;
1424: