DBA Data[Home] [Help]

APPS.IEX_WEBSWITCH_PVT_W dependencies on IEX_WEBSWITCH_PVT

Line 1: package body iex_webswitch_pvt_w as

1: package body iex_webswitch_pvt_w as
2: /* $Header: iexvadtb.pls 120.1 2005/07/06 15:14:19 schekuri 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 99: ddp_cgi_switch_rec iex_webswitch_pvt.cgi_switch_rec_type;

95: , p8_a34 VARCHAR2 := fnd_api.g_miss_char
96: )
97:
98: as
99: ddp_cgi_switch_rec iex_webswitch_pvt.cgi_switch_rec_type;
100: ddp_switch_data_rec iex_webswitch_pvt.switch_data_rec_type;
101: ddindx binary_integer; indx binary_integer;
102: begin
103:

Line 100: ddp_switch_data_rec iex_webswitch_pvt.switch_data_rec_type;

96: )
97:
98: as
99: ddp_cgi_switch_rec iex_webswitch_pvt.cgi_switch_rec_type;
100: ddp_switch_data_rec iex_webswitch_pvt.switch_data_rec_type;
101: ddindx binary_integer; indx binary_integer;
102: begin
103:
104: -- copy data to the local IN or IN-OUT args, if any

Line 182: iex_webswitch_pvt.create_webswitch(p_api_version,

178: ddp_switch_data_rec.attribute14 := p8_a33;
179: ddp_switch_data_rec.attribute15 := p8_a34;
180:
181: -- here's the delegated call to the old PL/SQL routine
182: iex_webswitch_pvt.create_webswitch(p_api_version,
183: p_init_msg_list,
184: p_commit,
185: p_validation_level,
186: x_return_status,

Line 280: ddp_cgi_switch_rec iex_webswitch_pvt.cgi_switch_rec_type;

276: , p8_a34 VARCHAR2 := fnd_api.g_miss_char
277: )
278:
279: as
280: ddp_cgi_switch_rec iex_webswitch_pvt.cgi_switch_rec_type;
281: ddp_switch_data_rec iex_webswitch_pvt.switch_data_rec_type;
282: ddindx binary_integer; indx binary_integer;
283: begin
284:

Line 281: ddp_switch_data_rec iex_webswitch_pvt.switch_data_rec_type;

277: )
278:
279: as
280: ddp_cgi_switch_rec iex_webswitch_pvt.cgi_switch_rec_type;
281: ddp_switch_data_rec iex_webswitch_pvt.switch_data_rec_type;
282: ddindx binary_integer; indx binary_integer;
283: begin
284:
285: -- copy data to the local IN or IN-OUT args, if any

Line 363: iex_webswitch_pvt.update_webswitch(p_api_version,

359: ddp_switch_data_rec.attribute14 := p8_a33;
360: ddp_switch_data_rec.attribute15 := p8_a34;
361:
362: -- here's the delegated call to the old PL/SQL routine
363: iex_webswitch_pvt.update_webswitch(p_api_version,
364: p_init_msg_list,
365: p_commit,
366: p_validation_level,
367: x_return_status,

Line 384: end iex_webswitch_pvt_w;

380:
381:
382: end;
383:
384: end iex_webswitch_pvt_w;