DBA Data[Home] [Help]

APPS.OKL_ACC_GEN_WF_PVT dependencies on OKL_AE_TMPT_LNES

Line 30: FROM OKL_AE_TMPT_LNES

26:
27: BEGIN
28:
29: SELECT code_combination_id INTO l_template_line_ccid
30: FROM OKL_AE_TMPT_LNES
31: WHERE ID = p_ae_tmpt_line_id;
32:
33: -- Initialize the workflow, which will return the item key.
34:

Line 224: FROM OKL_AE_TMPT_LNES

220: l_atl_id NUMBER;
221:
222: CURSOR atl_ccid_csr (l_atl_id NUMBER) IS
223: SELECT code_combination_id INTO l_template_line_ccid
224: FROM OKL_AE_TMPT_LNES
225: WHERE ID = l_atl_id;
226:
227: BEGIN
228: