DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_ROLE_V2PUB_JW dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 1: package body hz_cust_account_role_v2pub_jw as

1: package body hz_cust_account_role_v2pub_jw as
2: /* $Header: ARH2CRJB.pls 120.3 2005/06/18 04:27:50 jhuang 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_cust_account_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;

63: , p1_a36 VARCHAR2 := null
64: , p1_a37 NUMBER := null
65: )
66: as
67: ddp_cust_account_role_rec hz_cust_account_role_v2pub.cust_account_role_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_cust_account_role_v2pub.create_cust_account_role(p_init_msg_list,

113:
114:
115:
116: -- here's the delegated call to the old PL/SQL routine
117: hz_cust_account_role_v2pub.create_cust_account_role(p_init_msg_list,
118: ddp_cust_account_role_rec,
119: x_cust_account_role_id,
120: x_return_status,
121: x_msg_count,

Line 177: ddp_cust_account_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;

173: , p1_a36 VARCHAR2 := null
174: , p1_a37 NUMBER := null
175: )
176: as
177: ddp_cust_account_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
178: ddindx binary_integer; indx binary_integer;
179: begin
180:
181: -- copy data to the local IN or IN-OUT args, if any

Line 227: hz_cust_account_role_v2pub.update_cust_account_role(p_init_msg_list,

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

Line 287: ddx_cust_account_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;

283: , x_msg_count out nocopy NUMBER
284: , x_msg_data out nocopy VARCHAR2
285: )
286: as
287: ddx_cust_account_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
288: ddindx binary_integer; indx binary_integer;
289: begin
290:
291: -- copy data to the local IN or IN-OUT args, if any

Line 299: hz_cust_account_role_v2pub.get_cust_account_role_rec(p_init_msg_list,

295:
296:
297:
298: -- here's the delegated call to the old PL/SQL routine
299: hz_cust_account_role_v2pub.get_cust_account_role_rec(p_init_msg_list,
300: p_cust_account_role_id,
301: ddx_cust_account_role_rec,
302: x_return_status,
303: x_msg_count,

Line 382: ddp_role_responsibility_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;

378: , p1_a21 VARCHAR2 := null
379: , p1_a22 NUMBER := null
380: )
381: as
382: ddp_role_responsibility_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;
383: ddindx binary_integer; indx binary_integer;
384: begin
385:
386: -- copy data to the local IN or IN-OUT args, if any

Line 417: hz_cust_account_role_v2pub.create_role_responsibility(p_init_msg_list,

413:
414:
415:
416: -- here's the delegated call to the old PL/SQL routine
417: hz_cust_account_role_v2pub.create_role_responsibility(p_init_msg_list,
418: ddp_role_responsibility_rec,
419: x_responsibility_id,
420: x_return_status,
421: x_msg_count,

Line 462: ddp_role_responsibility_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;

458: , p1_a21 VARCHAR2 := null
459: , p1_a22 NUMBER := null
460: )
461: as
462: ddp_role_responsibility_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;
463: ddindx binary_integer; indx binary_integer;
464: begin
465:
466: -- copy data to the local IN or IN-OUT args, if any

Line 497: hz_cust_account_role_v2pub.update_role_responsibility(p_init_msg_list,

493:
494:
495:
496: -- here's the delegated call to the old PL/SQL routine
497: hz_cust_account_role_v2pub.update_role_responsibility(p_init_msg_list,
498: ddp_role_responsibility_rec,
499: p_object_version_number,
500: x_return_status,
501: x_msg_count,

Line 542: ddx_role_responsibility_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;

538: , x_msg_count out nocopy NUMBER
539: , x_msg_data out nocopy VARCHAR2
540: )
541: as
542: ddx_role_responsibility_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;
543: ddindx binary_integer; indx binary_integer;
544: begin
545:
546: -- copy data to the local IN or IN-OUT args, if any

Line 554: hz_cust_account_role_v2pub.get_role_responsibility_rec(p_init_msg_list,

550:
551:
552:
553: -- here's the delegated call to the old PL/SQL routine
554: hz_cust_account_role_v2pub.get_role_responsibility_rec(p_init_msg_list,
555: p_responsibility_id,
556: ddx_role_responsibility_rec,
557: x_return_status,
558: x_msg_count,

Line 592: end hz_cust_account_role_v2pub_jw;

588:
589:
590: end;
591:
592: end hz_cust_account_role_v2pub_jw;