DBA Data[Home] [Help]

APPS.OKL_FORMULAEVALUATE_PUB_W dependencies on OKL_FORMULAEVALUATE_PUB

Line 1: package body okl_formulaevaluate_pub_w as

1: package body okl_formulaevaluate_pub_w as
2: /* $Header: OKLUEVAB.pls 120.1 2005/07/12 07:05:55 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: ddx_ctx_parameter_tbl okl_formulaevaluate_pub.ctxparameter_tbl;

32: , p_line_id NUMBER
33: )
34:
35: as
36: ddx_ctx_parameter_tbl okl_formulaevaluate_pub.ctxparameter_tbl;
37: ddindx binary_integer; indx binary_integer;
38: begin
39:
40: -- copy data to the local IN or IN-OUT args, if any

Line 51: okl_formulaevaluate_pub.eva_getparametervalues(p_api_version,

47:
48:
49:
50: -- here's the delegated call to the old PL/SQL routine
51: okl_formulaevaluate_pub.eva_getparametervalues(p_api_version,
52: p_init_msg_list,
53: x_return_status,
54: x_msg_count,
55: x_msg_data,

Line 95: ddp_ctx_parameter_tbl okl_formulaevaluate_pub.ctxparameter_tbl;

91: , p9_a4 out nocopy JTF_NUMBER_TABLE
92: )
93:
94: as
95: ddp_ctx_parameter_tbl okl_formulaevaluate_pub.ctxparameter_tbl;
96: ddx_function_tbl okl_formulaevaluate_pub.function_tbl;
97: ddindx binary_integer; indx binary_integer;
98: begin
99:

Line 96: ddx_function_tbl okl_formulaevaluate_pub.function_tbl;

92: )
93:
94: as
95: ddp_ctx_parameter_tbl okl_formulaevaluate_pub.ctxparameter_tbl;
96: ddx_function_tbl okl_formulaevaluate_pub.function_tbl;
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_formulaevaluate_pub.eva_getfunctionvalue(p_api_version,

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

Line 145: end okl_formulaevaluate_pub_w;

141: , p9_a4
142: );
143: end;
144:
145: end okl_formulaevaluate_pub_w;