DBA Data[Home] [Help]

APPS.BEN_PPE_BUS dependencies on BEN_PRTT_PREM_F

Line 510: ben_prtt_prem_f b

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: --
514: -- Declare local variables