DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on OKL_FORMULAE_B

Line 69: FROM okl_formulae_b

65:
66: -- This cursor is used to get the formulae id
67: CURSOR l_formulae_csr(p_name VARCHAR2) IS
68: SELECT id
69: FROM okl_formulae_b
70: WHERE name = p_name;
71:
72: -- This cursor is used to get the contract end date
73: CURSOR l_okcheaders_csr IS

Line 814: FROM okl_formulae_b

810:
811: -- This cursor is used to get the formulae id
812: CURSOR l_formulae_csr(p_id NUMBER) IS
813: SELECT name
814: FROM okl_formulae_b
815: WHERE id = p_id;
816:
817: BEGIN
818: