DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1412: from per_business_groups pbg,

1408: -- Declare cursor
1409: --
1410: cursor csr_leg_code is
1411: select legislation_code
1412: from per_business_groups pbg,
1413: per_participants par
1414: where par.participant_id = p_participant_id
1415: and pbg.business_group_id = par.business_group_id;
1416: