DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_DEBUG_SV

Line 4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;

1: PACKAGE wsh_process_interfaced_pkg AUTHID CURRENT_USER AS
2: /* $Header: WSHINPSS.pls 120.0.12010000.2 2009/03/24 00:01:16 brana ship $ */
3:
4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;
5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;
6:
7: l_trns_history_rec wsh_transactions_history_pkg.txns_history_record_type;
8:

Line 5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;

1: PACKAGE wsh_process_interfaced_pkg AUTHID CURRENT_USER AS
2: /* $Header: WSHINPSS.pls 120.0.12010000.2 2009/03/24 00:01:16 brana ship $ */
3:
4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;
5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;
6:
7: l_trns_history_rec wsh_transactions_history_pkg.txns_history_record_type;
8:
9: /* WSH_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type will have the following