DBA Data[Home] [Help]

APPS.QPR_CREATE_AW dependencies on QPR_MODEL_EQUATIONS

Line 37: from qpr_model_equations

33:
34: qprmodels_rec qprmodels_cur%ROWTYPE;
35: CURSOR qprmodeleqns_cur(modelId Number) IS
36: SELECT model_id,execution_sequence,lhs_expression_id,rhs_expression_id,operator
37: from qpr_model_equations
38: where model_id = modelId
39: order by execution_sequence;
40: qprmodeleqns_rec qprmodeleqns_cur%ROWTYPE;
41: CURSOR qprexpressions_cur(exprId Number) IS