DBA Data[Home] [Help]

APPS.OKL_MULTIGAAP_ENGINE_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 122: FROM OKL_SYS_ACCT_OPTS

118: l_is_srm_automated VARCHAR2(1) := 'N';
119:
120: CURSOR is_srm_automated IS
121: SELECT 'Y'
122: FROM OKL_SYS_ACCT_OPTS
123: WHERE secondary_rep_method IN ('AUTOMATED');
124:
125: BEGIN
126: --get batch id for conc requests from seq

Line 306: l_set_of_books_id OKL_SYS_ACCT_OPTS.set_of_books_id%type := null;

302:
303: l_rep_product_id okl_product_parameters_v.id%type := null;
304: l_REPRESENTATION_CODE okl_representations_v.representation_code%type :=null;
305: l_REPRESENTATION_name okl_representations_v.representation_name%type :=null;
306: l_set_of_books_id OKL_SYS_ACCT_OPTS.set_of_books_id%type := null;
307: l_formula_yn boolean := false;
308:
309: lp_pdtv_rec OKL_SETUPPRODUCTS_PUB.pdtv_rec_type;
310: lp_pdt_param_rec OKL_SETUPPRODUCTS_PUB.pdt_parameters_rec_type;