DBA Data[Home] [Help]

APPS.IEM_SERVER_PUB_W dependencies on IEM_SERVER_PUB

Line 1: package body iem_server_pub_w as

1: package body iem_server_pub_w as
2: /* $Header: IEMVSVRB.pls 120.0 2005/06/02 13:50:41 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_server_pub.emailsvr_tbl_type, a0 JTF_VARCHAR2_TABLE_100

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_server_pub.emailsvr_tbl_type, a0 JTF_VARCHAR2_TABLE_100
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_VARCHAR2_TABLE_100
16: ) as
17: ddindx binary_integer; indx binary_integer;

Line 36: procedure rosetta_table_copy_out_p1(t iem_server_pub.emailsvr_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

32: end loop;
33: end if;
34: end if;
35: end rosetta_table_copy_in_p1;
36: procedure rosetta_table_copy_out_p1(t iem_server_pub.emailsvr_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
37: , a1 out nocopy JTF_NUMBER_TABLE
38: , a2 out nocopy JTF_VARCHAR2_TABLE_100
39: ) as
40: ddindx binary_integer; indx binary_integer;

Line 84: ddx_email_svr_tbl iem_server_pub.emailsvr_tbl_type;

80: , p8_a2 out nocopy JTF_VARCHAR2_TABLE_100
81: )
82:
83: as
84: ddx_email_svr_tbl iem_server_pub.emailsvr_tbl_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:
88: -- copy data to the local IN or IN-OUT args, if any

Line 99: iem_server_pub.get_emailserver_list(p_api_version_number,

95:
96:
97:
98: -- here's the delegated call to the old PL/SQL routine
99: iem_server_pub.get_emailserver_list(p_api_version_number,
100: p_init_msg_list,
101: p_commit,
102: p_server_id,
103: p_server_type,

Line 118: iem_server_pub_w.rosetta_table_copy_out_p1(ddx_email_svr_tbl, p8_a0

114:
115:
116:
117:
118: iem_server_pub_w.rosetta_table_copy_out_p1(ddx_email_svr_tbl, p8_a0
119: , p8_a1
120: , p8_a2
121: );
122: end;

Line 124: end iem_server_pub_w;

120: , p8_a2
121: );
122: end;
123:
124: end iem_server_pub_w;