DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB_JW dependencies on HZ_RELATIONSHIP_V2PUB

Line 1: package body hz_relationship_v2pub_jw as

1: package body hz_relationship_v2pub_jw as
2: /* $Header: ARH2REJB.pls 120.5 2005/06/18 04:29:19 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 134: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;

130: , p1_a100 NUMBER := null
131: , p1_a101 VARCHAR2 := null
132: )
133: as
134: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;
135: ddindx binary_integer; indx binary_integer;
136: begin
137:
138: -- copy data to the local IN or IN-OUT args, if any

Line 251: hz_relationship_v2pub.create_relationship(p_init_msg_list,

247:
248:
249:
250: -- here's the delegated call to the old PL/SQL routine
251: hz_relationship_v2pub.create_relationship(p_init_msg_list,
252: ddp_relationship_rec,
253: x_relationship_id,
254: x_party_id,
255: x_party_number,

Line 383: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;

379: , p1_a100 NUMBER := null
380: , p1_a101 VARCHAR2 := null
381: )
382: as
383: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;
384: ddindx binary_integer; indx binary_integer;
385: begin
386:
387: -- copy data to the local IN or IN-OUT args, if any

Line 499: hz_relationship_v2pub.create_relationship(p_init_msg_list,

495:
496:
497:
498: -- here's the delegated call to the old PL/SQL routine
499: hz_relationship_v2pub.create_relationship(p_init_msg_list,
500: ddp_relationship_rec,
501: x_relationship_id,
502: x_party_id,
503: x_party_number,

Line 632: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;

628: , p1_a100 NUMBER := null
629: , p1_a101 VARCHAR2 := null
630: )
631: as
632: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;
633: ddindx binary_integer; indx binary_integer;
634: begin
635:
636: -- copy data to the local IN or IN-OUT args, if any

Line 751: hz_relationship_v2pub.create_relationship_with_usg(p_init_msg_list,

747:
748:
749:
750: -- here's the delegated call to the old PL/SQL routine
751: hz_relationship_v2pub.create_relationship_with_usg(p_init_msg_list,
752: ddp_relationship_rec,
753: p_contact_party_id,
754: p_contact_party_usage_code,
755: p_create_org_contact,

Line 886: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;

882: , p1_a100 NUMBER := null
883: , p1_a101 VARCHAR2 := null
884: )
885: as
886: ddp_relationship_rec hz_relationship_v2pub.relationship_rec_type;
887: ddindx binary_integer; indx binary_integer;
888: begin
889:
890: -- copy data to the local IN or IN-OUT args, if any

Line 1001: hz_relationship_v2pub.update_relationship(p_init_msg_list,

997:
998:
999:
1000: -- here's the delegated call to the old PL/SQL routine
1001: hz_relationship_v2pub.update_relationship(p_init_msg_list,
1002: ddp_relationship_rec,
1003: p_object_version_number,
1004: p_party_object_version_number,
1005: x_return_status,

Line 1128: ddx_rel_rec hz_relationship_v2pub.relationship_rec_type;

1124: , x_msg_count out nocopy NUMBER
1125: , x_msg_data out nocopy VARCHAR2
1126: )
1127: as
1128: ddx_rel_rec hz_relationship_v2pub.relationship_rec_type;
1129: ddindx binary_integer; indx binary_integer;
1130: begin
1131:
1132: -- copy data to the local IN or IN-OUT args, if any

Line 1141: hz_relationship_v2pub.get_relationship_rec(p_init_msg_list,

1137:
1138:
1139:
1140: -- here's the delegated call to the old PL/SQL routine
1141: hz_relationship_v2pub.get_relationship_rec(p_init_msg_list,
1142: p_relationship_id,
1143: p_directional_flag,
1144: ddx_rel_rec,
1145: x_return_status,

Line 1260: end hz_relationship_v2pub_jw;

1256:
1257:
1258: end;
1259:
1260: end hz_relationship_v2pub_jw;