DBA Data[Home] [Help]

APPS.OKL_AM_CALCULATE_QUOTE_PVT dependencies on OKL_OPERANDS_V

Line 4249: l_operand_name okl_operands_v.name%TYPE;

4245: l_curr_char VARCHAR2(1);
4246: l_formula_id okl_formulae_v.id%TYPE := NULL;
4247: l_formula_string okl_formulae_v.formula_string%TYPE := NULL;
4248: l_temp_string okl_formulae_v.formula_string%TYPE := NULL;
4249: l_operand_name okl_operands_v.name%TYPE;
4250: l_dummy_value NUMBER;
4251:
4252: -- Extract evaluation string for a formula
4253: CURSOR l_formula_csr

Line 4268: okl_operands_v o

4264: cp_operand_label IN okl_fmla_oprnds_v.label%TYPE) IS
4265: SELECT o.name
4266: FROM okl_formulae_v f,
4267: okl_fmla_oprnds_v l,
4268: okl_operands_v o
4269: WHERE f.id = cp_formula_id
4270: AND l.fma_id = f.id
4271: AND l.label = cp_operand_label
4272: AND o.id = l.opd_id;

Line 4512: l_operand_name okl_operands_v.name%TYPE;

4508: l_curr_char VARCHAR2(1);
4509: l_formula_id okl_formulae_v.id%TYPE := NULL;
4510: l_formula_string okl_formulae_v.formula_string%TYPE := NULL;
4511: l_temp_string okl_formulae_v.formula_string%TYPE := NULL;
4512: l_operand_name okl_operands_v.name%TYPE;
4513: l_dummy_value NUMBER;
4514:
4515: -- Extract evaluation string for a formula
4516: CURSOR l_formula_csr

Line 4531: okl_operands_v o

4527: cp_operand_label IN okl_fmla_oprnds_v.label%TYPE) IS
4528: SELECT o.name
4529: FROM okl_formulae_v f,
4530: okl_fmla_oprnds_v l,
4531: okl_operands_v o
4532: WHERE f.id = cp_formula_id
4533: AND l.fma_id = f.id
4534: AND l.label = cp_operand_label
4535: AND o.id = l.opd_id;