DBA Data[Home] [Help]

APPS.OKL_VR_DOCUMENT_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 250: FROM OKL_SYS_ACCT_OPTS;

246:
247:
248: CURSOR set_of_books_csr IS
249: SELECT set_of_books_id
250: FROM OKL_SYS_ACCT_OPTS;
251:
252:
253: CURSOR trx_type_csr (p_trx_name VARCHAR2) IS
254: SELECT id, try_id, description

Line 299: FROM okl_sys_acct_opts;

295: /*
296: -- Get secondary_rep_method
297: CURSOR l_sec_rep_method_csr IS
298: SELECT secondary_rep_method
299: FROM okl_sys_acct_opts;
300:
301: l_sec_rep_method VARCHAR2(30);
302: */
303: l_rep_sty_id OKL_STRM_TYPE_V.id%TYPE;