DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on FF_GLOBALS_F

Line 304: from ff_globals_f

300: p_global_name varchar2,
301: p_effective_date date
302: ) is
303: select nvl(fnd_number.canonical_to_number (global_value),0)
304: from ff_globals_f
305: where legislation_code = 'NO' and global_name = p_global_name
306: and p_effective_date between effective_start_date and effective_end_date ;
307:
308: /* Cursor to get Local Unit Details based on the Legal Employers */