DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_PKG dependencies on FF_EXEC

Line 1281: l_inputs ff_exec.inputs_t;

1277: p_commitment_start_date in date default null,
1278: p_commitment_end_date in date default null)
1279: RETURN number is
1280: --
1281: l_inputs ff_exec.inputs_t;
1282: l_outputs ff_exec.outputs_t;
1283: l_commitment number;
1284: --
1285: l_proc varchar2(100) := g_package || 'get_commitment_from_formula';

Line 1282: l_outputs ff_exec.outputs_t;

1278: p_commitment_end_date in date default null)
1279: RETURN number is
1280: --
1281: l_inputs ff_exec.inputs_t;
1282: l_outputs ff_exec.outputs_t;
1283: l_commitment number;
1284: --
1285: l_proc varchar2(100) := g_package || 'get_commitment_from_formula';
1286: --

Line 1303: ff_exec.init_formula

1299: end;
1300: --
1301: -- Initialise the formula .
1302: --
1303: ff_exec.init_formula
1304: (p_formula_id => p_formula_id,
1305: p_effective_date => p_effective_date,
1306: p_inputs => l_inputs,
1307: p_outputs => l_outputs);

Line 1479: ff_exec.run_formula(p_inputs => l_inputs,

1475: hr_utility.set_location ('Run formula: '||l_proc,15);
1476: --
1477: -- We have loaded the input record . Now run the formula.
1478: --
1479: ff_exec.run_formula(p_inputs => l_inputs,
1480: p_outputs => l_outputs);
1481: --
1482: --
1483: -- Loop through the returned table and make sure that the returned