DBA Data[Home] [Help]

APPS.BEN_CBS_BUS dependencies on PER_BUSINESS_GROUPS

Line 862: from per_business_groups a,

858: -- Declare cursor
859: --
860: cursor csr_leg_code is
861: select a.legislation_code
862: from per_business_groups a,
863: ben_prem_cstg_by_sgmt_f b
864: where b.prem_cstg_by_sgmt_id = p_prem_cstg_by_sgmt_id
865: and a.business_group_id = b.business_group_id;
866: --