DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on FF_GLOBALS_F

Line 329: from ff_globals_f

325: p_global_name varchar2,
326: p_effective_date date
327: ) is
328: select nvl(fnd_number.canonical_to_number (global_value),0)
329: from ff_globals_f
330: where legislation_code = 'NO' and global_name = p_global_name
331: and p_effective_date between effective_start_date and effective_end_date ;
332:
333: /* Cursor to get Local Unit Details based on the Legal Employers */