DBA Data[Home] [Help]

APPS.BEN_PRP_BUS dependencies on PER_BUSINESS_GROUPS

Line 466: from per_business_groups a,

462: -- Declare cursor
463: --
464: cursor csr_leg_code is
465: select a.legislation_code
466: from per_business_groups a,
467: ben_pl_regy_prp_f b
468: where b.pl_regy_prps_id = p_pl_regy_prps_id
469: and a.business_group_id = b.business_group_id;
470: --