DBA Data[Home] [Help]

APPS.WMS_CROSSDOCK_GRP dependencies on FND_MSG_PUB

Line 75: fnd_msg_pub.ADD;

71: IF l_debug = 1 THEN
72: print_debug('Criterion ID not found', l_api_name);
73: END IF;
74: fnd_message.set_name('WMS', 'WMS_XDCRT_INVLD_PLAN_CRT');
75: fnd_msg_pub.ADD;
76: RAISE fnd_api.g_exc_error;
77: END IF;
78:
79: CLOSE c_check_if_planned_criterion;

Line 89: fnd_msg_pub.count_and_get

85: IF c_check_if_planned_criterion%ISOPEN THEN
86: CLOSE c_check_if_planned_criterion;
87: END IF;
88:
89: fnd_msg_pub.count_and_get
90: ( p_count => l_msg_count
91: , p_data => l_msg_data
92: , p_encoded => fnd_api.g_false
93: );

Line 170: fnd_msg_pub.ADD;

166: IF l_debug = 1 THEN
167: print_debug('Criterion ID not found', l_api_name);
168: END IF;
169: fnd_message.set_name('WMS', 'WMS_XDCRT_INVLD_PLAN_CRT');
170: fnd_msg_pub.ADD;
171: RAISE fnd_api.g_exc_error;
172: END IF;
173: CLOSE c_get_plan_crt_name;
174: p_criterion_name := l_crt_name;

Line 185: fnd_msg_pub.ADD;

181: IF l_debug = 1 THEN
182: print_debug('Criterion name not found', l_api_name);
183: END IF;
184: fnd_message.set_name('WMS', 'WMS_XDCRT_INVLD_PLAN_CRT');
185: fnd_msg_pub.ADD;
186: RAISE fnd_api.g_exc_error;
187: END IF;
188: CLOSE c_get_plan_crt_id;
189: p_criterion_id := l_crt_id;

Line 204: fnd_msg_pub.count_and_get

200: IF c_get_plan_crt_id%ISOPEN THEN
201: CLOSE c_get_plan_crt_id;
202: END IF;
203:
204: fnd_msg_pub.count_and_get
205: ( p_count => l_msg_count
206: , p_data => l_msg_data
207: , p_encoded => fnd_api.g_false
208: );

Line 288: fnd_msg_pub.ADD;

284: IF l_debug = 1 THEN
285: print_debug('MO line ID not found', l_api_name);
286: END IF;
287: fnd_message.set_name('WMS', 'WMS_MOL_NOT_FOUND');
288: fnd_msg_pub.ADD;
289: RAISE fnd_api.g_exc_error;
290: END IF;
291: CLOSE c_get_mo_header_info;
292:

Line 310: fnd_msg_pub.count_and_get

306: IF c_get_mo_header_info%ISOPEN THEN
307: CLOSE c_get_mo_header_info;
308: END IF;
309:
310: fnd_msg_pub.count_and_get
311: ( p_count => l_msg_count
312: , p_data => l_msg_data
313: , p_encoded => fnd_api.g_false
314: );