DBA Data[Home] [Help]

APPS.BEN_EPR_BUS dependencies on PER_BUSINESS_GROUPS

Line 399: from per_business_groups a,

395: -- Declare cursor
396: --
397: cursor csr_leg_code is
398: select a.legislation_code
399: from per_business_groups a,
400: ben_enrt_prem b
401: where b.enrt_prem_id = p_enrt_prem_id
402: and a.business_group_id = b.business_group_id;
403: --