DBA Data[Home] [Help]

APPS.BEN_EMP_BUS dependencies on PER_BUSINESS_GROUPS

Line 523: from per_business_groups a,

519: -- Declare cursor
520: --
521: cursor csr_leg_code is
522: select a.legislation_code
523: from per_business_groups a,
524: ben_ELIG_MRTL_STS_PRTE_f b
525: where b.ELIG_MRTL_STS_PRTE_id = p_ELIG_MRTL_STS_PRTE_id
526: and a.business_group_id = b.business_group_id;
527: --