DBA Data[Home] [Help]

APPS.OKL_EXECUTE_FORMULA_PUB_W dependencies on OKL_EXECUTE_FORMULA_PUB

Line 1: package body okl_execute_formula_pub_w as

1: package body okl_execute_formula_pub_w as
2: /* $Header: OKLUFMLB.pls 120.1 2005/07/12 07:06:29 asawanka 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 36: ddp_additional_parameters okl_execute_formula_pub.ctxt_val_tbl_type;

32: , x_value out nocopy NUMBER
33: )
34:
35: as
36: ddp_additional_parameters okl_execute_formula_pub.ctxt_val_tbl_type;
37: ddindx binary_integer; indx binary_integer;
38: begin
39:
40: -- copy data to the local IN or IN-OUT args, if any

Line 55: okl_execute_formula_pub.execute(p_api_version,

51: );
52:
53:
54: -- here's the delegated call to the old PL/SQL routine
55: okl_execute_formula_pub.execute(p_api_version,
56: p_init_msg_list,
57: x_return_status,
58: x_msg_count,
59: x_msg_data,

Line 95: ddp_additional_parameters okl_execute_formula_pub.ctxt_val_tbl_type;

91: , x_value out nocopy NUMBER
92: )
93:
94: as
95: ddp_additional_parameters okl_execute_formula_pub.ctxt_val_tbl_type;
96: ddx_operand_val_tbl okl_execute_formula_pub.operand_val_tbl_type;
97: ddindx binary_integer; indx binary_integer;
98: begin
99:

Line 96: ddx_operand_val_tbl okl_execute_formula_pub.operand_val_tbl_type;

92: )
93:
94: as
95: ddp_additional_parameters okl_execute_formula_pub.ctxt_val_tbl_type;
96: ddx_operand_val_tbl okl_execute_formula_pub.operand_val_tbl_type;
97: ddindx binary_integer; indx binary_integer;
98: begin
99:
100: -- copy data to the local IN or IN-OUT args, if any

Line 116: okl_execute_formula_pub.execute(p_api_version,

112:
113:
114:
115: -- here's the delegated call to the old PL/SQL routine
116: okl_execute_formula_pub.execute(p_api_version,
117: p_init_msg_list,
118: x_return_status,
119: x_msg_count,
120: x_msg_data,

Line 145: end okl_execute_formula_pub_w;

141: );
142:
143: end;
144:
145: end okl_execute_formula_pub_w;