DBA Data[Home] [Help]

APPS.FF_GLOBALS_F_PKG dependencies on PER_BUSINESS_GROUPS

Line 563: from per_business_groups pbg

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,