DBA Data[Home] [Help]

APPS.BEN_APC_BUS dependencies on PER_BUSINESS_GROUPS

Line 431: from per_business_groups a,

427: -- Declare cursor
428: --
429: cursor csr_leg_code is
430: select a.legislation_code
431: from per_business_groups a,
432: ben_acrs_ptip_cvg_f b
433: where b.acrs_ptip_cvg_id = p_acrs_ptip_cvg_id
434: and a.business_group_id = b.business_group_id;
435: --