DBA Data[Home] [Help]

APPS.BEN_CQB_BUS dependencies on PER_BUSINESS_GROUPS

Line 589: from per_business_groups a,

585: -- Declare cursor
586: --
587: cursor csr_leg_code is
588: select a.legislation_code
589: from per_business_groups a,
590: ben_cbr_quald_bnf b
591: where b.cbr_quald_bnf_id = p_cbr_quald_bnf_id
592: and a.business_group_id = b.business_group_id;
593: --