DBA Data[Home] [Help]

APPS.ASF_HZ_CLASS_V2PUB_W2 dependencies on HZ_CLASSIFICATION_V2PUB

Line 41: ddx_code_assignment_rec hz_classification_v2pub.code_assignment_rec_type;

37: , x_msg_count out NUMBER
38: , x_msg_data out VARCHAR2
39: )
40: as
41: ddx_code_assignment_rec hz_classification_v2pub.code_assignment_rec_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 53: hz_classification_v2pub.get_code_assignment_rec(p_init_msg_list,

49:
50:
51:
52: -- here's the delegated call to the old PL/SQL routine
53: hz_classification_v2pub.get_code_assignment_rec(p_init_msg_list,
54: p_code_assignment_id,
55: ddx_code_assignment_rec,
56: x_return_status,
57: x_msg_count,

Line 92: ddp_class_category_use_rec hz_classification_v2pub.class_category_use_rec_type;

88: , x_msg_count out NUMBER
89: , x_msg_data out VARCHAR2
90: )
91: as
92: ddp_class_category_use_rec hz_classification_v2pub.class_category_use_rec_type;
93: ddindx binary_integer; indx binary_integer;
94: begin
95:
96: -- copy data to the local IN or IN-OUT args, if any

Line 109: hz_classification_v2pub.create_class_category_use(p_init_msg_list,

105:
106:
107:
108: -- here's the delegated call to the old PL/SQL routine
109: hz_classification_v2pub.create_class_category_use(p_init_msg_list,
110: ddp_class_category_use_rec,
111: x_return_status,
112: x_msg_count,
113: x_msg_data);

Line 135: ddp_class_category_use_rec hz_classification_v2pub.class_category_use_rec_type;

131: , x_msg_count out NUMBER
132: , x_msg_data out VARCHAR2
133: )
134: as
135: ddp_class_category_use_rec hz_classification_v2pub.class_category_use_rec_type;
136: ddindx binary_integer; indx binary_integer;
137: begin
138:
139: -- copy data to the local IN or IN-OUT args, if any

Line 153: hz_classification_v2pub.update_class_category_use(p_init_msg_list,

149:
150:
151:
152: -- here's the delegated call to the old PL/SQL routine
153: hz_classification_v2pub.update_class_category_use(p_init_msg_list,
154: ddp_class_category_use_rec,
155: p_object_version_number,
156: x_return_status,
157: x_msg_count,

Line 182: ddx_class_category_use_rec hz_classification_v2pub.class_category_use_rec_type;

178: , x_msg_count out NUMBER
179: , x_msg_data out VARCHAR2
180: )
181: as
182: ddx_class_category_use_rec hz_classification_v2pub.class_category_use_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 195: hz_classification_v2pub.get_class_category_use_rec(p_init_msg_list,

191:
192:
193:
194: -- here's the delegated call to the old PL/SQL routine
195: hz_classification_v2pub.get_class_category_use_rec(p_init_msg_list,
196: p_class_category,
197: p_owner_table,
198: ddx_class_category_use_rec,
199: x_return_status,