DBA Data[Home] [Help]

APPS.FF_FORMULAS_F_PKG dependencies on PAY_USER_COLUMNS

Line 66: -- Cursor to check if the formula is referenced in pay_user_columns table.

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: --
68: cursor csr_user_column is
69: select puc.formula_id
70: from pay_user_columns puc

Line 70: from pay_user_columns puc

66: -- Cursor to check if the formula is referenced in pay_user_columns table.
67: --
68: cursor csr_user_column is
69: select puc.formula_id
70: from pay_user_columns puc
71: where puc.formula_id = p_formula_id;
72: --
73: -- Cursor to check if the formula is referenced in pay_input_vales_f table.
74: --