DBA Data[Home] [Help]

APPS.PY_NO_TAX_CARD dependencies on FF_GLOBALS_F

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

241: -- p_legislation_code Yes VARCHAR2 Legislation Code
242: -- p_effective_date Yes DATE Effective date
243: --
244: -- Post Success:
245: -- The value of the global of type FF_GLOBALS_F.GLOBAL_VALUE is returned
246: --
247: -- Post Failure:
248: -- An error is raised
249: --

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

254: --
255: FUNCTION get_global_value(
256: p_global_name VARCHAR2
257: ,p_legislation_code VARCHAR2
258: ,p_effective_date DATE) RETURN ff_globals_f.global_value%TYPE;
259:
260:
261: END py_no_tax_card;
262: