DBA Data[Home] [Help]

APPS.FF_FORMULAS_F_PKG dependencies on PAY_MAGNETIC_RECORDS

Line 92: -- Cursor to check if the formula is referenced in pay_magnetic_records table.

88: and psr.effective_start_date <= p_validation_end_date
89: and psr.effective_end_date >= p_validation_start_date;
90:
91: --
92: -- Cursor to check if the formula is referenced in pay_magnetic_records table.
93: --
94: cursor csr_magnetic_record is
95: select pmr.formula_id
96: from pay_magnetic_records pmr

Line 96: from pay_magnetic_records pmr

92: -- Cursor to check if the formula is referenced in pay_magnetic_records table.
93: --
94: cursor csr_magnetic_record is
95: select pmr.formula_id
96: from pay_magnetic_records pmr
97: where pmr.formula_id = p_formula_id;
98:
99:
100: --