DBA Data[Home] [Help]

APPS.FF_FORMULAS_F_PKG dependencies on HR_ASSIGNMENT_SETS

Line 59: -- Cursor to check if the formula is referenced in hr_assignment_sets table.

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: --
61: cursor csr_assignment_set is
62: SELECT has.formula_id
63: from hr_assignment_sets has

Line 63: from hr_assignment_sets has

59: -- Cursor to check if the formula is referenced in hr_assignment_sets table.
60: --
61: cursor csr_assignment_set is
62: SELECT has.formula_id
63: from hr_assignment_sets has
64: where has.formula_id = p_formula_id;
65: --
66: -- Cursor to check if the formula is referenced in pay_user_columns table.
67: --