DBA Data[Home] [Help]

APPS.BEN_BEC_BUS dependencies on PER_BUSINESS_GROUPS

Line 934: from per_business_groups a,

930: -- Declare cursor
931: --
932: cursor csr_leg_code is
933: select a.legislation_code
934: from per_business_groups a,
935: ben_batch_elctbl_chc_info b
936: where b.batch_elctbl_id = p_batch_elctbl_id
937: and a.business_group_id = b.business_group_id;
938: --