DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_V2PUB_JW dependencies on HZ_PARTY_INFO_V2PUB

Line 1: package body hz_party_info_v2pub_jw as

1: package body hz_party_info_v2pub_jw as
2: /* $Header: ARH2PRJB.pls 120.2 2005/06/18 04:28:54 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 125: ddp_credit_rating_rec hz_party_info_v2pub.credit_rating_rec_type;

121: , p1_a94 VARCHAR2 := null
122: , p1_a95 VARCHAR2 := null
123: )
124: as
125: ddp_credit_rating_rec hz_party_info_v2pub.credit_rating_rec_type;
126: ddindx binary_integer; indx binary_integer;
127: begin
128:
129: -- copy data to the local IN or IN-OUT args, if any

Line 233: hz_party_info_v2pub.create_credit_rating(p_init_msg_list,

229:
230:
231:
232: -- here's the delegated call to the old PL/SQL routine
233: hz_party_info_v2pub.create_credit_rating(p_init_msg_list,
234: ddp_credit_rating_rec,
235: x_credit_rating_id,
236: x_return_status,
237: x_msg_count,

Line 351: ddp_credit_rating_rec hz_party_info_v2pub.credit_rating_rec_type;

347: , p1_a94 VARCHAR2 := null
348: , p1_a95 VARCHAR2 := null
349: )
350: as
351: ddp_credit_rating_rec hz_party_info_v2pub.credit_rating_rec_type;
352: ddindx binary_integer; indx binary_integer;
353: begin
354:
355: -- copy data to the local IN or IN-OUT args, if any

Line 459: hz_party_info_v2pub.update_credit_rating(p_init_msg_list,

455:
456:
457:
458: -- here's the delegated call to the old PL/SQL routine
459: hz_party_info_v2pub.update_credit_rating(p_init_msg_list,
460: ddp_credit_rating_rec,
461: p_object_version_number,
462: x_return_status,
463: x_msg_count,

Line 577: ddx_credit_rating_rec hz_party_info_v2pub.credit_rating_rec_type;

573: , x_msg_count out nocopy NUMBER
574: , x_msg_data out nocopy VARCHAR2
575: )
576: as
577: ddx_credit_rating_rec hz_party_info_v2pub.credit_rating_rec_type;
578: ddindx binary_integer; indx binary_integer;
579: begin
580:
581: -- copy data to the local IN or IN-OUT args, if any

Line 589: hz_party_info_v2pub.get_credit_rating_rec(p_init_msg_list,

585:
586:
587:
588: -- here's the delegated call to the old PL/SQL routine
589: hz_party_info_v2pub.get_credit_rating_rec(p_init_msg_list,
590: p_credit_rating_id,
591: ddx_credit_rating_rec,
592: x_return_status,
593: x_msg_count,

Line 700: end hz_party_info_v2pub_jw;

696:
697:
698: end;
699:
700: end hz_party_info_v2pub_jw;