DBA Data[Home] [Help]

APPS.IEM_SEARCHMESSAGE_PVT_W dependencies on IEM_SEARCHMESSAGE_PVT

Line 1: package body iem_searchmessage_pvt_w as

1: package body iem_searchmessage_pvt_w as
2: /* $Header: iemsearchb.pls 120.0 2005/06/02 14:10:31 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 13: procedure rosetta_table_copy_in_p1(t out nocopy iem_searchmessage_pvt.message_rec_tbl, a0 JTF_NUMBER_TABLE

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy iem_searchmessage_pvt.message_rec_tbl, a0 JTF_NUMBER_TABLE
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_VARCHAR2_TABLE_500
16: , a3 JTF_VARCHAR2_TABLE_2000
17: , a4 JTF_VARCHAR2_TABLE_2000

Line 42: procedure rosetta_table_copy_out_p1(t iem_searchmessage_pvt.message_rec_tbl, a0 out nocopy JTF_NUMBER_TABLE

38: end loop;
39: end if;
40: end if;
41: end rosetta_table_copy_in_p1;
42: procedure rosetta_table_copy_out_p1(t iem_searchmessage_pvt.message_rec_tbl, a0 out nocopy JTF_NUMBER_TABLE
43: , a1 out nocopy JTF_NUMBER_TABLE
44: , a2 out nocopy JTF_VARCHAR2_TABLE_500
45: , a3 out nocopy JTF_VARCHAR2_TABLE_2000
46: , a4 out nocopy JTF_VARCHAR2_TABLE_2000

Line 124: ddx_message_tbl iem_searchmessage_pvt.message_rec_tbl;

120:
121: as
122: ddp_received_date_from date;
123: ddp_received_date_to date;
124: ddx_message_tbl iem_searchmessage_pvt.message_rec_tbl;
125: ddindx binary_integer; indx binary_integer;
126: begin
127:
128: -- copy data to the local IN or IN-OUT args, if any

Line 155: iem_searchmessage_pvt.searchmessages(p_api_version_number,

151:
152:
153:
154: -- here's the delegated call to the old PL/SQL routine
155: iem_searchmessage_pvt.searchmessages(p_api_version_number,
156: p_init_msg_list,
157: p_commit,
158: p_email_account_id,
159: p_resource_id,

Line 199: iem_searchmessage_pvt_w.rosetta_table_copy_out_p1(ddx_message_tbl, p19_a0

195:
196:
197:
198:
199: iem_searchmessage_pvt_w.rosetta_table_copy_out_p1(ddx_message_tbl, p19_a0
200: , p19_a1
201: , p19_a2
202: , p19_a3
203: , p19_a4

Line 211: end iem_searchmessage_pvt_w;

207:
208:
209: end;
210:
211: end iem_searchmessage_pvt_w;