DBA Data[Home] [Help]

APPS.PER_CAG_BUS dependencies on PER_BUSINESS_GROUPS

Line 795: from per_business_groups pbg

791: -- Declare cursor
792: --
793: cursor csr_leg_code is
794: select pbg.legislation_code
795: from per_business_groups pbg
796: , per_collective_agreements cag
797: where cag.collective_agreement_id = p_collective_agreement_id
798: and pbg.business_group_id = cag.business_group_id;
799: --