DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_FORMULAE_B

Line 1984: from okl_formulae_b

1980:
1981: --Cursor to get formula name
1982: cursor l_fmla_csr (p_formula_id in NUMBER) is
1983: Select name
1984: from okl_formulae_b
1985: where id = p_formula_id;
1986:
1987: l_formula_name okl_formulae_b.name%TYPE;
1988:

Line 1987: l_formula_name okl_formulae_b.name%TYPE;

1983: Select name
1984: from okl_formulae_b
1985: where id = p_formula_id;
1986:
1987: l_formula_name okl_formulae_b.name%TYPE;
1988:
1989: l_oec number;
1990:
1991: -----------------------