DBA Data[Home] [Help]

APPS.HZ_DSS_SETUP_PUB_W dependencies on HZ_DSS_SETUP_PUB

Line 1: package body hz_dss_setup_pub_w as

1: package body hz_dss_setup_pub_w as
2: /* $Header: ARHPDSJB.pls 120.2 2005/06/18 04:28:05 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 41: ddp_dss_entity_profile hz_dss_setup_pub.dss_entity_profile_type;

37: , p1_a10 VARCHAR2 := fnd_api.g_miss_char
38: )
39:
40: as
41: ddp_dss_entity_profile hz_dss_setup_pub.dss_entity_profile_type;
42: ddindx binary_integer; indx binary_integer;
43: begin
44:
45: -- copy data to the local IN or IN-OUT args, if any

Line 64: hz_dss_setup_pub.create_entity_profile(p_init_msg_list,

60:
61:
62:
63: -- here's the delegated call to the old PL/SQL routine
64: hz_dss_setup_pub.create_entity_profile(p_init_msg_list,
65: ddp_dss_entity_profile,
66: x_entity_id,
67: x_return_status,
68: x_msg_count,

Line 98: ddp_dss_entity_profile hz_dss_setup_pub.dss_entity_profile_type;

94: , p1_a10 VARCHAR2 := fnd_api.g_miss_char
95: )
96:
97: as
98: ddp_dss_entity_profile hz_dss_setup_pub.dss_entity_profile_type;
99: ddindx binary_integer; indx binary_integer;
100: begin
101:
102: -- copy data to the local IN or IN-OUT args, if any

Line 121: hz_dss_setup_pub.update_entity_profile(p_init_msg_list,

117:
118:
119:
120: -- here's the delegated call to the old PL/SQL routine
121: hz_dss_setup_pub.update_entity_profile(p_init_msg_list,
122: ddp_dss_entity_profile,
123: x_object_version_number,
124: x_return_status,
125: x_msg_count,

Line 147: ddp_dss_scheme_function hz_dss_setup_pub.dss_scheme_function_type;

143: , p1_a3 VARCHAR2 := fnd_api.g_miss_char
144: )
145:
146: as
147: ddp_dss_scheme_function hz_dss_setup_pub.dss_scheme_function_type;
148: ddindx binary_integer; indx binary_integer;
149: begin
150:
151: -- copy data to the local IN or IN-OUT args, if any

Line 162: hz_dss_setup_pub.create_scheme_function(p_init_msg_list,

158:
159:
160:
161: -- here's the delegated call to the old PL/SQL routine
162: hz_dss_setup_pub.create_scheme_function(p_init_msg_list,
163: ddp_dss_scheme_function,
164: x_return_status,
165: x_msg_count,
166: x_msg_data);

Line 187: ddp_dss_scheme_function hz_dss_setup_pub.dss_scheme_function_type;

183: , p1_a3 VARCHAR2 := fnd_api.g_miss_char
184: )
185:
186: as
187: ddp_dss_scheme_function hz_dss_setup_pub.dss_scheme_function_type;
188: ddindx binary_integer; indx binary_integer;
189: begin
190:
191: -- copy data to the local IN or IN-OUT args, if any

Line 203: hz_dss_setup_pub.update_scheme_function(p_init_msg_list,

199:
200:
201:
202: -- here's the delegated call to the old PL/SQL routine
203: hz_dss_setup_pub.update_scheme_function(p_init_msg_list,
204: ddp_dss_scheme_function,
205: x_object_version_number,
206: x_return_status,
207: x_msg_count,

Line 218: end hz_dss_setup_pub_w;

214:
215:
216: end;
217:
218: end hz_dss_setup_pub_w;