DBA Data[Home] [Help]

APPS.RCV_OPSM_DLV_BE_PKG dependencies on RCV_OPSM_DLV_BE_PKG

Line 1: PACKAGE body RCV_OPSM_DLV_BE_PKG AS

1: PACKAGE body RCV_OPSM_DLV_BE_PKG AS
2: /* $Header: RCVOPSMDLVB.pls 120.2 2010/09/27 20:38:34 skaradib noship $ */
3: ------------------------------------------------------------------------------------------------
4: --
5: -- Procedure: RCV_OPSM_DLV_EVENT

Line 560: l_msg_data := SQLERRM ||' at RCV_OPSM_DLV_BE_PKG.RCV_OPSM_DLV_EVENT';

556: IF g_asn_debug <>'Y' THEN
557: asn_debug.put_line(l_module_name||'Unexpected error has occured. Oracle error message is '||substr(SQLERRM,1,200)||fnd_log.level_error);
558: END IF;
559: x_return_status := rcv_error_pkg.G_RET_STS_UNEXP_ERROR;
560: l_msg_data := SQLERRM ||' at RCV_OPSM_DLV_BE_PKG.RCV_OPSM_DLV_EVENT';
561: x_msg_data := l_msg_data;
562:
563: END RCV_OPSM_DLV_EVENT;
564:

Line 695: l_msg_data := SQLERRM ||' at RCV_OPSM_DLV_BE_PKG.RCV_OPSM_CHECK';

691: END IF;
692:
693: x_return_status := rcv_error_pkg.G_RET_STS_UNEXP_ERROR;
694:
695: l_msg_data := SQLERRM ||' at RCV_OPSM_DLV_BE_PKG.RCV_OPSM_CHECK';
696: x_msg_data := l_msg_data;
697: END RCV_OPSM_CHECK;
698: END RCV_OPSM_DLV_BE_PKG;

Line 698: END RCV_OPSM_DLV_BE_PKG;

694:
695: l_msg_data := SQLERRM ||' at RCV_OPSM_DLV_BE_PKG.RCV_OPSM_CHECK';
696: x_msg_data := l_msg_data;
697: END RCV_OPSM_CHECK;
698: END RCV_OPSM_DLV_BE_PKG;