DBA Data[Home] [Help]

APPS.BEN_ECC_BUS dependencies on PER_BUSINESS_GROUPS

Line 508: from per_business_groups a,

504: -- Declare cursor
505: --
506: cursor csr_leg_code is
507: select a.legislation_code
508: from per_business_groups a,
509: ben_elctbl_chc_ctfn b
510: where b.elctbl_chc_ctfn_id = p_elctbl_chc_ctfn_id
511: and a.business_group_id = b.business_group_id;
512: --