DBA Data[Home] [Help]

APPS.BEN_TUR_BUS dependencies on PER_BUSINESS_GROUPS

Line 659: from per_business_groups a,

655: -- Declare cursor
656: --
657: cursor csr_leg_code is
658: select a.legislation_code
659: from per_business_groups a,
660: ben_tbco_use_rt_f b
661: where b.tbco_use_rt_id = p_tbco_use_rt_id
662: and a.business_group_id = b.business_group_id;
663: --