DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_V2PUB_JW dependencies on HZ_PARTY_SITE_V2PUB

Line 1: package body hz_party_site_v2pub_jw as

1: package body hz_party_site_v2pub_jw as
2: /* $Header: ARH2PSJB.pls 120.6 2005/09/21 00:08:58 baianand 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 67: ddp_party_site_rec hz_party_site_v2pub.party_site_rec_type;

63: , p1_a35 VARCHAR2 := null
64: , p1_a36 VARCHAR2 := null
65: )
66: as
67: ddp_party_site_rec hz_party_site_v2pub.party_site_rec_type;
68: ddindx binary_integer; indx binary_integer;
69: begin
70:
71: -- copy data to the local IN or IN-OUT args, if any

Line 117: hz_party_site_v2pub.create_party_site(p_init_msg_list,

113:
114:
115:
116: -- here's the delegated call to the old PL/SQL routine
117: hz_party_site_v2pub.create_party_site(p_init_msg_list,
118: ddp_party_site_rec,
119: x_party_site_id,
120: x_party_site_number,
121: x_return_status,

Line 178: ddp_party_site_rec hz_party_site_v2pub.party_site_rec_type;

174: , p1_a35 VARCHAR2 := null
175: , p1_a36 VARCHAR2 := null
176: )
177: as
178: ddp_party_site_rec hz_party_site_v2pub.party_site_rec_type;
179: ddindx binary_integer; indx binary_integer;
180: begin
181:
182: -- copy data to the local IN or IN-OUT args, if any

Line 227: hz_party_site_v2pub.update_party_site(p_init_msg_list,

223:
224:
225:
226: -- here's the delegated call to the old PL/SQL routine
227: hz_party_site_v2pub.update_party_site(p_init_msg_list,
228: ddp_party_site_rec,
229: p_object_version_number,
230: x_return_status,
231: x_msg_count,

Line 257: ddp_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;

253: , p1_a6 VARCHAR2 := null
254: , p1_a7 NUMBER := null
255: )
256: as
257: ddp_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;
258: ddindx binary_integer; indx binary_integer;
259: begin
260:
261: -- copy data to the local IN or IN-OUT args, if any

Line 277: hz_party_site_v2pub.create_party_site_use(p_init_msg_list,

273:
274:
275:
276: -- here's the delegated call to the old PL/SQL routine
277: hz_party_site_v2pub.create_party_site_use(p_init_msg_list,
278: ddp_party_site_use_rec,
279: x_party_site_use_id,
280: x_return_status,
281: x_msg_count,

Line 307: ddp_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;

303: , p1_a6 VARCHAR2 := null
304: , p1_a7 NUMBER := null
305: )
306: as
307: ddp_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;
308: ddindx binary_integer; indx binary_integer;
309: begin
310:
311: -- copy data to the local IN or IN-OUT args, if any

Line 327: hz_party_site_v2pub.update_party_site_use(p_init_msg_list,

323:
324:
325:
326: -- here's the delegated call to the old PL/SQL routine
327: hz_party_site_v2pub.update_party_site_use(p_init_msg_list,
328: ddp_party_site_use_rec,
329: p_object_version_number,
330: x_return_status,
331: x_msg_count,

Line 386: ddx_party_site_rec hz_party_site_v2pub.party_site_rec_type;

382: , x_msg_count out nocopy NUMBER
383: , x_msg_data out nocopy VARCHAR2
384: )
385: as
386: ddx_party_site_rec hz_party_site_v2pub.party_site_rec_type;
387: ddindx binary_integer; indx binary_integer;
388: begin
389:
390: -- copy data to the local IN or IN-OUT args, if any

Line 398: hz_party_site_v2pub.get_party_site_rec(p_init_msg_list,

394:
395:
396:
397: -- here's the delegated call to the old PL/SQL routine
398: hz_party_site_v2pub.get_party_site_rec(p_init_msg_list,
399: p_party_site_id,
400: ddx_party_site_rec,
401: x_return_status,
402: x_msg_count,

Line 465: ddx_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;

461: , x_msg_count out nocopy NUMBER
462: , x_msg_data out nocopy VARCHAR2
463: )
464: as
465: ddx_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;
466: ddindx binary_integer; indx binary_integer;
467: begin
468:
469: -- copy data to the local IN or IN-OUT args, if any

Line 477: hz_party_site_v2pub.get_party_site_use_rec(p_init_msg_list,

473:
474:
475:
476: -- here's the delegated call to the old PL/SQL routine
477: hz_party_site_v2pub.get_party_site_use_rec(p_init_msg_list,
478: p_party_site_use_id,
479: ddx_party_site_use_rec,
480: x_return_status,
481: x_msg_count,

Line 500: end hz_party_site_v2pub_jw;

496:
497:
498: end;
499:
500: end hz_party_site_v2pub_jw;