DBA Data[Home] [Help]

APPS.OKL_MULTIGAAP_ENGINE_PVT dependencies on OKL_REPRESENTATIONS_V

Line 188: l_representation_code okl_representations_v.representation_code%type := null;

184: -- FUNCTION get_secondary_representations
185: -- retunrns secondary representation code
186: ---------------------------------------------------------------------------
187: FUNCTION get_secondary_rep_code RETURN VARCHAR2 IS
188: l_representation_code okl_representations_v.representation_code%type := null;
189:
190: CURSOR get_secondary_rep_code IS
191: select representation_code
192: from okl_representations_v

Line 192: from okl_representations_v

188: l_representation_code okl_representations_v.representation_code%type := null;
189:
190: CURSOR get_secondary_rep_code IS
191: select representation_code
192: from okl_representations_v
193: where representation_type = G_SECONDARY;
194: BEGIN
195:
196: OPEN get_secondary_rep_code;

Line 296: from okl_representations_v

292: x_no_data_found BOOLEAN := TRUE;
293:
294: CURSOR get_secondary_rep_code_csr IS
295: select representation_code,representation_name
296: from okl_representations_v
297: where representation_type = G_SECONDARY;
298:
299: i NUMBER := 0;
300: l_tcnv_rec tcnv_rec_type := p_tcnv_rec;

Line 304: l_REPRESENTATION_CODE okl_representations_v.representation_code%type :=null;

300: l_tcnv_rec tcnv_rec_type := p_tcnv_rec;
301: l_tcnv_tbl tcnv_tbl_type ;
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:

Line 305: l_REPRESENTATION_name okl_representations_v.representation_name%type :=null;

301: l_tcnv_tbl tcnv_tbl_type ;
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;