DBA Data[Home] [Help]

APPS.PAY_UCI_BUS dependencies on FF_FORMULAS_F

Line 927: from ff_formulas_f ff

923: where puc.user_column_id = p_user_column_id;
924:
925: cursor csr_formula_exists is
926: select min(ff.effective_start_date) , max(ff.effective_end_date)
927: from ff_formulas_f ff
928: where ff.formula_id = l_formula_id ;
929:
930: cursor csr_formula_versions is
931: select ff.effective_start_date , ff.effective_end_date

Line 932: from ff_formulas_f ff

928: where ff.formula_id = l_formula_id ;
929:
930: cursor csr_formula_versions is
931: select ff.effective_start_date , ff.effective_end_date
932: from ff_formulas_f ff
933: where ff.formula_id = l_formula_id
934: and ff.effective_start_date <= p_validation_end_date
935: and ff.effective_end_date >= p_validation_start_date ;
936: