DBA Data[Home] [Help]

APPS.PAY_PAYGB45L_XMLP_PKG dependencies on FF_GLOBALS_F

Line 260: from ff_globals_f

256: Begin
257:
258:
259: Select 1 into l_3_part
260: from ff_globals_f
261: where GLOBAL_NAME = 'P45_REPORT_TYPE'
262: and substr(GLOBAL_VALUE,1,1) = '3'
263: and sysdate between effective_start_date and effective_end_date;
264: return('TRUE');