DBA Data[Home] [Help]

APPS.OKL_POOLCONC_PVT_W dependencies on OKL_POOLCONC_PVT

Line 1: package body okl_poolconc_pvt_w as

1: package body okl_poolconc_pvt_w as
2: /* $Header: OKLESZCB.pls 120.2 2007/12/18 06:51:29 ssdeshpa ship $ */
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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 25: procedure rosetta_table_copy_in_p74(t out nocopy okl_poolconc_pvt.error_message_type, a0 JTF_VARCHAR2_TABLE_2000) as

21: if n=b then return a; end if;
22: return n;
23: end;
24:
25: procedure rosetta_table_copy_in_p74(t out nocopy okl_poolconc_pvt.error_message_type, a0 JTF_VARCHAR2_TABLE_2000) as
26: ddindx binary_integer; indx binary_integer;
27: begin
28: if a0 is not null and a0.count > 0 then
29: if a0.count > 0 then

Line 43: procedure rosetta_table_copy_out_p74(t okl_poolconc_pvt.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as

39: end loop;
40: end if;
41: end if;
42: end rosetta_table_copy_in_p74;
43: procedure rosetta_table_copy_out_p74(t okl_poolconc_pvt.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
44: ddindx binary_integer; indx binary_integer;
45: begin
46: if t is null or t.count = 0 then
47: a0 := JTF_VARCHAR2_TABLE_2000();

Line 119: ddp_polsrch_rec okl_poolconc_pvt.polsrch_rec_type;

115: , p6_a39 VARCHAR2 := fnd_api.g_miss_char
116: )
117:
118: as
119: ddp_polsrch_rec okl_poolconc_pvt.polsrch_rec_type;
120: ddindx binary_integer; indx binary_integer;
121: begin
122:
123: -- copy data to the local IN or IN-OUT args, if any

Line 176: okl_poolconc_pvt.add_pool_contents_ui(p_api_version,

172:
173:
174:
175: -- here's the delegated call to the old PL/SQL routine
176: okl_poolconc_pvt.add_pool_contents_ui(p_api_version,
177: p_init_msg_list,
178: x_return_status,
179: x_msg_count,
180: x_msg_data,

Line 253: ddp_polsrch_rec okl_poolconc_pvt.polsrch_rec_type;

249: , p6_a39 VARCHAR2 := fnd_api.g_miss_char
250: )
251:
252: as
253: ddp_polsrch_rec okl_poolconc_pvt.polsrch_rec_type;
254: ddindx binary_integer; indx binary_integer;
255: begin
256:
257: -- copy data to the local IN or IN-OUT args, if any

Line 309: okl_poolconc_pvt.cleanup_pool_contents_ui(p_api_version,

305:
306:
307:
308: -- here's the delegated call to the old PL/SQL routine
309: okl_poolconc_pvt.cleanup_pool_contents_ui(p_api_version,
310: p_init_msg_list,
311: x_return_status,
312: x_msg_count,
313: x_msg_data,

Line 332: end okl_poolconc_pvt_w;

328:
329:
330: end;
331:
332: end okl_poolconc_pvt_w;