DBA Data[Home] [Help]

APPS.BEN_BPL_BUS dependencies on PER_BUSINESS_GROUPS

Line 594: from per_business_groups a,

590: -- Declare cursor
591: --
592: cursor csr_leg_code is
593: select a.legislation_code
594: from per_business_groups a,
595: ben_bnft_prvdd_ldgr_f b
596: where b.bnft_prvdd_ldgr_id = p_bnft_prvdd_ldgr_id
597: and a.business_group_id = b.business_group_id;
598: --