DBA Data[Home] [Help]

APPS.HZ_PARTY_USG_ASSIGNMENT_PVT_JW dependencies on HZ_PARTY_USG_ASSIGNMENT_PVT

Line 1: package body hz_party_usg_assignment_pvt_jw as

1: package body hz_party_usg_assignment_pvt_jw as
2: /* $Header: ARHPUPJB.pls 120.0 2005/05/24 01: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 58: ddp_party_usg_assignment_rec hz_party_usg_assignment_pvt.party_usg_assignment_rec_type;

54: , p2_a27 VARCHAR2 := null
55: , p2_a28 VARCHAR2 := null
56: )
57: as
58: ddp_party_usg_assignment_rec hz_party_usg_assignment_pvt.party_usg_assignment_rec_type;
59: ddindx binary_integer; indx binary_integer;
60: begin
61:
62: -- copy data to the local IN or IN-OUT args, if any

Line 99: hz_party_usg_assignment_pvt.assign_party_usage(p_init_msg_list,

95:
96:
97:
98: -- here's the delegated call to the old PL/SQL routine
99: hz_party_usg_assignment_pvt.assign_party_usage(p_init_msg_list,
100: p_validation_level,
101: ddp_party_usg_assignment_rec,
102: x_return_status,
103: x_msg_count,

Line 151: ddp_party_usg_assignment_rec hz_party_usg_assignment_pvt.party_usg_assignment_rec_type;

147: , p3_a27 VARCHAR2 := null
148: , p3_a28 VARCHAR2 := null
149: )
150: as
151: ddp_party_usg_assignment_rec hz_party_usg_assignment_pvt.party_usg_assignment_rec_type;
152: ddindx binary_integer; indx binary_integer;
153: begin
154:
155: -- copy data to the local IN or IN-OUT args, if any

Line 193: hz_party_usg_assignment_pvt.update_usg_assignment(p_init_msg_list,

189:
190:
191:
192: -- here's the delegated call to the old PL/SQL routine
193: hz_party_usg_assignment_pvt.update_usg_assignment(p_init_msg_list,
194: p_validation_level,
195: p_party_usg_assignment_id,
196: ddp_party_usg_assignment_rec,
197: x_return_status,

Line 210: end hz_party_usg_assignment_pvt_jw;

206:
207:
208: end;
209:
210: end hz_party_usg_assignment_pvt_jw;