DBA Data[Home] [Help]

APPS.RCV_EXTERNAL_INTERFACE_SV dependencies on RCV_EXTERNAL_INTERFACE_SV

Line 1: PACKAGE BODY rcv_external_interface_sv AS

1: PACKAGE BODY rcv_external_interface_sv AS
2: /* $Header: RCVRSEVB.pls 120.1 2010/01/26 20:07:32 vthevark noship $ */
3:
4: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(50) := 'RCV_EXTERNAL_INTERFACE_SV';

2: /* $Header: RCVRSEVB.pls 120.1 2010/01/26 20:07:32 vthevark noship $ */
3:
4: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790
5:
6: G_PKG_NAME CONSTANT VARCHAR2(50) := 'RCV_EXTERNAL_INTERFACE_SV';
7:
8:
9: /*===========================================================================
10: | |

Line 49: asn_debug.put_line('Entering RCV_EXTERNAL_INTERFACE_SV.Raise_Event Call');

45:
46: BEGIN
47:
48: IF (g_asn_debug = 'Y') THEN
49: asn_debug.put_line('Entering RCV_EXTERNAL_INTERFACE_SV.Raise_Event Call');
50: asn_debug.put_line('transaction_id is ' || P_txn_hist_record.transaction_id);
51: asn_debug.put_line('transaction_status is ' || P_txn_hist_record.transaction_status);
52: END IF;
53:

Line 282: asn_debug.put_line('Exiting RCV_EXTERNAL_INTERFACE_SV.Raise_Event call');

278:
279: END IF;
280:
281: IF (g_asn_debug = 'Y') THEN
282: asn_debug.put_line('Exiting RCV_EXTERNAL_INTERFACE_SV.Raise_Event call');
283: END IF;
284:
285: EXCEPTION
286: WHEN invalid_event_name THEN

Line 307: END RCV_EXTERNAL_INTERFACE_SV;

303: END IF;
304:
305: END Raise_Event;
306:
307: END RCV_EXTERNAL_INTERFACE_SV;