DBA Data[Home] [Help]

APPS.BEN_DRR_BUS dependencies on PER_BUSINESS_GROUPS

Line 460: from per_business_groups a,

456: -- Declare cursor
457: --
458: cursor csr_leg_code is
459: select a.legislation_code
460: from per_business_groups a,
461: ben_dsgn_rqmt_rlshp_typ b
462: where b.dsgn_rqmt_rlshp_typ_id = p_dsgn_rqmt_rlshp_typ_id
463: and a.business_group_id = b.business_group_id;
464: --