DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_HISTORY_PKG dependencies on RCV_TRANSACTIONS_HISTORY_PKG

Line 1: PACKAGE BODY rcv_transactions_history_pkg as

1: PACKAGE BODY rcv_transactions_history_pkg as
2: /* $Header: RCVTXHSB.pls 120.0.12010000.11 2010/04/13 11:23:19 smididud noship $ */
3:
4: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790
5:

Line 7: G_PKG_NAME CONSTANT VARCHAR2(50) := 'RCV_TRANSACTIONS_HISTORY_PKG';

3:
4: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790
5:
6: --
7: G_PKG_NAME CONSTANT VARCHAR2(50) := 'RCV_TRANSACTIONS_HISTORY_PKG';
8: --
9:
10: PROCEDURE Create_Update_Txns_History(
11: p_txns_history_rec IN OUT NOCOPY Txns_History_Record_Type,

Line 504: END RCV_TRANSACTIONS_HISTORY_PKG;

500: asn_debug.put_line('Unexpected error has occured. Oracle error message is '|| SQLERRM);
501: END IF;
502: END Get_Txns_History;
503:
504: END RCV_TRANSACTIONS_HISTORY_PKG;