DBA Data[Home] [Help]

APPS.HZ_PARTY_CONTACT_V2PUB_JW dependencies on HZ_PARTY_CONTACT_V2PUB

Line 1: package body hz_party_contact_v2pub_jw as

1: package body hz_party_contact_v2pub_jw as
2: /* $Header: ARH2PCJB.pls 120.3 2005/06/18 04:28:49 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 175: ddp_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;

171: , p1_a141 NUMBER := null
172: , p1_a142 VARCHAR2 := null
173: )
174: as
175: ddp_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;
176: ddindx binary_integer; indx binary_integer;
177: begin
178:
179: -- copy data to the local IN or IN-OUT args, if any

Line 333: hz_party_contact_v2pub.create_org_contact(p_init_msg_list,

329:
330:
331:
332: -- here's the delegated call to the old PL/SQL routine
333: hz_party_contact_v2pub.create_org_contact(p_init_msg_list,
334: ddp_org_contact_rec,
335: x_org_contact_id,
336: x_party_rel_id,
337: x_party_id,

Line 506: ddp_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;

502: , p1_a141 NUMBER := null
503: , p1_a142 VARCHAR2 := null
504: )
505: as
506: ddp_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;
507: ddindx binary_integer; indx binary_integer;
508: begin
509:
510: -- copy data to the local IN or IN-OUT args, if any

Line 663: hz_party_contact_v2pub.update_org_contact(p_init_msg_list,

659:
660:
661:
662: -- here's the delegated call to the old PL/SQL routine
663: hz_party_contact_v2pub.update_org_contact(p_init_msg_list,
664: ddp_org_contact_rec,
665: p_cont_object_version_number,
666: p_rel_object_version_number,
667: p_party_object_version_number,

Line 700: ddp_org_contact_role_rec hz_party_contact_v2pub.org_contact_role_rec_type;

696: , p1_a9 VARCHAR2 := null
697: , p1_a10 NUMBER := null
698: )
699: as
700: ddp_org_contact_role_rec hz_party_contact_v2pub.org_contact_role_rec_type;
701: ddindx binary_integer; indx binary_integer;
702: begin
703:
704: -- copy data to the local IN or IN-OUT args, if any

Line 723: hz_party_contact_v2pub.create_org_contact_role(p_init_msg_list,

719:
720:
721:
722: -- here's the delegated call to the old PL/SQL routine
723: hz_party_contact_v2pub.create_org_contact_role(p_init_msg_list,
724: ddp_org_contact_role_rec,
725: x_org_contact_role_id,
726: x_return_status,
727: x_msg_count,

Line 756: ddp_org_contact_role_rec hz_party_contact_v2pub.org_contact_role_rec_type;

752: , p1_a9 VARCHAR2 := null
753: , p1_a10 NUMBER := null
754: )
755: as
756: ddp_org_contact_role_rec hz_party_contact_v2pub.org_contact_role_rec_type;
757: ddindx binary_integer; indx binary_integer;
758: begin
759:
760: -- copy data to the local IN or IN-OUT args, if any

Line 779: hz_party_contact_v2pub.update_org_contact_role(p_init_msg_list,

775:
776:
777:
778: -- here's the delegated call to the old PL/SQL routine
779: hz_party_contact_v2pub.update_org_contact_role(p_init_msg_list,
780: ddp_org_contact_role_rec,
781: p_object_version_number,
782: x_return_status,
783: x_msg_count,

Line 944: ddx_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;

940: , x_msg_count out nocopy NUMBER
941: , x_msg_data out nocopy VARCHAR2
942: )
943: as
944: ddx_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;
945: ddindx binary_integer; indx binary_integer;
946: begin
947:
948: -- copy data to the local IN or IN-OUT args, if any

Line 956: hz_party_contact_v2pub.get_org_contact_rec(p_init_msg_list,

952:
953:
954:
955: -- here's the delegated call to the old PL/SQL routine
956: hz_party_contact_v2pub.get_org_contact_rec(p_init_msg_list,
957: p_org_contact_id,
958: ddx_org_contact_rec,
959: x_return_status,
960: x_msg_count,

Line 1132: ddx_org_contact_role_rec hz_party_contact_v2pub.org_contact_role_rec_type;

1128: , x_msg_count out nocopy NUMBER
1129: , x_msg_data out nocopy VARCHAR2
1130: )
1131: as
1132: ddx_org_contact_role_rec hz_party_contact_v2pub.org_contact_role_rec_type;
1133: ddindx binary_integer; indx binary_integer;
1134: begin
1135:
1136: -- copy data to the local IN or IN-OUT args, if any

Line 1144: hz_party_contact_v2pub.get_org_contact_role_rec(p_init_msg_list,

1140:
1141:
1142:
1143: -- here's the delegated call to the old PL/SQL routine
1144: hz_party_contact_v2pub.get_org_contact_role_rec(p_init_msg_list,
1145: p_org_contact_role_id,
1146: ddx_org_contact_role_rec,
1147: x_return_status,
1148: x_msg_count,

Line 1170: end hz_party_contact_v2pub_jw;

1166:
1167:
1168: end;
1169:
1170: end hz_party_contact_v2pub_jw;