DBA Data[Home] [Help]

APPS.IEX_FILTER_PUB_W dependencies on IEX_FILTER_PUB

Line 1: package body iex_filter_pub_w as

1: package body iex_filter_pub_w as
2: /* $Header: iexwfilb.pls 120.1 2005/07/05 19:56:13 ctlee 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_p2(t out nocopy iex_filter_pub.universe_ids, a0 JTF_NUMBER_TABLE) as

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p2(t out nocopy iex_filter_pub.universe_ids, a0 JTF_NUMBER_TABLE) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is not null and a0.count > 0 then
26: if a0.count > 0 then

Line 40: procedure rosetta_table_copy_out_p2(t iex_filter_pub.universe_ids, a0 out nocopy JTF_NUMBER_TABLE) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p2;
40: procedure rosetta_table_copy_out_p2(t iex_filter_pub.universe_ids, a0 out nocopy JTF_NUMBER_TABLE) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_NUMBER_TABLE();

Line 88: ddp_filter_rec iex_filter_pub.filter_rec_type;

84: , p1_a16 NUMBER := 0-1962.0724
85: )
86:
87: as
88: ddp_filter_rec iex_filter_pub.filter_rec_type;
89: ddindx binary_integer; indx binary_integer;
90: begin
91:
92: -- copy data to the local IN or IN-OUT args, if any

Line 117: iex_filter_pub.validate_filter(p_init_msg_list,

113:
114:
115:
116: -- here's the delegated call to the old PL/SQL routine
117: iex_filter_pub.validate_filter(p_init_msg_list,
118: ddp_filter_rec,
119: x_dup_status,
120: x_return_status,
121: x_msg_count,

Line 160: ddp_filter_rec iex_filter_pub.filter_rec_type;

156: , p3_a16 NUMBER := 0-1962.0724
157: )
158:
159: as
160: ddp_filter_rec iex_filter_pub.filter_rec_type;
161: ddindx binary_integer; indx binary_integer;
162: begin
163:
164: -- copy data to the local IN or IN-OUT args, if any

Line 192: iex_filter_pub.create_object_filter(p_api_version,

188:
189:
190:
191: -- here's the delegated call to the old PL/SQL routine
192: iex_filter_pub.create_object_filter(p_api_version,
193: p_init_msg_list,
194: p_commit,
195: ddp_filter_rec,
196: x_dup_status,

Line 240: ddp_filter_rec iex_filter_pub.filter_rec_type;

236: , p3_a16 NUMBER := 0-1962.0724
237: )
238:
239: as
240: ddp_filter_rec iex_filter_pub.filter_rec_type;
241: ddindx binary_integer; indx binary_integer;
242: begin
243:
244: -- copy data to the local IN or IN-OUT args, if any

Line 271: iex_filter_pub.update_object_filter(p_api_version,

267:
268:
269:
270: -- here's the delegated call to the old PL/SQL routine
271: iex_filter_pub.update_object_filter(p_api_version,
272: p_init_msg_list,
273: p_commit,
274: ddp_filter_rec,
275: x_dup_status,

Line 290: end iex_filter_pub_w;

286:
287:
288: end;
289:
290: end iex_filter_pub_w;