DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PVT dependencies on GMD_ROUTINGS_PUB

Line 180: fnd_msg_pub.add_exc_msg (gmd_routings_PUB.m_pkg_name, l_api_name);

176: WHEN OTHERS THEN
177: IF (l_debug = 'Y') THEN
178: gmd_debug.put_line (m_pkg_name||'.'||l_api_name||':'||'When others exception:'||SQLERRM);
179: END IF;
180: fnd_msg_pub.add_exc_msg (gmd_routings_PUB.m_pkg_name, l_api_name);
181: x_return_status := FND_API.g_ret_sts_unexp_error;
182: fnd_msg_pub.count_and_get (
183: p_count => x_message_count
184: ,p_encoded => FND_API.g_false

Line 205: , p_update_table IN gmd_routings_pub.update_tbl_type

201: /* RLNAGARA 25-Apr-2008 B6997624 Added Fixed Process Loss and UOM */
202: /* =============================================================== */
203: PROCEDURE update_routing
204: ( p_routing_id IN gmd_routings.routing_id%TYPE := NULL
205: , p_update_table IN gmd_routings_pub.update_tbl_type
206: , x_message_count OUT NOCOPY NUMBER
207: , x_message_list OUT NOCOPY VARCHAR2
208: , x_return_status OUT NOCOPY VARCHAR2
209: ) IS

Line 226: l_stepupdate_table gmd_routings_pub.update_tbl_type;

222: /* Define record type that hold the routing data */
223: l_old_routing_rec gmd_routings%ROWTYPE;
224:
225: /* Table type defn */
226: l_stepupdate_table gmd_routings_pub.update_tbl_type;
227:
228: /* BUG 5197863 Added l_ret */
229: l_ret NUMBER;
230:

Line 601: fnd_msg_pub.add_exc_msg (gmd_routings_PUB.m_pkg_name, l_api_name);

597: WHEN OTHERS THEN
598: IF (l_debug = 'Y') THEN
599: gmd_debug.put_line (m_pkg_name||'.'||l_api_name||':'||'When others exception:'||SQLERRM);
600: END IF;
601: fnd_msg_pub.add_exc_msg (gmd_routings_PUB.m_pkg_name, l_api_name);
602: x_return_status := FND_API.g_ret_sts_unexp_error;
603: fnd_msg_pub.count_and_get (
604: p_count => x_message_count
605: ,p_encoded => FND_API.g_false