DBA Data[Home] [Help]

APPS.PER_IN_PERQUISITE_PKG dependencies on FF_GLOBALS_F

Line 57: from ff_globals_f ffg

53:
54: /* Cursor to find the the global value as on effective date */
55: CURSOR c_global_value(l_global_name VARCHAR2) IS
56: SELECT global_value
57: from ff_globals_f ffg
58: WHERE ffg.global_name = l_global_name
59: AND p_effective_date BETWEEN ffg.effective_start_date AND ffg.effective_end_date;
60:
61: /* Cursor to find input value id given the element and input value name*/