559: from ff_globals_f ffg
560: where ffg.global_name = r_global_name
561: and ffg.business_group_id is not null
562: and exists (select null
563: from per_business_groups pbg
564: where pbg.business_group_id = ffg.business_group_id
565: and pbg.legislation_code = r_legislation_code);
566:
567: cursor csr_glb_exists_for_current_leg(r_global_name varchar2,