DBA Data[Home] [Help]

APPS.PVX_CHANNEL_TYPE_PVT_W dependencies on PVX_CHANNEL_TYPE_PVT

Line 1: package body pvx_channel_type_pvt_w as

1: package body pvx_channel_type_pvt_w as
2: /* $Header: pvwchnlb.pls 115.6 2002/12/26 16:05:14 vansub 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:

Line 44: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;

40: , p4_a10 NUMBER := 0-1962.0724
41: )
42:
43: as
44: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;
45: ddindx binary_integer; indx binary_integer;
46: begin
47:
48: -- copy data to the local IN or IN-OUT args, if any

Line 70: pvx_channel_type_pvt.create_channel_type(p_api_version,

66:
67:
68:
69: -- here's the delegated call to the old PL/SQL routine
70: pvx_channel_type_pvt.create_channel_type(p_api_version,
71: p_init_msg_list,
72: p_commit,
73: p_validation_level,
74: ddp_channel_type_rec,

Line 112: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;

108: , p4_a10 NUMBER := 0-1962.0724
109: )
110:
111: as
112: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;
113: ddindx binary_integer; indx binary_integer;
114: begin
115:
116: -- copy data to the local IN or IN-OUT args, if any

Line 137: pvx_channel_type_pvt.update_channel_type(p_api_version,

133:
134:
135:
136: -- here's the delegated call to the old PL/SQL routine
137: pvx_channel_type_pvt.update_channel_type(p_api_version,
138: p_init_msg_list,
139: p_commit,
140: p_validation_level,
141: ddp_channel_type_rec,

Line 181: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;

177: , p0_a10 NUMBER := 0-1962.0724
178: )
179:
180: as
181: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;
182: ddx_complete_rec pvx_channel_type_pvt.channel_type_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:

Line 182: ddx_complete_rec pvx_channel_type_pvt.channel_type_rec_type;

178: )
179:
180: as
181: ddp_channel_type_rec pvx_channel_type_pvt.channel_type_rec_type;
182: ddx_complete_rec pvx_channel_type_pvt.channel_type_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 201: pvx_channel_type_pvt.complete_channel_type_rec(ddp_channel_type_rec,

197: ddp_channel_type_rec.rank := rosetta_g_miss_num_map(p0_a10);
198:
199:
200: -- here's the delegated call to the old PL/SQL routine
201: pvx_channel_type_pvt.complete_channel_type_rec(ddp_channel_type_rec,
202: ddx_complete_rec);
203:
204: -- copy data back from the local variables to OUT or IN-OUT args, if any
205:

Line 219: end pvx_channel_type_pvt_w;

215: p1_a9 := rosetta_g_miss_num_map(ddx_complete_rec.object_version_number);
216: p1_a10 := rosetta_g_miss_num_map(ddx_complete_rec.rank);
217: end;
218:
219: end pvx_channel_type_pvt_w;