DBA Data[Home] [Help]

APPS.OKL_EXECUTE_FORMULA_PVT_W dependencies on OKL_EXECUTE_FORMULA_PVT

Line 1: package body okl_execute_formula_pvt_w as

1: package body okl_execute_formula_pvt_w as
2: /* $Header: OKLEFMLB.pls 120.1 2005/07/11 12:49:41 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_p23(t out nocopy okl_execute_formula_pvt.operand_val_tbl_type, 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_p23(t out nocopy okl_execute_formula_pvt.operand_val_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_800
24: , a2 JTF_VARCHAR2_TABLE_300
25: ) as
26: ddindx binary_integer; indx binary_integer;

Line 45: procedure rosetta_table_copy_out_p23(t okl_execute_formula_pvt.operand_val_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

41: end loop;
42: end if;
43: end if;
44: end rosetta_table_copy_in_p23;
45: procedure rosetta_table_copy_out_p23(t okl_execute_formula_pvt.operand_val_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
46: , a1 out nocopy JTF_VARCHAR2_TABLE_800
47: , a2 out nocopy JTF_VARCHAR2_TABLE_300
48: ) as
49: ddindx binary_integer; indx binary_integer;

Line 79: procedure rosetta_table_copy_in_p25(t out nocopy okl_execute_formula_pvt.ctxt_val_tbl_type, a0 JTF_VARCHAR2_TABLE_200

75: end if;
76: end if;
77: end rosetta_table_copy_out_p23;
78:
79: procedure rosetta_table_copy_in_p25(t out nocopy okl_execute_formula_pvt.ctxt_val_tbl_type, a0 JTF_VARCHAR2_TABLE_200
80: , a1 JTF_VARCHAR2_TABLE_300
81: ) as
82: ddindx binary_integer; indx binary_integer;
83: begin

Line 100: procedure rosetta_table_copy_out_p25(t okl_execute_formula_pvt.ctxt_val_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_200

96: end loop;
97: end if;
98: end if;
99: end rosetta_table_copy_in_p25;
100: procedure rosetta_table_copy_out_p25(t okl_execute_formula_pvt.ctxt_val_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_200
101: , a1 out nocopy JTF_VARCHAR2_TABLE_300
102: ) as
103: ddindx binary_integer; indx binary_integer;
104: begin

Line 143: ddp_additional_parameters okl_execute_formula_pvt.ctxt_val_tbl_type;

139: , x_value out nocopy NUMBER
140: )
141:
142: as
143: ddp_additional_parameters okl_execute_formula_pvt.ctxt_val_tbl_type;
144: ddindx binary_integer; indx binary_integer;
145: begin
146:
147: -- copy data to the local IN or IN-OUT args, if any

Line 156: okl_execute_formula_pvt_w.rosetta_table_copy_in_p25(ddp_additional_parameters, p8_a0

152:
153:
154:
155:
156: okl_execute_formula_pvt_w.rosetta_table_copy_in_p25(ddp_additional_parameters, p8_a0
157: , p8_a1
158: );
159:
160:

Line 162: okl_execute_formula_pvt.execute(p_api_version,

158: );
159:
160:
161: -- here's the delegated call to the old PL/SQL routine
162: okl_execute_formula_pvt.execute(p_api_version,
163: p_init_msg_list,
164: x_return_status,
165: x_msg_count,
166: x_msg_data,

Line 202: ddp_additional_parameters okl_execute_formula_pvt.ctxt_val_tbl_type;

198: , x_value out nocopy NUMBER
199: )
200:
201: as
202: ddp_additional_parameters okl_execute_formula_pvt.ctxt_val_tbl_type;
203: ddx_operand_val_tbl okl_execute_formula_pvt.operand_val_tbl_type;
204: ddindx binary_integer; indx binary_integer;
205: begin
206:

Line 203: ddx_operand_val_tbl okl_execute_formula_pvt.operand_val_tbl_type;

199: )
200:
201: as
202: ddp_additional_parameters okl_execute_formula_pvt.ctxt_val_tbl_type;
203: ddx_operand_val_tbl okl_execute_formula_pvt.operand_val_tbl_type;
204: ddindx binary_integer; indx binary_integer;
205: begin
206:
207: -- copy data to the local IN or IN-OUT args, if any

Line 216: okl_execute_formula_pvt_w.rosetta_table_copy_in_p25(ddp_additional_parameters, p8_a0

212:
213:
214:
215:
216: okl_execute_formula_pvt_w.rosetta_table_copy_in_p25(ddp_additional_parameters, p8_a0
217: , p8_a1
218: );
219:
220:

Line 223: okl_execute_formula_pvt.execute(p_api_version,

219:
220:
221:
222: -- here's the delegated call to the old PL/SQL routine
223: okl_execute_formula_pvt.execute(p_api_version,
224: p_init_msg_list,
225: x_return_status,
226: x_msg_count,
227: x_msg_data,

Line 245: okl_execute_formula_pvt_w.rosetta_table_copy_out_p23(ddx_operand_val_tbl, p9_a0

241:
242:
243:
244:
245: okl_execute_formula_pvt_w.rosetta_table_copy_out_p23(ddx_operand_val_tbl, p9_a0
246: , p9_a1
247: , p9_a2
248: );
249:

Line 252: end okl_execute_formula_pvt_w;

248: );
249:
250: end;
251:
252: end okl_execute_formula_pvt_w;