DBA Data[Home] [Help]

APPS.BEN_PPE_BUS dependencies on PER_BUSINESS_GROUPS

Line 509: from per_business_groups a,

505: -- Declare cursor
506: --
507: cursor csr_leg_code is
508: select a.legislation_code
509: from per_business_groups a,
510: ben_prtt_prem_f b
511: where b.prtt_prem_id = p_prtt_prem_id
512: and a.business_group_id = b.business_group_id;
513: --