DBA Data[Home] [Help]

APPS.HZ_ORIG_SYSTEM_REF_PUB_JW dependencies on HZ_ORIG_SYSTEM_REF_PUB

Line 1: package body hz_orig_system_ref_pub_jw as

1: package body hz_orig_system_ref_pub_jw as
2: /* $Header: ARHPOSJB.pls 120.5 2006/05/31 12:22:33 idali 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: ddx_orig_sys_entity_map_rec hz_orig_system_ref_pub.orig_sys_entity_map_rec_type;

54: , x_msg_count out nocopy NUMBER
55: , x_msg_data out nocopy VARCHAR2
56: )
57: as
58: ddx_orig_sys_entity_map_rec hz_orig_system_ref_pub.orig_sys_entity_map_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 71: hz_orig_system_ref_pub.get_orig_sys_entity_map_rec(p_init_msg_list,

67:
68:
69:
70: -- here's the delegated call to the old PL/SQL routine
71: hz_orig_system_ref_pub.get_orig_sys_entity_map_rec(p_init_msg_list,
72: p_orig_system,
73: p_owner_table_name,
74: ddx_orig_sys_entity_map_rec,
75: x_return_status,

Line 157: ddx_orig_sys_reference_rec hz_orig_system_ref_pub.orig_sys_reference_rec_type;

153: , x_msg_count out nocopy NUMBER
154: , x_msg_data out nocopy VARCHAR2
155: )
156: as
157: ddx_orig_sys_reference_rec hz_orig_system_ref_pub.orig_sys_reference_rec_type;
158: ddindx binary_integer; indx binary_integer;
159: begin
160:
161: -- copy data to the local IN or IN-OUT args, if any

Line 169: hz_orig_system_ref_pub.get_orig_sys_reference_rec(p_init_msg_list,

165:
166:
167:
168: -- here's the delegated call to the old PL/SQL routine
169: hz_orig_system_ref_pub.get_orig_sys_reference_rec(p_init_msg_list,
170: p_orig_system_ref_id,
171: ddx_orig_sys_reference_rec,
172: x_return_status,
173: x_msg_count,

Line 258: ddp_orig_sys_reference_rec hz_orig_system_ref_pub.orig_sys_reference_rec_type;

254: , p1_a32 VARCHAR2 := null
255: , p1_a33 VARCHAR2 := null
256: )
257: as
258: ddp_orig_sys_reference_rec hz_orig_system_ref_pub.orig_sys_reference_rec_type;
259: ddindx binary_integer; indx binary_integer;
260: begin
261:
262: -- copy data to the local IN or IN-OUT args, if any

Line 303: hz_orig_system_ref_pub.create_orig_system_reference(p_init_msg_list,

299:
300:
301:
302: -- here's the delegated call to the old PL/SQL routine
303: hz_orig_system_ref_pub.create_orig_system_reference(p_init_msg_list,
304: ddp_orig_sys_reference_rec,
305: x_return_status,
306: x_msg_count,
307: x_msg_data);

Line 357: ddp_orig_sys_reference_rec hz_orig_system_ref_pub.orig_sys_reference_rec_type;

353: , p1_a32 VARCHAR2 := null
354: , p1_a33 VARCHAR2 := null
355: )
356: as
357: ddp_orig_sys_reference_rec hz_orig_system_ref_pub.orig_sys_reference_rec_type;
358: ddindx binary_integer; indx binary_integer;
359: begin
360:
361: -- copy data to the local IN or IN-OUT args, if any

Line 403: hz_orig_system_ref_pub.update_orig_system_reference(p_init_msg_list,

399:
400:
401:
402: -- here's the delegated call to the old PL/SQL routine
403: hz_orig_system_ref_pub.update_orig_system_reference(p_init_msg_list,
404: ddp_orig_sys_reference_rec,
405: p_object_version_number,
406: x_return_status,
407: x_msg_count,

Line 418: end hz_orig_system_ref_pub_jw;

414:
415:
416: end;
417:
418: end hz_orig_system_ref_pub_jw;