DBA Data[Home] [Help]

APPS.BEN_PEI_BUS dependencies on PER_BUSINESS_GROUPS

Line 615: from per_business_groups a,

611: -- Declare cursor
612: --
613: cursor csr_leg_code is
614: select a.legislation_code
615: from per_business_groups a,
616: ben_pl_extract_identifier_f b
617: where b.pl_extract_identifier_id = p_pl_extract_identifier_id
618: and a.business_group_id = b.business_group_id;
619: --