DBA Data[Home] [Help]

APPS.FF_FORMULAS_F_PKG dependencies on FF_QP_REPORTS

Line 52: -- Cursor to check for presence of formula in ff_qp_reports table.

48: v_dummy number;
49: l_formula_type_name ff_formula_types.formula_type_name%type;
50:
51: --
52: -- Cursor to check for presence of formula in ff_qp_reports table.
53: --
54: cursor csr_qp_report is
55: select fqr.formula_id
56: from ff_qp_reports fqr

Line 56: from ff_qp_reports fqr

52: -- Cursor to check for presence of formula in ff_qp_reports table.
53: --
54: cursor csr_qp_report is
55: select fqr.formula_id
56: from ff_qp_reports fqr
57: where fqr.formula_id = p_formula_id;
58: --
59: -- Cursor to check if the formula is referenced in hr_assignment_sets table.
60: --