DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_TYPE_V2PUB_JW dependencies on HZ_RELATIONSHIP_TYPE_V2PUB

Line 1: package body hz_relationship_type_v2pub_jw as

1: package body hz_relationship_type_v2pub_jw as
2: /* $Header: ARH2RTJB.pls 120.4 2005/06/18 04:29:11 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 47: ddp_relationship_type_rec hz_relationship_type_v2pub.relationship_type_rec_type;

43: , p1_a16 VARCHAR2 := null
44: , p1_a17 VARCHAR2 := null
45: )
46: as
47: ddp_relationship_type_rec hz_relationship_type_v2pub.relationship_type_rec_type;
48: ddindx binary_integer; indx binary_integer;
49: begin
50:
51: -- copy data to the local IN or IN-OUT args, if any

Line 77: hz_relationship_type_v2pub.create_relationship_type(p_init_msg_list,

73:
74:
75:
76: -- here's the delegated call to the old PL/SQL routine
77: hz_relationship_type_v2pub.create_relationship_type(p_init_msg_list,
78: ddp_relationship_type_rec,
79: x_relationship_type_id,
80: x_return_status,
81: x_msg_count,

Line 117: ddp_relationship_type_rec hz_relationship_type_v2pub.relationship_type_rec_type;

113: , p1_a16 VARCHAR2 := null
114: , p1_a17 VARCHAR2 := null
115: )
116: as
117: ddp_relationship_type_rec hz_relationship_type_v2pub.relationship_type_rec_type;
118: ddindx binary_integer; indx binary_integer;
119: begin
120:
121: -- copy data to the local IN or IN-OUT args, if any

Line 147: hz_relationship_type_v2pub.update_relationship_type(p_init_msg_list,

143:
144:
145:
146: -- here's the delegated call to the old PL/SQL routine
147: hz_relationship_type_v2pub.update_relationship_type(p_init_msg_list,
148: ddp_relationship_type_rec,
149: p_object_version_number,
150: x_return_status,
151: x_msg_count,

Line 162: end hz_relationship_type_v2pub_jw;

158:
159:
160: end;
161:
162: end hz_relationship_type_v2pub_jw;