DBA Data[Home] [Help]

APPS.HZ_PARTY_USG_ASSIGNMENT_PUB_JW dependencies on HZ_PARTY_USG_ASSIGNMENT_PUB

Line 1: package body hz_party_usg_assignment_pub_jw as

1: package body hz_party_usg_assignment_pub_jw as
2: /* $Header: ARHPUSJB.pls 120.0 2005/05/24 01:36:12 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 97: hz_party_usg_assignment_pub.assign_party_usage(p_init_msg_list,

93:
94:
95:
96: -- here's the delegated call to the old PL/SQL routine
97: hz_party_usg_assignment_pub.assign_party_usage(p_init_msg_list,
98: ddp_party_usg_assignment_rec,
99: x_return_status,
100: x_msg_count,
101: x_msg_data);

Line 187: hz_party_usg_assignment_pub.update_usg_assignment(p_init_msg_list,

183:
184:
185:
186: -- here's the delegated call to the old PL/SQL routine
187: hz_party_usg_assignment_pub.update_usg_assignment(p_init_msg_list,
188: p_party_usg_assignment_id,
189: ddp_party_usg_assignment_rec,
190: x_return_status,
191: x_msg_count,

Line 202: end hz_party_usg_assignment_pub_jw;

198:
199:
200: end;
201:
202: end hz_party_usg_assignment_pub_jw;