DBA Data[Home] [Help]

APPS.FF_CLIENT_ENGINE dependencies on FF_CLIENT_ENGINE

Line 1: package body ff_client_engine as

1: package body ff_client_engine as
2: /* $Header: ffcxeng.pkb 115.0 99/07/16 02:02:05 porting ship $ */
3:
4: /*---------------------------------------------------------------------------*/
5: /*-------------------------- global variables -------------------------------*/

Line 278: ff_client_engine.run_formula;

274: local_set_input(p_context_name13, p_context_value13);
275: local_set_input(p_context_name14, p_context_value14);
276:
277: -- Now execute the formula.
278: ff_client_engine.run_formula;
279:
280: -- Get the outputs.
281: local_get_output(p_return_name01, p_return_value01);
282: local_get_output(p_return_name02, p_return_value02);

Line 375: ff_client_engine.run_id_formula

371: and p_effective_date between
372: fff.effective_start_date and fff.effective_end_date;
373:
374: -- Call the other version of run_formula.
375: ff_client_engine.run_id_formula
376: (
377: p_formula_id => l_formula_id,
378: p_effective_date => p_effective_date,
379: p_input_name01 => p_input_name01,

Line 480: end ff_client_engine;

476: ff_utils.exit('client:get_output (varchar2)');
477:
478: end get_output;
479:
480: end ff_client_engine;