DBA Data[Home] [Help]

APPS.PY_DK_TAX_CARD dependencies on FF_GLOBALS_F

Line 250: -- The value of the global of type FF_GLOBALS_F.GLOBAL_VALUE is returned

246: -- p_legislation_code Yes VARCHAR2 Legislation Code
247: -- p_effective_date Yes DATE Effective date
248: --
249: -- Post Success:
250: -- The value of the global of type FF_GLOBALS_F.GLOBAL_VALUE is returned
251: --
252: -- Post Failure:
253: -- An error is raised
254: --

Line 263: ,p_effective_date DATE) RETURN ff_globals_f.global_value%TYPE;

259: --
260: FUNCTION get_global_value(
261: p_global_name VARCHAR2
262: ,p_legislation_code VARCHAR2
263: ,p_effective_date DATE) RETURN ff_globals_f.global_value%TYPE;
264:
265:
266: END py_dk_tax_card;
267: