DBA Data[Home] [Help]

APPS.PO_ADVANCED_PRICE_PVT dependencies on PO_MESSAGE_S

Line 885: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

881: IF g_debug_unexp THEN
882: PO_DEBUG.debug_exc(l_log_head,l_progress);
883: END IF;
884: --unexpected error from this procedure: get SQLERRM
885: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
886: l_exception_msg := FND_MESSAGE.get;
887: IF g_debug_unexp THEN
888: PO_DEBUG.debug_var(l_log_head,l_progress,'l_exception_msg',
889: l_exception_msg);

Line 1640: po_message_s.sql_error(g_pkg_name, l_api_name, d_pos, SQLCODE, SQLERRM);

1636: IF g_debug_unexp THEN
1637: PO_LOG.exc(l_log_head,d_pos);
1638: END IF;
1639: --unexpected error from this procedure: get SQLERRM
1640: po_message_s.sql_error(g_pkg_name, l_api_name, d_pos, SQLCODE, SQLERRM);
1641: l_exception_msg := FND_MESSAGE.get;
1642: IF g_debug_unexp THEN
1643: PO_LOG.exc(l_log_head,d_pos,l_exception_msg);
1644: END IF;