DBA Data[Home] [Help]

APPS.PAY_STATUS_RULES_PKG dependencies on FF_FORMULAS_F

Line 418: -- from ff_formulas_f formula

414: -- where compiled.formula_id = p_formula_id)
415: -- and exists ( -- an uncompiled version of the formula
416: --
417: -- select 1
418: -- from ff_formulas_f formula
419: -- where formula.formula_id = p_formula_id));
420: --
421: v_number_to_match number(2) := 0;
422: v_number_of_matches number(2) := 0;

Line 590: from ff_formulas_f ff

586: if v_next_status_rule_start_date is null then
587: begin
588: select max(ff.effective_end_date)
589: into v_max_formula_end_date
590: from ff_formulas_f ff
591: where ff.formula_id = p_formula_id;
592: exception
593: when no_data_found then
594: null;