DBA Data[Home] [Help]

APPS.PY_SE_TAX_CARD dependencies on FF_GLOBALS_F

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

234: -- p_legislation_code Yes VARCHAR2 Legislation Code
235: -- p_effective_date Yes DATE Effective date
236: --
237: -- Post Success:
238: -- The value of the global of type FF_GLOBALS_F.GLOBAL_VALUE is returned
239: --
240: -- Post Failure:
241: -- An error is raised
242: --

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

247: --
248: FUNCTION get_global_value(
249: p_global_name VARCHAR2
250: ,p_legislation_code VARCHAR2
251: ,p_effective_date DATE) RETURN ff_globals_f.global_value%TYPE;
252:
253:
254: END py_se_tax_card;
255: