DBA Data[Home] [Help]

APPS.ASF_HZ_CLASS_V2PUB_W dependencies on HZ_CLASSIFICATION_V2PUB

Line 34: ddp_class_category_rec hz_classification_v2pub.class_category_rec_type;

30: , x_msg_count out NUMBER
31: , x_msg_data out VARCHAR2
32: )
33: as
34: ddp_class_category_rec hz_classification_v2pub.class_category_rec_type;
35: ddindx binary_integer; indx binary_integer;
36: begin
37:
38: -- copy data to the local IN or IN-OUT args, if any

Line 51: hz_classification_v2pub.create_class_category(p_init_msg_list,

47:
48:
49:
50: -- here's the delegated call to the old PL/SQL routine
51: hz_classification_v2pub.create_class_category(p_init_msg_list,
52: ddp_class_category_rec,
53: x_return_status,
54: x_msg_count,
55: x_msg_data);

Line 77: ddp_class_category_rec hz_classification_v2pub.class_category_rec_type;

73: , x_msg_count out NUMBER
74: , x_msg_data out VARCHAR2
75: )
76: as
77: ddp_class_category_rec hz_classification_v2pub.class_category_rec_type;
78: ddindx binary_integer; indx binary_integer;
79: begin
80:
81: -- copy data to the local IN or IN-OUT args, if any

Line 95: hz_classification_v2pub.update_class_category(p_init_msg_list,

91:
92:
93:
94: -- here's the delegated call to the old PL/SQL routine
95: hz_classification_v2pub.update_class_category(p_init_msg_list,
96: ddp_class_category_rec,
97: p_object_version_number,
98: x_return_status,
99: x_msg_count,

Line 123: ddx_class_category_rec hz_classification_v2pub.class_category_rec_type;

119: , x_msg_count out NUMBER
120: , x_msg_data out VARCHAR2
121: )
122: as
123: ddx_class_category_rec hz_classification_v2pub.class_category_rec_type;
124: ddindx binary_integer; indx binary_integer;
125: begin
126:
127: -- copy data to the local IN or IN-OUT args, if any

Line 135: hz_classification_v2pub.get_class_category_rec(p_init_msg_list,

131:
132:
133:
134: -- here's the delegated call to the old PL/SQL routine
135: hz_classification_v2pub.get_class_category_rec(p_init_msg_list,
136: p_class_category,
137: ddx_class_category_rec,
138: x_return_status,
139: x_msg_count,

Line 169: ddp_class_code_relation_rec hz_classification_v2pub.class_code_relation_rec_type;

165: , x_msg_count out NUMBER
166: , x_msg_data out VARCHAR2
167: )
168: as
169: ddp_class_code_relation_rec hz_classification_v2pub.class_code_relation_rec_type;
170: ddindx binary_integer; indx binary_integer;
171: begin
172:
173: -- copy data to the local IN or IN-OUT args, if any

Line 187: hz_classification_v2pub.create_class_code_relation(p_init_msg_list,

183:
184:
185:
186: -- here's the delegated call to the old PL/SQL routine
187: hz_classification_v2pub.create_class_code_relation(p_init_msg_list,
188: ddp_class_code_relation_rec,
189: x_return_status,
190: x_msg_count,
191: x_msg_data);

Line 214: ddp_class_code_relation_rec hz_classification_v2pub.class_code_relation_rec_type;

210: , x_msg_count out NUMBER
211: , x_msg_data out VARCHAR2
212: )
213: as
214: ddp_class_code_relation_rec hz_classification_v2pub.class_code_relation_rec_type;
215: ddindx binary_integer; indx binary_integer;
216: begin
217:
218: -- copy data to the local IN or IN-OUT args, if any

Line 233: hz_classification_v2pub.update_class_code_relation(p_init_msg_list,

229:
230:
231:
232: -- here's the delegated call to the old PL/SQL routine
233: hz_classification_v2pub.update_class_code_relation(p_init_msg_list,
234: ddp_class_code_relation_rec,
235: p_object_version_number,
236: x_return_status,
237: x_msg_count,

Line 266: ddx_class_code_relation_rec hz_classification_v2pub.class_code_relation_rec_type;

262: , x_msg_data out VARCHAR2
263: )
264: as
265: ddp_start_date_active date;
266: ddx_class_code_relation_rec hz_classification_v2pub.class_code_relation_rec_type;
267: ddindx binary_integer; indx binary_integer;
268: begin
269:
270: -- copy data to the local IN or IN-OUT args, if any

Line 282: hz_classification_v2pub.get_class_code_relation_rec(p_init_msg_list,

278:
279:
280:
281: -- here's the delegated call to the old PL/SQL routine
282: hz_classification_v2pub.get_class_code_relation_rec(p_init_msg_list,
283: p_class_category,
284: p_class_code,
285: p_sub_class_code,
286: ddp_start_date_active,

Line 329: ddp_code_assignment_rec hz_classification_v2pub.code_assignment_rec_type;

325: , x_msg_data out VARCHAR2
326: , x_code_assignment_id out NUMBER
327: )
328: as
329: ddp_code_assignment_rec hz_classification_v2pub.code_assignment_rec_type;
330: ddindx binary_integer; indx binary_integer;
331: begin
332:
333: -- copy data to the local IN or IN-OUT args, if any

Line 353: hz_classification_v2pub.create_code_assignment(p_init_msg_list,

349:
350:
351:
352: -- here's the delegated call to the old PL/SQL routine
353: hz_classification_v2pub.create_code_assignment(p_init_msg_list,
354: ddp_code_assignment_rec,
355: x_return_status,
356: x_msg_count,
357: x_msg_data,

Line 387: ddp_code_assignment_rec hz_classification_v2pub.code_assignment_rec_type;

383: , x_msg_count out NUMBER
384: , x_msg_data out VARCHAR2
385: )
386: as
387: ddp_code_assignment_rec hz_classification_v2pub.code_assignment_rec_type;
388: ddindx binary_integer; indx binary_integer;
389: begin
390:
391: -- copy data to the local IN or IN-OUT args, if any

Line 411: hz_classification_v2pub.update_code_assignment(p_init_msg_list,

407:
408:
409:
410: -- here's the delegated call to the old PL/SQL routine
411: hz_classification_v2pub.update_code_assignment(p_init_msg_list,
412: ddp_code_assignment_rec,
413: p_object_version_number,
414: x_return_status,
415: x_msg_count,