DBA Data[Home] [Help]

APPS.OKL_FORMULAEVALUATE_PVT_W dependencies on OKL_FORMULAEVALUATE_PVT

Line 1: package body okl_formulaevaluate_pvt_w as

1: package body okl_formulaevaluate_pvt_w as
2: /* $Header: OKLEEVAB.pls 120.1 2005/07/11 12:49:12 dkagrawa noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 22: procedure rosetta_table_copy_in_p24(t out nocopy okl_formulaevaluate_pvt.ctxparameter_tbl, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p24(t out nocopy okl_formulaevaluate_pvt.ctxparameter_tbl, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_200
24: , a2 JTF_NUMBER_TABLE
25: ) as
26: ddindx binary_integer; indx binary_integer;

Line 45: procedure rosetta_table_copy_out_p24(t okl_formulaevaluate_pvt.ctxparameter_tbl, a0 out nocopy JTF_NUMBER_TABLE

41: end loop;
42: end if;
43: end if;
44: end rosetta_table_copy_in_p24;
45: procedure rosetta_table_copy_out_p24(t okl_formulaevaluate_pvt.ctxparameter_tbl, a0 out nocopy JTF_NUMBER_TABLE
46: , a1 out nocopy JTF_VARCHAR2_TABLE_200
47: , a2 out nocopy JTF_NUMBER_TABLE
48: ) as
49: ddindx binary_integer; indx binary_integer;

Line 79: procedure rosetta_table_copy_in_p26(t out nocopy okl_formulaevaluate_pvt.function_tbl, a0 JTF_NUMBER_TABLE

75: end if;
76: end if;
77: end rosetta_table_copy_out_p24;
78:
79: procedure rosetta_table_copy_in_p26(t out nocopy okl_formulaevaluate_pvt.function_tbl, a0 JTF_NUMBER_TABLE
80: , a1 JTF_VARCHAR2_TABLE_200
81: , a2 JTF_VARCHAR2_TABLE_800
82: , a3 JTF_VARCHAR2_TABLE_100
83: , a4 JTF_NUMBER_TABLE

Line 106: procedure rosetta_table_copy_out_p26(t okl_formulaevaluate_pvt.function_tbl, a0 out nocopy JTF_NUMBER_TABLE

102: end loop;
103: end if;
104: end if;
105: end rosetta_table_copy_in_p26;
106: procedure rosetta_table_copy_out_p26(t okl_formulaevaluate_pvt.function_tbl, a0 out nocopy JTF_NUMBER_TABLE
107: , a1 out nocopy JTF_VARCHAR2_TABLE_200
108: , a2 out nocopy JTF_VARCHAR2_TABLE_800
109: , a3 out nocopy JTF_VARCHAR2_TABLE_100
110: , a4 out nocopy JTF_NUMBER_TABLE

Line 157: ddp_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;

153: , p1_a2 out nocopy JTF_NUMBER_TABLE
154: ) return number
155:
156: as
157: ddp_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;
158: ddindx binary_integer; indx binary_integer;
159: ddrosetta_retval number;
160: begin
161:

Line 166: ddrosetta_retval := okl_formulaevaluate_pvt.eva_getparameterids(p_fma_id,

162: -- copy data to the local IN or IN-OUT args, if any
163:
164:
165: -- here's the delegated call to the old PL/SQL routine
166: ddrosetta_retval := okl_formulaevaluate_pvt.eva_getparameterids(p_fma_id,
167: ddp_ctx_parameter_tbl);
168:
169: -- copy data back from the local variables to OUT or IN-OUT args, if any
170:

Line 171: okl_formulaevaluate_pvt_w.rosetta_table_copy_out_p24(ddp_ctx_parameter_tbl, p1_a0

167: ddp_ctx_parameter_tbl);
168:
169: -- copy data back from the local variables to OUT or IN-OUT args, if any
170:
171: okl_formulaevaluate_pvt_w.rosetta_table_copy_out_p24(ddp_ctx_parameter_tbl, p1_a0
172: , p1_a1
173: , p1_a2
174: );
175:

Line 193: ddx_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;

189: , p_line_id NUMBER
190: )
191:
192: as
193: ddx_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;
194: ddindx binary_integer; indx binary_integer;
195: begin
196:
197: -- copy data to the local IN or IN-OUT args, if any

Line 208: okl_formulaevaluate_pvt.eva_getparametervalues(p_api_version,

204:
205:
206:
207: -- here's the delegated call to the old PL/SQL routine
208: okl_formulaevaluate_pvt.eva_getparametervalues(p_api_version,
209: p_init_msg_list,
210: x_return_status,
211: x_msg_count,
212: x_msg_data,

Line 226: okl_formulaevaluate_pvt_w.rosetta_table_copy_out_p24(ddx_ctx_parameter_tbl, p7_a0

222:
223:
224:
225:
226: okl_formulaevaluate_pvt_w.rosetta_table_copy_out_p24(ddx_ctx_parameter_tbl, p7_a0
227: , p7_a1
228: , p7_a2
229: );
230:

Line 252: ddp_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;

248: , p9_a4 out nocopy JTF_NUMBER_TABLE
249: )
250:
251: as
252: ddp_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;
253: ddx_function_tbl okl_formulaevaluate_pvt.function_tbl;
254: ddindx binary_integer; indx binary_integer;
255: begin
256:

Line 253: ddx_function_tbl okl_formulaevaluate_pvt.function_tbl;

249: )
250:
251: as
252: ddp_ctx_parameter_tbl okl_formulaevaluate_pvt.ctxparameter_tbl;
253: ddx_function_tbl okl_formulaevaluate_pvt.function_tbl;
254: ddindx binary_integer; indx binary_integer;
255: begin
256:
257: -- copy data to the local IN or IN-OUT args, if any

Line 266: okl_formulaevaluate_pvt_w.rosetta_table_copy_in_p24(ddp_ctx_parameter_tbl, p8_a0

262:
263:
264:
265:
266: okl_formulaevaluate_pvt_w.rosetta_table_copy_in_p24(ddp_ctx_parameter_tbl, p8_a0
267: , p8_a1
268: , p8_a2
269: );
270:

Line 273: okl_formulaevaluate_pvt.eva_getfunctionvalue(p_api_version,

269: );
270:
271:
272: -- here's the delegated call to the old PL/SQL routine
273: okl_formulaevaluate_pvt.eva_getfunctionvalue(p_api_version,
274: p_init_msg_list,
275: x_return_status,
276: x_msg_count,
277: x_msg_data,

Line 294: okl_formulaevaluate_pvt_w.rosetta_table_copy_out_p26(ddx_function_tbl, p9_a0

290:
291:
292:
293:
294: okl_formulaevaluate_pvt_w.rosetta_table_copy_out_p26(ddx_function_tbl, p9_a0
295: , p9_a1
296: , p9_a2
297: , p9_a3
298: , p9_a4

Line 302: end okl_formulaevaluate_pvt_w;

298: , p9_a4
299: );
300: end;
301:
302: end okl_formulaevaluate_pvt_w;