DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_BUS dependencies on FF_GLOBALS_F

Line 556: from ff_globals_f fg

552: or ( paf.legislation_code is null and paf.business_group_id is null )) ;
553:
554: cursor c_global is
555: select 'Y'
556: from ff_globals_f fg
557: where upper(fg.global_name) = upper(p_qualifier)
558: and (( fg.business_group_id is not null
559: and fg.business_group_id = nvl(l_business_group_id,fg.business_group_id))
560: or ( fg.legislation_code is not null