DBA Data[Home] [Help]

APPS.OKL_TRANS_PRICING_PARAMS_PVT_W dependencies on OKL_TRANS_PRICING_PARAMS_PVT

Line 1: package body okl_trans_pricing_params_pvt_w as

1: package body okl_trans_pricing_params_pvt_w as
2: /* $Header: OKLESPMB.pls 120.2 2005/10/30 03:16:47 appldev 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_p36(t out nocopy okl_trans_pricing_params_pvt.tpp_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_p36(t out nocopy okl_trans_pricing_params_pvt.tpp_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_500
24: ) as
25: ddindx binary_integer; indx binary_integer;
26: begin

Line 43: procedure rosetta_table_copy_out_p36(t okl_trans_pricing_params_pvt.tpp_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

39: end loop;
40: end if;
41: end if;
42: end rosetta_table_copy_in_p36;
43: procedure rosetta_table_copy_out_p36(t okl_trans_pricing_params_pvt.tpp_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
44: , a1 out nocopy JTF_VARCHAR2_TABLE_500
45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin

Line 85: ddp_tpp_rec okl_trans_pricing_params_pvt.tpp_rec_type;

81: , p5_a1 VARCHAR2 := fnd_api.g_miss_char
82: )
83:
84: as
85: ddp_tpp_rec okl_trans_pricing_params_pvt.tpp_rec_type;
86: ddindx binary_integer; indx binary_integer;
87: begin
88:
89: -- copy data to the local IN or IN-OUT args, if any

Line 102: okl_trans_pricing_params_pvt.create_trans_pricing_params(p_api_version,

98:
99:
100:
101: -- here's the delegated call to the old PL/SQL routine
102: okl_trans_pricing_params_pvt.create_trans_pricing_params(p_api_version,
103: p_init_msg_list,
104: x_return_status,
105: x_msg_count,
106: x_msg_data,

Line 136: ddp_tpp_tbl okl_trans_pricing_params_pvt.tpp_tbl_type;

132: , p_sif_id NUMBER
133: )
134:
135: as
136: ddp_tpp_tbl okl_trans_pricing_params_pvt.tpp_tbl_type;
137: ddindx binary_integer; indx binary_integer;
138: begin
139:
140: -- copy data to the local IN or IN-OUT args, if any

Line 146: okl_trans_pricing_params_pvt_w.rosetta_table_copy_in_p36(ddp_tpp_tbl, p5_a0

142:
143:
144:
145:
146: okl_trans_pricing_params_pvt_w.rosetta_table_copy_in_p36(ddp_tpp_tbl, p5_a0
147: , p5_a1
148: );
149:
150:

Line 154: okl_trans_pricing_params_pvt.create_trans_pricing_params(p_api_version,

150:
151:
152:
153: -- here's the delegated call to the old PL/SQL routine
154: okl_trans_pricing_params_pvt.create_trans_pricing_params(p_api_version,
155: p_init_msg_list,
156: x_return_status,
157: x_msg_count,
158: x_msg_data,

Line 175: end okl_trans_pricing_params_pvt_w;

171:
172:
173: end;
174:
175: end okl_trans_pricing_params_pvt_w;